Create a Service to Expose the Web Frontend Deployment's Pods Externally
Create a service called web-frontend-svc in the web namespace. This service should make the Pods from the web-frontend deployment in the web namespace reachable from outside the cluster.
External entities should be able to reach the service by contacting any node in the cluster on port 30080.
Linux
web-frontend-svc.yml
Linux
Scale Up the Web Frontend Deployment
Scale the web-frontend deployment in the web namespace up to 5 replicas.
Linux
Create an Ingress That Maps to the New Service
Create an Ingress called web-frontend-ingress in the web namespace that maps to the web-frontend-svc service in the web namespace. The Ingress should map all requests on the / path.