.
Published Feb 22, 2021
What is Minikube: It is a open source tool that allows you to duplicate cluster with master and slave node running in one machine. This helps in simulating master-slave cluster and its processes.
What is kubectl: It is command line tool for k8 clusters. Helps in building application pods and other resources within the cluster.
Steps to create a local k8s cluster:
minikube start