Kubernetes task guidelines

Viewed 12

I am looking for guidance on the following assignment.

Ingress example (theoretical steps only since there's a bug in ambassador controller, iginx contoller is not supported by the docker driver):

  1. Install ingress controller (it's an addon)
  2. Create 2 service configuration files
  3. Create the services
  4. Create the ingress congiguration file to route requests to both services
  5. Create the Ingress
  6. Check that both services can be accessed using a browser
0 Answers
Related