Reset Kubernetes Cluster using kubeadm
In this tutorial, we will learn about how to reset single node/control-plane Kubernetes Cluster. It will wipe out Kubernetes cluster data that was configured using kubeadm init as described in Create single node Kubernetes cluster on Ubuntu using kubeadm on Google Cloud Platform (GCP). Same steps which are mentioned below could be also performed on any Kubernetes cluster created on Ubuntu whether they are hosted on Google Cloud Platform (GCP) or not.
[Read More]