GCloud Firewall rules on network load balancer

2/10/2016

I just deployed a container with kubernetes to google cloud and all is working except that I couldn't figure out how I can apply default network rules to network load balancer to restrict accesses per incoming ip address.

I see that underlying instance group has the firewall rules applied but not to the service.

Any help is appreciated

-- East2West
google-cloud-platform
google-kubernetes-engine

1 Answer

2/10/2016

It appears that kubernetes server "load balancer" creation automatically creates firewall rule on a given port for 0.0.0.0/0 and it is attached to instance template and that template is used to spin off GCEs.

-- East2West
Source: StackOverflow