google-kubernetes-engine Questions

4

I have installed RabbitMQ to my Kubernetes Cluster via Google Cloud Platform's marketplace. I can connect to it fine in my other applications hosted in the Kubernetes Cluster, I can create queues ...

9

Solved

I am running an application with GKE. It works fine but I can not figure out how to get the external IP of the service in a machine readable format. So i am searching a gcloud or kubectl command th...
Sloven asked 25/12, 2017 at 14:48

2

Solved

When I launch a pod with the following limits/request: resources: limits: cpu: "3500m" memory: "8192Mi" ephemeral-storage: "5Gi" requests: cpu: "500m"...
Pluto asked 7/12, 2021 at 10:59

3

Using GCP with terraform to create VPC's and global IP addresses, I keep getting this error. Error creating Network: googleapi: Error 403: Access Not Configured. Compute Engine API has not been us...

2

In the ServiceSpec documentation, the loadBalancerIP attribute is deprecated. The documentation invites users of Kubernetes 1.24 to use implementation specific annotations. I was wondering what is ...
Tuxedo asked 16/9, 2022 at 22:6

3

I have a GKE cluster I'm trying to switch the default node machine type on. I have already tried: Creating a new node pool with the machine type I want Deleting the default-pool. GKE will ...
Schaffhausen asked 21/3, 2020 at 4:2

11

I have developed a terraform script to create a k8 cluster on GKE. Post successful creation of cluster, I have set of yaml files to be applied on k8 cluster. How can I invoke the below command ...
Statampere asked 8/1, 2019 at 15:5

14

Solved

I'm trying to configure an HTTPS/Layer 7 Load Balancer with GKE. I'm following SSL certificates overview and GKE Ingress for HTTP(S) Load Balancing. My config. has worked for some time. I wanted to...

4

Solved

I want a deployment in kubernetes to have the permission to restart itself, from within the cluster. I know I can create a serviceaccount and bind it to the pod, but I'm missing the name of the mos...
Amoreta asked 29/8, 2021 at 14:19

7

Solved

Is it possible to know the progress of file transfer with kubectl cp for Google Cloud?
Subversive asked 21/1, 2019 at 15:46

3

I have a deployment on google gke, and I can't see the pod logs on the console even though the Cloud logging is enabled on the cluster? So what could be the issue? did I miss something?
Convocation asked 18/5, 2022 at 13:28

4

Solved

We've just received an e-mail from GCP informing us that our clusters are currently using deprecated Beta APIs and that we need to upgrade to the newest API version. We have 3 clusters running mult...
Auricle asked 28/9, 2021 at 18:21

5

Solved

Below is the describe output for both my clusterissuer and certificate reource. I am brand new to cert-manager so not 100% sure this is set up properly - we need to use http01 validation however we...
Pigtail asked 10/8, 2020 at 19:23

1

We've been using the Google Directory API to get the profile of our users, on an internal app. When we authenticate, we've been using a json keyfile for a service and the google-auth-library JWT cl...

5

Solved

I found specifying like kubectl --context dev --namespace default {other commands} before kubectl client in many examples. Can I get a clear difference between them in a k8's environment?
Martinet asked 12/4, 2020 at 12:28

11

Solved

I am trying to setup an Ingress in GCE Kubernetes. But when I visit the IP address and path combination defined in the Ingress, I keep getting the following 502 error: Here is what I get when ...

7

Solved

I have installed rabbitmq using helm chart on a kubernetes cluster. The rabbitmq pod keeps restarting. On inspecting the pod logs I get the below error 2020-02-26 04:42:31.582 [warning] <0.314....

5

Solved

I am trying to run my kafka and zookeeper in kubernetes pods. Here is my zookeeper-service.yaml: apiVersion: v1 kind: Service metadata: annotations: kompose.cmd: kompose convert kompose.versi...

1

I am creating a kubernetes cluster to host a service and added an internal load balancer to route traffic between my VM Instances and the kubernetes cluster. I want to add a service label to the lo...

7

Solved

I am running kubernetes (k8s) on top of Google Cloud Patform's Container Engine (GKE) and Load Balancers (GLB). I'd like to limit the access at a k8s ingress to an IP whitelist. Is this something ...
Heterogamy asked 19/12, 2017 at 18:48

18

Solved

As stated in the title, is it possible to find out a K8s cluster name from the API? I looked around the API and could not find it.
Misgovern asked 7/7, 2016 at 9:33

6

To simplify deployment and short term roll-back, it's useful to use a new Docker image tag for each new version to deploy on Kubernetes. Without clean-up this means that old images:tags are kept fo...
Redford asked 4/4, 2016 at 18:11

8

TL;DR. I'm lost as to how to access the data after deleting a PVC, as well as why PV wouldn't go away after deleting a PVC. Steps I'm taking: created a disk in GCE manually: gcloud compute disk...

7

Solved

I have a GKE cluster with 4 nodes in an instance group. I deployed Ingress and several pods (1 replica only of each pod so they are only on 1 node). I notice on the Google Console (Ingress details ...
Ballflower asked 5/8, 2020 at 15:32

2

The containers in my k8s cluster need to be set to the correct time with high accuracy, meaning that I can only handle 10s of milliseconds difference max. Do I need to setup NTP configuration for...
Pancake asked 14/2, 2018 at 17:11

© 2022 - 2025 — McMap. All rights reserved.