In this lab session, we are going to perform the following tasks -
Set up the Kubernetes cluster(If you haven't done before then I would recommend you to follow - https://youtu.be/7dG3vZFjQsE)
Install HAproxy load balancer on your Kubernetes cluster
Setup Ingress Controller after installing HAproxy.
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)
Expose the deployment as service using ClusterIP
Create Ingress resource for the exposed service
Finally, test the microservice.
Top comments (0)