Kubeception - Setup kubernetes control plane inside another cluster

This is and advanced project which requires a strong knowledge of kubernetes and each of its components. Official GitHub repository: github.com/SimonRTC/kubeception What’s “Kubeception”? A “Kubeception” cluster refers to a setup where Kubernetes is run within Kubernetes, essentially nesting one Kubernetes instance inside another. The purpose of such a cluster typically revolves around several key aspects: Testing and Development: It provides a robust environment for testing Kubernetes features, configurations, or cluster upgrades in an isolated manner without affecting the main Kubernetes clusters....

May 13, 2024 · 2 min · 412 words · Simon Malpel