Google Kubernetes Engine is a cluster manager and orchestrator for running Docker containers. It schedules your containers into the cluster and manages them automatically based on requirements you define (such as CPU and memory). It's built on the open source Kubernetes system, giving you the flexibility to take advantage of on-premises, hybrid, or public cloud infrastructure. It was formerly called Google Container Engine.
Questions tagged [google-kubernetes-engine]
553 questions
1
vote
2 answers
GKE multi regional
Application (pod) presently running in GLB<->GKE Europe (say Netherlands). I got requirement to scale the application to serve customer in US and ASIA (say SFO & Japan).
I have noticed kubemci in beta.
Please help to clarify whether whether GKE…

Manikandan
- 11
- 1
- 2
1
vote
1 answer
no pods can be started: failed calling webhook "gvisor.common-webhooks.networking.gke.io"
Our GKE cluster can't start any pods with following error:
failed calling webhook "gvisor.common-webhooks.networking.gke.io": Post https://localhost:5443/webhook/gvisor?timeout=30s: dial tcp [::1]:5443: connect: connection refused
luckily we were…

Maxim Ivanov
- 11
- 2
1
vote
1 answer
Elasticsearch pods cant get volume
I used the official elasticsearch helm chart onto my GKE cluster. However, the pods cannot start with the error: pod has unbound immediate PersistentVolumeClaims. I can see that the persistent volume claim has been created in the GCP console, but…

Amit
- 177
- 5
1
vote
1 answer
Does Google-managed SSL certificate use same keypair at renewal?
In Google Kubernetes Engine, it's possible to set up a "Google-managed SSL certificate". Obviously, before a certificate expires, Google needs to get a new one. When Google does this, does it use the same keypair, or does it generate a new…

Bluebeard
- 23
- 2
1
vote
1 answer
GPU on Terraform GKE Can't access efivars filesystem at /sys/firmware/efi/efivars, aborting
I'm trying to get a GKE cluster (Google Cloud Kubernetes), provisioned by Terraform, running with a GPU node pool. If someone can point me at what I'm missing to get the GPU node pool working, that would be most awesome.
I am able to run work on…

Adam
- 121
- 2
1
vote
1 answer
shutting down the google cloud account and project totally, how to save VMs apps and Services?
We have an order to shutdown google Cloud enterprise account now. We were running more than 50 VMs and apps, now the question is how to get these backup'ed and presrve it for future use or may be possible to go with new cloud provider in the…

amit lal
- 11
- 2
1
vote
1 answer
In kubernetes whitelist ip from pod in other pod
I have a REST-api in one pod that needs to whitelist all hostnames or ips that connects to it. In another deployment/pod I have my own kotlin program that tries to connect to the REST-api
Both deployment are exposed with ClusterIp services. I can do…

Arlukin
- 1,203
- 6
- 18
- 27
1
vote
1 answer
GCP - GKE: Every Ingress configuration keeps resetting automatically. How to set an HTTPS health check?
I know that Ingress requires a service in an healthy state in order to serve its contents through HTTP(S) and to do so I configured a ReadinessProbe on my workload deployment:
readinessProbe:
failureThreshold: 10
…

sentenza
- 115
- 6
1
vote
1 answer
Set Stackdriver severity based on textPayload
We have an in-house Java application created by our developers that uses log4j to format its logging messages. Recently, we've started to run this on Google Kubernetes Engine and so logs are piped through to Stackdriver from stdout automatically.…

Goldstein
- 163
- 5
1
vote
0 answers
Migrating from one cluster to a new one in google cloud
I have 7-8 different microservices running on google cloud.
I'm planning to do API monitoring and I've been asked to use google's stackdriver trace for it.
However it turns out, you cannot use stackdriver trace for an existing cluster. So, I…

Khadar111
- 11
- 1
1
vote
0 answers
CORS set to allow all but preflight still fails
I am using Istio in Google Kubernetes Engine with Istio. I've added a CORS policy to my virtual service that allows all origins. It looks like this:
- match:
- port: 443
route:
- destination:
host: rev79-api-service
…

Toby 1 Kenobi
- 287
- 2
- 13
1
vote
1 answer
How to stop/hibernate GKE cluster in GCP?
In order to save costs, we would like to stop or hibernate an Kubernetes GKE cluster in GCP cloud.
I could not find any hint on this in documentation.
Did I miss something?

Thomas Krautzberger
- 11
- 1
- 2
1
vote
2 answers
should i be able to see network namespaces from my gke nodes?
Im exploring gke. I created a gke cluster through teh GCP GUI and when I hop on a node and run this command I see nothing:
ip netns list
I thought k8s used network namespaces for networking? how are those network namespaces visible?

red888
- 4,183
- 18
- 64
- 111
1
vote
1 answer
Enable CORS for GKE Kubernetes API
I have a Kubernetes Engine cluster set up in Google Cloud Platform and it's working wonderfully. I can query the Kubernetes API itself to get info on Kubernetes objects, using the IP-based URL of the Kubernetes Master seen when running kubectl…

Goldstein
- 163
- 5
1
vote
1 answer
If I create a GKE cluster without external IPs and I have a VPN connection to GCP, how can I ssh with kubectl?
I can (for instance) connect to the cluster compute nodes like this:
gcloud compute ssh gke-test-deploy-default-pool-xxxxx --internal-ip
But if I try to set up my kubectl credentials like this:
gcloud container clusters get-credentials test-deploy…

Dave Welling
- 113
- 1
- 6