Google Kubernetes Engine is a cluster manager and orchestrator for running Docker containers. It schedules your containers into the cluster and manages them automatically based on requirements you define (such as CPU and memory). It's built on the open source Kubernetes system, giving you the flexibility to take advantage of on-premises, hybrid, or public cloud infrastructure. It was formerly called Google Container Engine.
Questions tagged [google-kubernetes-engine]
553 questions
0
votes
1 answer
External Load Balancer not working GCP/Shared-VPC/VPC-native
We are building a new Kubernetes cluster in GCP, using a Shared VPC. The cluster was created with VPC-native (i.e., alias IP) enabled. Everything about the Shared VPC seems to be in order. The node, pod, and service IP addresses are all as expected…

jlar310
- 131
- 2
0
votes
1 answer
Gcloud create node-pool hangs forever in auto-repair with no nodes
Adding a new node-pool to an existing cluster is failing with no nodes registering.
The command used to add the node-pool is as follows (project name changed):
gcloud container --project my-project node-pools create hm-pool --cluster…

Peter Evans
- 133
- 2
- 10
0
votes
1 answer
Deploying GitLab from GCP Marketplace: BackoffLimitExceeded
I am trying to deploy an instance of GitLab from the GCP Marketplace but have run into a problem. Unfortunately, I am a mere front-end developer so this Kubernetes stuff is alien to me.
After creating the cluster, all of the components appear to…

serlingpa
- 109
- 2
0
votes
1 answer
GKE cluster access permission
I have two clusters belongs same project in google kubernetes engine.
How can I allow some my partner to access one cluster, and deny them to access another cluster?
Thank you!

fengyuxx
- 1
- 2
0
votes
1 answer
How can I run the same deployment, many times, each accessible on unique ports? (K8s)
How would I configure the service and/or ingress to handle bringing up and down hundreds of these deployments based on the following constraints:
This deployment is foo-1, subsequent ones would be named uniquely
Each deployment maps to 1 unique pod…

Coder1
- 101
- 3
0
votes
1 answer
How to suspend GKE node instances without deleting and re-creating the nodes
We have a GKE cluster with autoscaling enabled. We are having google schedulers to shut down instances daily at a specific time.
This also shuts down the GKE nodes. Since these clusters has autoscaling enabled and has a minimum node count, the nodes…

Meghana B Srinath
- 105
- 2
- 12
0
votes
0 answers
GKE: Switch from TCP to Ingress Load Balancer in prod
We have several deployments running in Google Kubernetes. Most of them are web services set up with the default configuration, so they have a public IPv4 address which is served by a TCP load balancer.
After realizing we would have far better…

Moritz Friedrich
- 185
- 1
- 9
0
votes
0 answers
GKE master is not responding
The control panel says there is a problem with my cluster. No buttons available. I can't do anything. It started more than 16 hours ago, and now whole cluster went down. (500/502 on most of the services). I wish I could create new cluster and…

Offenso
- 1
- 2
0
votes
1 answer
Access a Node Port Service in a private GKE Cluster from another GKE private cluster
I am using Google cloud and I have two GKE private clusters.
One of them contains some services installed as nodePort. The other cluster needs to connect to this one and access the services exposed.
The cluster with services exposed has only one…

Edgar Peixoto
- 101
- 4
0
votes
1 answer
How to find out the IPs of instances in Google Cloud Platform
I have two projects on GCP
Project-A
Project-B
I have kubernetes cluster running on Project-A, whose nodes are autoscaled depending on usage. Hence there is no way of knowing (I guess) what IPs the nodes will be assigned to, since the nodes…

RPT
- 103
- 6
0
votes
1 answer
Google Kubernetes VM reassigning new IP after removing the static IP
I created a Kubernetes cluster on google cloud with two nodes. Few days later the IP of vm changed. after that, I made those IPs static to my VMs from the console using VPC network > External IP address and changed the Type from Ephemeral to Static.…

Asif
- 1
0
votes
2 answers
Linux users in containers get lost when pod are restarted
Linux users and groups create in kubernetes containers (with groupadd and useradd) are lost when the pods get restarted.
(In my use case I need to dynamically create these linux users for the apache mpm-itk module.)
Is there a way in kubernetes to…

Roberto
- 33
- 3
0
votes
1 answer
Occasional permission denied when getting logs using gcloud through Jenkins running as GKE
We are using a Jenkins project to run "gcloud logging read ..." from a shell to get logs from a gcloud container and we occasionally see a permission error in the script:
ERROR: (gcloud.logging.read) PERMISSION_DENIED: Request had insufficient…

rod
- 11
- 2
0
votes
1 answer
How can i reduce the cost of resources kubernetes?
I want to cut costs on my development environment. Now my environment works 24 hours, but in fact it is used only a couple of hours a day. I would like to make my environment work only 8 hours a day, and if there are no requests there, it will be…

James M
- 210
- 1
- 3
- 13
0
votes
1 answer
GKE cluster and Steam master server
I need to specify a list of IP ranges in Steamworks to mark them as the official servers of my game. How can I create a cluster that creates nodes only in a constant range of external IP addresses? Is there a better solution?

Lucky Guy
- 3
- 1