7,022 questions
0
votes
0
answers
16
views
Airbyte GCP/GKE logging
I was looking at how stdout/stderr kubernetes pod logs are stored within gke.
My problem is storing Airbyte connectors log to GCP (Airbyte is part of a GKE cluster).
Unfortunately pod stdout/stderr is ...
0
votes
0
answers
33
views
apicurio schema registry v2.6 - Java Kafka Producer not working
I've Apicurio Schema Registry Operator installed, also Schema Registry v2.6 installed. This is the default version of Schema Registry installed when using Apicurio Schema Registry Operator. Keycloak(...
0
votes
1
answer
65
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 ...
1
vote
1
answer
40
views
Kubernetes startupProbe fails even though app becomes healthy within allowed threshold
I'm running into an issue with my (GKE) Kubernetes deployment's startupProbe. My container exposes a /v1/health endpoint that returns JSON with a "status" field. The probe is configured as ...
-2
votes
1
answer
100
views
Kubernetes engine error with apiVersion and kind
I'm getting an error
This apiVersion and/or kind does not reference a schema known by Cloud Code. Please ensure you are using a valid apiVersion and kind.
on both manifest.yaml and nordered-service....
0
votes
0
answers
25
views
Why Prometheus stack and adapter not fetching the custom metrics in GKE
As same as below document, we have implemented the custom metrics pod autoscaling in our project.
https://medium.com/@MetricFire/prometheus-metrics-based-autoscaling-in-kubernetes-129deb8e7fa6
We have ...
0
votes
0
answers
19
views
Spring Boot Swagger UI not working after deployment to GKE
After deploying my spring boot 3.1.4 Kotlin Gradle app to GKE, and trying to access the swagger ui from the /swagger-ui.html or /swagger-ui/index.html or even /v3/api-docs I receive the whitelabel ...
0
votes
1
answer
39
views
How to start a container in a kubernetes pod only after its proxy is running?
I have a kubernetes cluster and a PostgreSQL Database running on Google Cloud.
The pod that has the problem is a cronjob with the following configuration:
apiVersion: batch/v1
kind: CronJob
metadata:
...
0
votes
0
answers
23
views
how to connect to open telemetry operator in kubernetes
I have this yaml file defining a open-telemetry-collector in a kubernetes cluster. I have already installed open-telemetry opertor. This is the file:
apiVersion: opentelemetry.io/v1beta1
kind: ...
0
votes
1
answer
134
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 ...
0
votes
0
answers
14
views
GKE ManagedCertificate "FAILED_NOT_VISIBLE" & Missing Ingress External IP
I'm using GKE with an Ingress and a ManagedCertificate for my domain (details redacted). My YAML manifest is as follows:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: my-name-...
-1
votes
2
answers
52
views
How to provision a GKE cluster - Enterprise Tier with Terraform
As the terraform docs for google_container_cluster resource (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster), to provision a GKE cluster we need to ...
-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 ...
0
votes
1
answer
35
views
JWT Validation Failure in Spring Boot API due to PKIX Path Issue with Keycloak on GKE (Gateway API, TLS Termination)
I have a GKE architecture with the following components:
External Traffic Flow:
Public F5 load balancer (terminates TLS for *.example.com) routes to:
app.example.com, api.example.com, idp.example....
2
votes
1
answer
214
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 ...