Public URL access from kubernetes cluster

4/22/2020

We have a huge cluster.

And whenever we want the deployment to communicate to the public URL’s (like google etc..from within the pods)

We will have to open up proxy for all the nodes in the cluster (as we are behind a proxy)

Whenever we add a new node we need to make sure all of the rules are working as the kubernetes pods can spin anywhere in the cluster…

Can this requirement be achieved using any of the network policies? (Im pretty new to this concept and I guess there can be some egress rules written)

-- sai harshita chava
kubernetes
proxy

0 Answers