homebusinessblogart

Kubernetes

Minikube

Minikube starts a virtual machine that hosts a Kubernetes cluster.


minikube start

Kubectl

Kubectl or Kube controller is CLI for K8s.

Viewing cluster details

kubectl cluster-info


Viewing the nodes in the cluster

kubectl get nodes


Create and manage deployments