python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GCP composer 2 GKE nodes not registering
I am trying to create a Composer 2 environment in GCP, with most things set to default configuration. I am using a shared vpc for network and the subnet is pretty standard with /24 cidr range. I am us...
Arun
Votes: 0
Answers: 0
Does editing service config recreate the service object?
I have a service type Loadbalancer in GKE and I want to add "externalTrafficPolicy: Local" to it, and I'm wondering whether this will cause it to be recreated and thus loose the current exte...
Rabi
Votes: 0
Answers: 1
GKE Ingress health check failed on ingress but succeed on Loadbalncer
On GKE, I have a deployment working fine, status running and health checks fine:
here it is:
apiVersion: apps/v1
kind: Deployment
metadata:
name: erp-app
labels:
app: erp-app
switch: app
s...

Antoine Xevlabs
Votes: 0
Answers: 2
Whitelist an IP in Internal Loadbalancer service GKE
We have created a GKE service of type Internal Load balancer. Now we have to whitelist a specific set of IPs outside of VPC network to access that service. How can it be achieved?
Nishchal Dinesh
Votes: 0
Answers: 1