Versions Compared

Key

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

Expose a deployment

In order to expose a service we will issue the expose command:

> kubectl expose deployment <service> --type=<type> --name=<exposed_service_name>

...