Murtaza Haji

.

Home

Kubernetes Day 2

Published Feb 22, 2021

Minikube and Kubectl

  1. 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.

  2. What is kubectl: It is command line tool for k8 clusters. Helps in building application pods and other resources within the cluster.

Minikube Kubectl

  1. Steps to create a local k8s cluster:

    • Start a minikube instance, which will automatically be cofigured to use kubectl

    minikube start

    • Start a Kube