January 2020
Intermediate to advanced
640 pages
16h 56m
English
The last service that we will be deploying is the frontend. As with most other services in our cluster, we will create a Kubernetes deployment with the required number of replicas for the frontend.
Just as we did in the previous chapter, we will define a Kubernetes service to load balance traffic to the frontend pods and then expose it outside the cluster with the help of a Kubernetes ingress resource.