command to create a new resource based from a YAML file
kubectl create -f deployment.yml
command to view pods
kubectl get pods
command to view deployments
kubectl get deployments
This command starts a proxy to the Kubernetes API server:
kubectl proxy --port=8080
This command to get the IP of kubernetes cluster:
minikube ip
sudo docker build -t <image_name> <path_to_Dockerfile>
sudo docker build -t <image_name> <path_to_Dockerfile>
sudo docker push <image_name>
(find the image here)[https://hub.docker.com/r/velvetjedi/nodeapp]