DEV Community

Discussion on: Learn Kubernetes, Part I, Basics, Deployment and Minikube

Collapse
 
ehanlon profile image
Eammon Hanlon • Edited

Excellent post @softchris !

There are a couple of typos:

  • curl http://localhost:8001/api/v1/namespaces/default/pod/$POD_NAME should be curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME

  • curl http:localhost:8080 should be curl http://localhost:8080

Collapse
 
softchris profile image
Chris Noring

Thanks :) Appreciate your comments