.Net Core Logo

Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.

The name Kubernetes originates from Greek, meaning helmsman or pilot. Google open-sourced the Kubernetes project in 2014.

Created by Sandeep Kulkarni

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]