Skip to main content

Questions tagged [google-kubernetes-engine]

The tag has no usage guidance.

0 votes
0 answers
15 views

Why is NFS Server Not Mounting on Agent Pod?

I am using Google Cloud and have set up a GKE cluster where I installed an NFS server. I created a Persistent Volume (PV) for the NFS server and then defined a Persistent Volume Claim (PVC) that ...
Rakesh Pandey's user avatar
0 votes
0 answers
26 views

GKE Autopilot: probes failing on kube-system pods

I'm running a cluster on GKE Autopilot and I'm experiencing a lot of probes failing on kube-system pods. For example: Liveness probe failed: Get "https://10.95.128.210:10250/livez" on a ...
Ethan Van den Bleeken's user avatar
0 votes
0 answers
6 views

Anthos/Cloud Service Mesh - How to Set Ingress Gateway Log Format to JSON?

I provisioned a managed Anthos/Cloud Service Mesh and set the sidecar access logs to JSON using the MeshConfig.AccessLogEncoding property. Now, I am trying to configure the ingress gateway logs to use ...
albetancourt's user avatar
0 votes
0 answers
13 views

Google cloud shows persistent disk SSD is full, wherease I do not have anything deployed currently

I am deploying a kubernetes cluster always in the demo namespace. However, even after deleting my namespace, google cloud shows almost full persistent disk usage. This behaviour does not happen every ...
lorand vatamany's user avatar
0 votes
1 answer
79 views

Pod to pod communication GKE

I have this terraform-kubernetes script terraform1 so prometheus scraping list of pods, and hitting /metrics based on custom resource Prometheus and PodMonitor rules it's working fine locally using ...
Kokizzu's user avatar
  • 113
0 votes
0 answers
185 views

Reverse proxy in front of Google Artifact Registry (GAR)

Using GAR, requires the usage of some "generic" URLs, like europe-west-1-docker.pkg// We would like to use a custom URL and then load balance to the proper registry based on that URL/path. ...
carrotcakeslayer's user avatar
1 vote
1 answer
355 views

How can I change the context of kubectl commands and helm?

Currently helm is installing to the wrong cluster on GKE, how can I install to a different cluster?
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
43 views

How do I figure out what cluster helm installed on Google GKE?

When I run a command like helm install MyApp How do I know what cluster it will install too using Google GKE?
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
491 views

Argo workflows health checks failing in GKE

I am trying to expose my argo workflows deployment to a domain but I keep getting Server Error when I access the domain: argo.example.com. I setup a GKE ingress and been trying to fix the health ...
Abe's user avatar
  • 121
6 votes
0 answers
2k views

Kubernetes deployement with minimum disruption to websocket connections

Problem statement: Make a deployment with minimum disruption to clients connected via websockets. Stack: GKE (Regional cluster - 1.22.8-gke.200), helm, Node.js/websockets, HPA, Rolling Update. Our ...
thanosam's user avatar
0 votes
1 answer
447 views

ImagePullBackOff err while pulling docker image in different project in Google Cloud

I am trying to pull a private image from Artifact Registry repo in Google Cloud from a kubernetes cluster running in a different Google Cloud project using kubectl. kubernetes version 1.20.15-gke.1000 ...
user1403505's user avatar
0 votes
1 answer
608 views

Google Kubernetes Engine's auto-pilot mode does not grant nodes Google Storage write access

I am trying to use the workflow orchestrator Snakemake with a Google Kubernetes Engine (GKE) autopilot cluster. My workflow needs to upload files to Google Cloud Storage buckets within the same ...
ning's user avatar
  • 101
0 votes
1 answer
147 views

Why is my GCP managed Cert not working with kubernetes

I have the following that seems to work... apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test-ingress namespace: test annotations: kubernetes.io/ingress.global-static-ip-...
Jackie's user avatar
  • 141
1 vote
1 answer
664 views

how to schedule container in GCP

I have 5 tasks in my project that need to be run periodically. Some of these tasks are run on a daily basis, some on a weekly basis. I try to containerize each task in a Docker image. Here is one ...
user33064's user avatar
2 votes
1 answer
2k views

mounting overlayfs within kubernetes POD - "cannot mount overlay read-only"

I try to "manually" mount an overlayfs within a Kubernetes POD, to create a copy-on-write layer on top of a shared persistent volume. (For running a read-only postgres - postgres cannot run ...
peschü's user avatar
  • 131

15 30 50 per page