DEV Community

Rahul Wagh
Rahul Wagh

Posted on

How I setup HaProxy Ingress ingress controller on kubernetes cluster - Part 8

In this lab session, we are going to perform the following tasks -

  1. Set up the Kubernetes cluster(If you haven't done before then I would recommend you to follow - https://youtu.be/7dG3vZFjQsE)

  2. Install HAproxy load balancer on your Kubernetes cluster

  3. Setup Ingress Controller after installing HAproxy.

  4. Create Kubernetes deployment, in this lab session we are going to deploy spring boot microservice. (For spring boot deployment please refer - https://youtu.be/ejwiMFJETdQ)

  5. Expose the deployment as service using ClusterIP

  6. Create Ingress resource for the exposed service

  7. Finally, test the microservice.

Top comments (0)