- mongo-config.yaml
- mongo-secret.yaml
- mongo.yaml
- webapp.yaml
minikube start --vm-driver=docker
minikube status
minikube ip
kubectl get node
kubectl get pod
kubectl get svc
kubectl get all
kubectl get pod -o wide
kubectl get node -o wide
kubectl describe svc {svc-name}
kubectl describe pod {pod-name}
kubectl logs {pod-name}
minikube stop