kubernetes-sigs/cluster-api

Launch ControlePlane in existing cluster

Aperta

#7475 aperta il 1 nov 2022

 (9 commenti) (5 reazioni) (0 assegnatari)Go (1532 fork)auto 404
help wantedkind/featurekind/proposalpriority/backlogtriage/accepted

Metriche repository

Star
 (4267 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor