DEV Community

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

Collapse
 
achoarnold profile image
Arnold Acho

Thanks for this awesome writeup. I think there's a little typo here

Instead of typing kubectl proxy we can now type curl http://localhost:8001/version and get the same results:

I think it should be

Instead of typing kubectl version we can now type curl http://localhost:8001/version and get the same results:

Collapse
 
softchris profile image
Chris Noring

Hi thanks. Appreciate you pointing that out :)