Skip to content

gecube/kubernetes-in-kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-in-Kubernetes

Deploy Kubernetes in Kubernetes using Helm

demo

Requirements

  • Kubernetes v1.15+
  • Helm v3
  • cert-manager v1.0.0+

Quick Start

Preparation

Installation

helm repo add kvaps https://kvaps.github.io/charts
helm install foo kvaps/kubernetes --version 0.10.1 \
  --namespace foo \
  --create-namespace \
  --set persistence.storageClassName=local-path

Cleanup

kubectl delete namespace foo

Usage

Kubernetes-in-Kubernetes is just a control plane, in most cases it's useless without workers.
If you're looking for a real use case, check out the following projects that implement worker nodes management:

  • Kubefarm - Automated Kubernetes deployment and the PXE-bootable servers farm

About

Deploy Kubernetes in Kubernetes using Helm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 56.7%
  • Smarty 37.2%
  • Dockerfile 6.1%