Production Kubernetes with DevOps Part 2 – The Ingress

I am going to deploy everything in one Cluster since Kubernetes Clusters are expensive. Then I am going to move the LDAP into that cluster since it is not required to have it outside now.

Prerequisites

Create a Static IP

Then connect to the cluster using the connection string given.

Then create the Global IP.

Add the DNS Entries

Deploy the Ingress

Now go ahead and deploy the Ingress. I am not using SSL for now.

Cleanup

ToDos

  • Add the default backend

References

You may also like

Leave a Reply

Your email address will not be published. Required fields are marked *