6,994 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
17
views
How to add on-prem nodes in GKE [closed]
i want to add my on prem nodes into GKE and control it together with GKE node group.
is it possible to add on prem nodes in GKE or GKE autopilot?
-3
votes
0
answers
60
views
OpenTelemetry + ReactiveFeign + Spring WebFlux not propagating traceparent between microservices (header injected but missing in downstream service)
I’m running two Java microservices (A → B) in a Kubernetes cluster (GKE), using:
Spring Boot 3.5 (WebFlux)
ReactiveFeign (Playtika Feign Reactor 4.2.1)
OpenTelemetry Java Agent (2.20.1)
OTLP ...
-2
votes
0
answers
41
views
Encounter issues with GKE LB "Specified IP address is already reserved." When using a Static IP [closed]
We’re experiencing an issue when provisioning a LoadBalancer Service on GKE with the annotation:
cloud.google.com/l4-rbs: "enabled"
Service manifest:
apiVersion: v1
kind: Service
metadata:
...
0
votes
0
answers
61
views
Google Cloud error 429: The request was aborted because there was no available instance
I have a function in Cloud Run that takes files from a bucket, loads them to BigQuery and then deletes them.
It is activated using the Cloud Scheduler and an HTTP call.
To avoid processing the same ...
0
votes
0
answers
32
views
GKE Autopilot: Preventing Scale-Down Interruptions for Long-Running Quartz Jobs
I’ve been tasked with migrating an old monolith to GKE Autopilot (my first time with GKE Autopilot).
The monolith can scale horizontally, but it runs jobs using Quartz; these jobs can last for hours. ...
0
votes
1
answer
152
views
POST requests from Cloud Run arriving as GET requests in my Django REST API
I have a serverless pipeline on Google Cloud. It consists of three total steps:
A video uploader that sends videos to Google Cloud Storage. Working fine.
An eventarc + pub/sub trigger that fires ...
-1
votes
1
answer
100
views
What JSON keys do GKE recognize in structured logs? [closed]
From "About GKE logs > What logs are collected" I gather that Application Logs can be JSON (I guess it's the preferred way).
The "About GKE logs > Best practices" mention in ...
-1
votes
1
answer
101
views
Trying to sync GCP secret with GKE [closed]
I am trying to sync GCP Secret to my GCP Gke secret.
I created SecretProviderClass.
% kubectl -n dev get secretproviderclass backend-secret -o yaml
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: ...
0
votes
0
answers
88
views
Google Cloud Trace Explorer not showing OpenTelemetry service name (Node.js on GKE)
I am using OpenTelemetry with Node.js in my application running on Google Kubernetes Engine (GKE).
The traces are successfully sent to Google Cloud Trace, but in Google Cloud Trace Explorer the ...
1
vote
1
answer
119
views
Is GKE's 15s pod termination grace period always guaranteed on preemptible node shutdown? [closed]
I'm running Pods on GKE preemptible nodes, and I've observed some inconsistencies with graceful shutdown behavior.
According to GKE documentation:
When Compute Engine needs to reclaim the resources ...
1
vote
1
answer
203
views
K8 gateway issue and the gateway api routes does not work [closed]
GKE k8 gateway api route not working saying "no healthy upstream" even when the gateway and routes are created healthy .Below are the configs
apiVersion: networking.gke.io/v1
kind: ...
0
votes
1
answer
89
views
GCP GKE how to not create pod with selector managed-by cloud-console
I have been manually deploying new pods with GKE for the past three years. Once done, I then configure Cloud Build for my CI/CD to deploy to GKE once the image is created, etc.
For the CD from ...
0
votes
1
answer
60
views
GKE reports StatefulSet specified does not have a readiness probe but spec does contain it
GKE is reporting the alert "PDB_STATEFULSET_WITHOUT_PROBES" (https://cloud.google.com/kubernetes-engine/docs/how-to/workload-disruption-readiness) but the statefulsets it references do have ...
0
votes
1
answer
143
views
Pod to service traffic on GKE Dataplane v2 vs Cilium
I am looking into different behaviour between Cilium CNI and GKE Dataplane V2.
Mainly, for Pod to ClusterIp traffic, with kube-proxy replacement enabled on:
Cilium - traffic coming from LXC interface ...
1
vote
1
answer
100
views
Intermittent Failures with ESPv2 Sidecar on GKE Autopilot (NAP Nodes)
We’re experiencing intermittent failures with the endpoints-runtime (ESPv2) sidecar container on GKE Autopilot. Our setup uses ESPv2 as a sidecar alongside a Spring Boot backend container to expose an ...