sudo systemctl start docker
minikube start
kubectl get pods
kubectl apply -f deployment.yaml
kubectl get pod
kubectl describe pod
kubectl apply -f service.yaml
kubectl get service
kubectl describe service
kubectl get pod -o wide
minikube service nginx-service