I have created a new cluster in GKE with version 1.10.5-gke.0. I see that my applications cannot reach IPs in the same network, basically instances running on compute.
I have ssh'd to one of the Kubernetes nodes, and by using the toolbox included i can ping those IP addresses, but I can't if I try from a container running on this cluster.
I saw that since 1.10 google disables access scopes for compute & storage, and even if I enable those scopes I still get the same.
I find it a bit puzzling, as this used to work for all other clusters in the past without any extra config needed
Am I missing something here?
kubectl exec
to run bash from a pod in GKE. I used netcat in the pod to connect to the GCE instance listener and everything worked. I made no custom firewall rules or anything else. Cluster is running1.10.2-gke.3
. (Edit: I should note that I connected to the internal10.
address of the GCE instance) – Zach