Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
5 views

Use KCC to deploy GKE on GCP

Can I use KCC/GCP Config Connector to deploy and manage GKE clusters on GCP? If so, are there any reference docs, I can't find them. Pre requisite is that I manually install the kubernetes cluster to ...
user1843591's user avatar
  • 1,124
0 votes
0 answers
26 views

How can I pause a GKE autopilot nigthly?

How can I pause my GKE Autopilot cluster nightly in GCP? This cluster supports the Cloud Composer service in our Data stage area. We know that it's not possible to do this natively because the service ...
user336879's user avatar
0 votes
0 answers
53 views

HPA unable to read metrics from Google Managed Prometheus

We were trying to use metrics exported from our app to Google Manager Prometheus. Even though we are able to view the metrics in Google Monitoring, the HPA is not able to read the values and we are ...
radioactive11's user avatar
0 votes
0 answers
13 views

Register GKE cluster to external ArgoCD

Is it possible to register a GKE cluster to an ArgoCD instance running on another cluster created on bare-metal and orchestrated by rancher? I found this guide but it seems that it only works between ...
Francesco Biancucci's user avatar
0 votes
0 answers
11 views

Terraform module for Rollout Sequencing for GKE upgrade [closed]

I need to create a terraform module for rollout sequencing for the GKE upgrade. The sequence should start from the lab then staging and then the DR environment. Does anyone have a terraform module or ...
Prakshi Gupta's user avatar
0 votes
0 answers
17 views

how to enable session affinity in kubenettes cluster between nginx gateway service and core service [closed]

I'm looking for ideas and knowledge to understand options better to enable session affinity for my service. Here are the details (simplified): Everything is running in Kubenettes cluster (GKE). ...
Shawn Cao's user avatar
  • 129
1 vote
1 answer
42 views

GKE unable to connect to the server: dial tcp server_ip: i/o timeout

Every time I run a command in the kubernetes cluster I get the following error message: unable to connect to the server: dial tcp server_ip: i/o timeout I've already followed the step by step to try ...
Pedro Henrique's user avatar
1 vote
0 answers
31 views

Unable to Identify Source of Deprecated autoscaling/v2beta2 API Usage in GKE Cluster

I'm currently managing a Kubernetes cluster on Google Cloud (GKE) and have received a notice that I'm using deprecated APIs which will affect my upgrade to version 1.26. Specifically, the API in ...
Tim Arns's user avatar
0 votes
0 answers
20 views

setting the backend name in using GKE

When setting up an ingress and a service using kubernetes manifest is it possible to have a fixed name for the backend? Once I apply the manifest kubernetes generates a backend that looks like this: ...
L. Arriola's user avatar
0 votes
1 answer
69 views

Crossplane, GCP, and compute.subnetworks.get

So I'm trying to use Crossplane with provider-family-gcp to create a GKE cluster. apiVersion: container.gcp.upbound.io/v1beta1 kind: Cluster metadata: name: workload-cluster-yuan spec: forProvider:...
Mike Williams's user avatar
0 votes
0 answers
24 views

GKE autoscaling doesn't scale due to quota issues (it says I used 250GB SSD when I used only 50GB), is there a way to force cleanup?

GKE autoscaling doesn't scale due to quota issues (it says I used 250GB SSD when I used only 50GB), is there a way to force cleanup? gcloud compute disks list NAME ...
sgireddy's user avatar
  • 185
0 votes
1 answer
76 views

How can I reduce GKE cluster nodes to zero after work hours and start them up again when work hours start to save on cloud expenses?

I want my GKE cluster nodes to decrease to zero during non-business hours and increase again during business hours to save on cloud costs. I've set up a cloud function to handle this, which works for ...
Saksham Paliwal's user avatar
0 votes
2 answers
90 views

How to Access GKE Private Master from VPN in Hub VPC with Peering

I am currently facing an issue with accessing the master of a private GKE cluster on Google Cloud Platform. Here’s the configuration I have: terraform code: resource "google_container_cluster&...
J.C Guzman's user avatar
  • 1,286
0 votes
1 answer
111 views

google-github-actions/get-gke-credentials failed with: required "container.clusters.get" permission(s)

The action is failing with the following error... "google-github-actions/get-gke-credentials failed with: required "container.clusters.get" permission(s)". I'm not using a service ...
Tim Hardy's user avatar
  • 1,681
0 votes
0 answers
50 views

Getting service acount credential in GKE

I have GKE cluster that uses a custom service-account. I'm using it to access Google API (Gmail API). But, when I use final List<String> SCOPES = List.of(GmailScopes.GMAIL_READONLY); ...
anz's user avatar
  • 1,002

15 30 50 per page
1
2 3 4 5
166