Last 12 weeks · 0 commits
2 of 6 standards met
I started using kubelet-standalone about a year ago and now I an see that the certificate for the kubelet in /var/lib/kubelet/pki is about to expire. In a kubernetes cluster the certificate is renewed with kubeadm, but that's not feasible with standalone kubelet. I'm tempted to say that the expiration of the certificates won't really matter as there's no external communication with the kubelet. What do you think ?
First of all, thanks for this awesome tutorial, I was able to use it using directly the kubelet binary :-). I'm trying to setup a basic canary deployment, I understand that kubelet is not able to deploy something else than a pod, do you think it's possible to use a kube-controller-manager in standalone mode (I mean directly linked to a kubelet, without ETCD)?
Repository: kelseyhightower/standalone-kubelet-tutorial. Description: Standalone Kubelet Tutorial Stars: 206, Forks: 12. Primary language: Go. Languages: Go (90.8%), Shell (9.2%). License: Apache-2.0. Open PRs: 1, open issues: 2. Last activity: 8y ago. Community health: 42%. Top contributors: kelseyhightower.