Questions tagged [google-kubernetes-engine]

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.

553 questions
0
votes
2 answers

Only allow cloudflare IPs in with VPC in Kubernetes cluster

I have a Kubernetes cluster running on the Google Cloud Platform. Port 443 is exposed through an Ingress controller. I am trying to use the VPC firewall rules to block access from anything other than a Cloudflare IP. I have the following rules setup…
0
votes
1 answer

Hide GKE cluster pods IP address behind single IP address in site to site VPN use case using GCP Cloud VPN

Currently I am developing nodejs application deployed to GKE cluster in google cloud platform. This application will need to call 3rd Party API which is only accessible through VPN so that I have to establish site to site VPN to the 3rd Party API…
0
votes
1 answer

What's causing Network Egress consumption in a GKE cluster?

I have a not-so-small cluster hosted on Google Kubernetes Engine (2 e2-standard nodes) with a couple of web services talking to each other. The architecture is composed by: 2 Cloud SQL instances, hosted on GCP 1 deployment and 1 statefulset, 1…
0
votes
0 answers

Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused

I am trying to deploy an open-source document management system via docker image, so i followed all instructions laid out on google's "Deploying a containerized web application" tutorial. But am getting errors on two stages. When i try to run my…
0
votes
1 answer

Running a task in parallel in multiple machines in GCP and orchestrating it

I have a python program for scraping that needs a lot of time to run. To parallelize it, I have modified the code so that the program can run in parallel in different machines. I also created a docker image and pushed it to Dockerhub. I tried to use…
0
votes
0 answers

Configure GKE Load Balancer CDN with signed cookies

I have a Google Kubernetes cluster, and I would like to add a CDN with signed cookies. For that I have to do some load balancer configuration such as creating a signed request key and create a policy. How can I do this with the proper automation…
0
votes
1 answer

Docker Compose with Volumes in GCP?

After reading the several options for running containers in Google Cloud, I still cannot find a proper solution among the myriad of options - Cloud Run, Kubernetes, Container-OS... We need to be able to: run a docker image (hosted in…
0
votes
1 answer

GCP internal load balancer firewall rules with GKE

I'm running a small kubernetes cluster on GKE, and am providing a VPN connection (CloudVPN) into this VPC. I would like to restrict traffic entering the VPC via the VPN to only accessing an internal load balancer (ILB) I have setup for this purpose…
0
votes
1 answer

Getting timestamp in micro seconds in GKE cluster

As you can see the LastTrigger is in seconds: VirtualBox:~# kubectl get ep -o…
0
votes
2 answers

Run 'kubectl' commands from my localhost to GKE - but via tunnelling through a bastion host

Currently... I have a GKE/kubernetes/k8s cluster in GCP. I have a bastion host (Compute Engine VM Instance) in GCP. I have allowlisted my bastion host's IP in the GKE cluster's Master authorized networks section. Hence, in order to run kubectl…
0
votes
1 answer

Configuring Kubernetes Ingress

I'm trying to configure Google Kubernetes Engine Ingress properly to a load balanced Docker application which runs on port 3000. I'm clearly making an obvious mistake somewhere, but I have no idea where. Ingress always says machines are not healthy,…
James
  • 171
  • 1
  • 3
  • 15
0
votes
1 answer

Is GKE deploy stateless Pod only in boot ssd disk or also in local ssd if no more disk space?

I have a cluster with 2 nodes and each node has 10 Gb of boot SSD disk and 375 Gb of Local SSD. I'm worrying about the issue when boot SSD disk is full, GKE will deploy stateless pod in Local SSD or complain no space? In other words, Local SSD is…
Rach Id
  • 3
  • 2
0
votes
2 answers

In Google Cloud's VM Instance Groups, how do I set a bandwidth and memory autoscale?

In Google Cloud's console, not command line, I'm trying to create a RAM and network utilization autoscale trigger. It's just a small 1GB RAM instance. If it reaches 800MB used RAM or 25Mb/sec network through put, another instance should load, and so…
0
votes
0 answers

Health checks fail when creating a GKE cluster

When I try to create a GKE cluster it consistently fails at the last stage, when the cluster is being health checked. Both the gcloud cli and the GCP console fail with: All cluster resources were brought up, but: only 0 nodes out of 3 have…
0
votes
0 answers

GKE master node upgrade constantly failing

I upgraded google cloud kubernetes cluster from 1.16.9-gke.2 to 1.16.9-gke.6 and it failed. All cluster resources were brought up, but: component kube-apiserver from endpoint gke-3a1fa906f95b728d035e-59bc is unhealthy. I'm having this issue…