- Full cycle live -> https://www.youtube.com/watch?v=oxWEVQP5_Rg
kind create cluster --name=esquenta
kubectl cluster-info --context kind-esquenta
kubectl get nodes
kubectl apply -f pod.yaml
kubectl get pods
kubectl port-forward pod/nginx-demo 9090:80
kubectl apply -f replicaset.yaml
kubectl apply -f deployment.yaml