kcg icon indicating copy to clipboard operation
kcg copied to clipboard

[Question] For what purpose, should I use the project?

Open zzxwill opened this issue 5 years ago • 1 comments

I configured kcg. It's very convenient to generate a config file and the Cli interaction is cool!

But I am curious when should I use kcg.

I normally deploy a Kubernetes cluster in a Kubernetes cloud provider, like Alibaba Cloud, or by tool like kind or rke. In either way, a Kube-config file will be automatically generated.

If I'd like to use kcg, I need to check the cluster in Alibaba Cloud Console, or check Kube config itself, so in which situation is kcg targeted?

Thanks.

zzxwill avatar Sep 14 '20 09:09 zzxwill

Thanks for the nice words. Long answer : https://sudheer.dev/posts/2020/08/generate-kubernetes-config-files/

Short answer: if K8 cluster is hosting isolated tenants separated by namespaces and if you need to provide these tenants with credentials to manage their namespace.

also it is another way not to rely on your manged K8 provider tools like alibaba, awscli , etc..

bit-cloner avatar Sep 14 '20 09:09 bit-cloner