Enable TLS bootstrapping in a Kubernetes cluster
This blog is a recap of my old blog โAdd new node to Kubernetes cluster with bootstrap tokenโ. Like the aforementioned blog, we will look at how to enable TLS bootstrapping on an existing Kubernetes cluster at control plane level and add a new node (or modify existing ones) to the cluster using bootstrap tokens. At the end of this blog, you will learn what specific steps to take to enable TLS bootstrapping on any custom-built Kubernetes cluster....