> For the complete documentation index, see [llms.txt](https://notes.nomanaziz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.nomanaziz.me/devops/orchestration/kubernetes/3.-minikube-and-kubectl.md).

# 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

<figure><img src="/files/wXORSm14u2JrlTcHxpOA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ipgpl8BPOwS7yGNH5HVq" alt=""><figcaption></figcaption></figure>
