how to reset kubernetes cluster1 min read
You might have come across some situation to reconfigure or reset your existing Kubernetes cluster.
And you may try with the kubeadm reset command but which won’t reset the Kubernetes cluster fully, where you will be able to see some older information about the cluster.
Here I will show you how to wipe out the Kubernetes cluster permanently.
Rest kubernetes cluster using kubeadm
Remove all the data from all below locations
Flush all the firewall (iptables) rules
Restart the Docker service
By this you have completely removed all Kubernetes from the server, Now you can reconfigure the cluster with a new set of Kubernetes configurations.
He is a Technical professional. He is a person who loves to share tricks and tips on the Internet. He Posts what he does!