Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the command minikube service list to get a list of available services.  When you do this the hello-world service should have a valid URL you can enter into your browser.

Info
titleNote

When you use --expose switch, a Service is created at the same time as you create a Deployment


Deploying an application into Kubernetes Cluster

...