3. Minikube & Kubectl

Minikube

  • It is a one node K8s cluster

  • Creates Virtual Box on machine

  • Runs in that VirtualBox

  • Used for testing purposes


Kubectl

  • Used to interact with the Kubernetes Cluster

  • Interacts with the Master Process's API Server

Main Commands CheetSheets

Last updated