All Questions
Tagged with google-cloud-platform google-kubernetes-engine
2,495 questions
0
votes
1
answer
61
views
GKE Multi-Cluster Ingress (MCI) ignores BackendConfig Health Check, uses default HTTP / check
Environment:
GKE Standard Clusters (Version: ~1.31.6-gke.1064001)
2 Clusters (sglang-us in us-central1, sglang-asia in asia-northeast1)
Clusters registered to a Fleet, MCI enabled, sglang-us is the ...
0
votes
1
answer
133
views
GKE pod with filestore RWX volume takes 30 minutes to start Error syncing pod, skipping" err="unmounted volumes=[filestore-rwx-volume],
I have a GKE pod mounted with RWX volume with Filestore. Below are my storage class,PV,PVC configs.
GKE Version - 1.30.9-gke.1127000
For all the pods which uses this multishare volume takes about 30 ...
-1
votes
1
answer
62
views
Having one external load balancer routing traffic to 4 internal load balancers [closed]
In our GKE cluster we got 4 load balancers created out of which 2 are for internal applications and 2 for public stores, however we need to have one entry point to our application so planning to have ...
2
votes
1
answer
213
views
Autopilot GKE Cluster: GCE quota exceeded and insufficient CPU error
I have been experiencing a problem running an Autopilot GKE cluster. This problem actually inhabilitates pods to run so i'ts a little bit frustrating.
Actually mi configuration is only of two ...
0
votes
1
answer
141
views
GKE Ingress defaultBackend not working despite healthy pods and correct NEG configuration
I have a GKE Ingress configured with a defaultBackend to handle requests for undefined hosts. The pods are healthy, but the default backend does not respond. Here’s my setup:
Configuration Details
...
0
votes
0
answers
80
views
GCP - GKE IAP give access to external user
We have services on GKE protected by IAP. So far, whenever we need to give access to a new internal user, we provide them with the role roles/IAP.httpsResourceAccessor.
The organization policy ...
1
vote
0
answers
94
views
Kubernetes external-secret.io operator can not unmarshal GCP secret value stored as plain text
Created GCP secret and stored plain text value e.g. userpassword
Created and applied external-secrets.io yaml manifest as shown below
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
...
0
votes
1
answer
61
views
Not getting the all the namespaces in big query billing export table
I have enabled the GCP cloud billing data to export into bigquery. For GKE I'm not getting all the workloads namespaces into gcp_billing_export table.
I have enabled the GKE Metering, It's created the ...
1
vote
1
answer
83
views
Are both RBAC and IAM permissions needed for GKE authorization?
I am trying to authorize to a GKE cluster using a service account with the following permissions
cluster.deployments.get
container.clusters.get
I create a kubeconfig by making API calls to get ...
0
votes
1
answer
101
views
Unable to setup GKE workload identity invalid argument
Following google docs on how to setup workload identity:
https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity. I have enabled the GKE metadata server on all nodes as well as ...
0
votes
1
answer
80
views
MySQL on GKE Autopilot with GCSFuse: Permission denied on /var/lib/mysql/
Title:
MySQL on GKE Autopilot with GCSFuse: Permission denied on /var/lib/mysql/
Body:
I am deploying MySQL 8.0 on Google Kubernetes Engine (GKE) Autopilot using Google Cloud Storage (GCS) with ...
0
votes
1
answer
42
views
Can pass through load balancers close a connection? And how to debug issues with it?
We have an internal gRPC service deployed on GKE. I am using service type LoadBalancer with networking.gke.io/load-balancer-type: "Internal" annotation.
Its working fine except sometimes I ...
0
votes
1
answer
142
views
How to forcefully stop an operation on GKE cluster and thereby delete GKE cluster?
I need to delete a GKE cluster. When I try to delete using the gcloud command, it mentions that it is trying to upgrade somthing on the cluster. Before running this command, I tried to enable ...
0
votes
1
answer
207
views
GKE Container memory alerting in percentage
I have a few workloads running in GKE. I want to monitor one of the container for memory usage. The container will have some memory allocated and when the usage goes beyond,say 80%, an alert should ...
0
votes
0
answers
80
views
GKE container kept crashing when deployed with GitHub Actions workflow
I'm trying to deploy a pod of three containers (Vue, Express and MongoDB) on GKE using GitHub Actions. When deployed manually using the following commands:
kubectl apply -f deployment-sit.yaml
kubectl ...