kubernetes-sigs/cluster-api

Launch ControlePlane in existing cluster

Open

#7,475 opened on Nov 1, 2022

View on GitHub
 (9 comments) (5 reactions) (0 assignees)Go (1,532 forks)auto 404
help wantedkind/featurekind/proposalpriority/backlogtriage/accepted

Repository metrics

Stars
 (4,267 stars)
PR merge metrics
 (PR metrics pending)

Description

User Story

As a user/operator, I would like to launch cluster master in kubernetes; it'll avoid additional provider (only provider for the worker node) and save cost by container/pod.

Detailed Description

Currently, I'm using Metal3 provider to manage workers; but it's cost concern to use bare-metals for master and it's complex to set additional VMs, e.g. BYOH ( https://metal3.io/blog/2022/07/08/One_cluster_multiple_providers.html ). So I'd like to manager cluster master in current k8s cluster by introducing a new ControlPlane.

Anything else you would like to add:

Here's an implementation (only kube-apiserver) at https://github.com/openbce/kink , I'd like to work with community to move forward.

/kind feature

Contributor guide