
Stable public IP or IP range for outbound connections in GKE
Apr 11, 2018 · I am looking for a way in GKE to get a single IP or an IP range for outbound connections, to give them to third party API's to whitelist them. The GKE node IPs are not manageable when nodes autoscale or when I upgrade them.
Unable to access internet on pod in private GKE cluster
I have two private gke clusters currently accessing the internet now. I thought I achieved this by using the NAT Gateway but adding a third cluster now it is not working for the third cluster. I suspect it's a difference in versions in kubernetes on the clusters. Without question your other private ip'd servers/nodes can access your private cluster through services and your pods can …
Recommended disk size for GKE nodes? - Server Fault
Aug 4, 2019 · If you've built a standard GKE cluster, the whole disk space of 100GB should be partitioned. Please check the file /proc/partitions at the cluster nodes: The largest part /dev/sda1 should be mounted as a stateful partition: You can change this by pressing "More options" in the "Create a Kubernetes cluster" dialogue: If the cluster is created from command line, the disk …
What CNI is used (and what are the alternatives) in GKE?
Nov 23, 2023 · I'm confused with Google Cloud's documentation on GKE. In the Compare network models doc, it says GKE has a fully integrated networking model which suggests to me it has its own CNI implementation.
google cloud platform - GKE ingress unable to connect to healthy ...
Jul 14, 2018 · It turns out my services were not in a healthy state. Being "READY" doesn't mean that they're responding with 200 on the root path (/). I used kubectl get pods to list my pods, then inspected the logs. NAME READY STATUS RESTARTS AGE cable-76bfb45bb-rkz8f 2/2 Running 0 24m rails-67d569746d-54hs8 2/2 Running 0 24m elasticsearch-0 1/1 Running 0 16m redis …
vm.max_map_count problems on GKE ElasticSearch StatefulSet
Aug 16, 2018 · A problem appeared on working ElasticSearch cluster on GKE. Nodes with "data" roles began to crash unexpectedly with an error: max virtual memory areas vm.max_map_count [65530] is too low, increas...
kubernetes - GKE cluster access permission - Server Fault
May 20, 2020 · I have two clusters belongs same project in google kubernetes engine. How can I allow some my partner to access one cluster, and deny them to access another cluster? Thank you!
Health checks fail when creating a GKE cluster - Server Fault
Jun 25, 2020 · When I try to create a GKE cluster it consistently fails at the last stage, when the cluster is being health checked. Both the gcloud cli and the GCP console fail with: All cluster resources were
How to trigger GKE autoscaling decision on demand?
May 12, 2022 · The GKE autoscaling process makes what they call "decisions" about whether or not to autoscale. The logs will include details explaining why the process decided not to do anything (
GCP networking from VM compute to GKE service in same VPC
Nov 28, 2019 · I have a compute instance VM named mysql-1 in the same account, same VPC as a GKE cluster. I have a k8s service deployed: ~ $ kubectl get services NAME T...