Refer to the exhibit.
What are the properties of the load balancer in a Kubernetes environment?
Has exposed ports 80 and 8080 to a private IP address and directs outgoing connections to the port named http-port1
Has exposed ports 80 and 8080 to a public IP address and directs incoming connections to the port named nginx-port
Forwards incoming traffic from the port named nginx-port to ports 80 and 8080 of nginxapp
Forwards any outgoing traffic from the port named nginx-port to exposed ports http-port1 and http-port2 of nginxapp
Submit