Tech Tips

How do I route traffic to my cluster?

Network Load Balancer support on AWS

Configuring ingress cluster traffic on AWS using a Network Load Balancer

Command to get loadbalancer you can hit which ties directly to your service: oc expose svc {name-of-service-created} --type=LoadBalancer

Last updated