Questions tagged [private-cluster]

6 questions
1
vote
1 answer

Can 2 regional private GKE clusters be created with same master-ipv4-cidr range of 172.16.0.0./28 in different regions?

There is a private GKE regional cluster with master-ipv4-cidr set to 172.16.0.0./28? Can an additional private GKE regional cluster ( in another region ) with same master-ipv4-cidr 172.16.0.0./28 be created without causing any conflict to either…
1
vote
1 answer

GKE Private cluster blocking TLS handshake on port 9090 from inside pod

we just migrated from public cluster to private on GKE, we are facing a weird issue where a pod is unable to call an external API having https on port 9090. It becomes unresponsive and after 60 second throw Connection reset by peer. We are using…
0
votes
0 answers

How to access NGINX ingress controller using internal load balancer IP on private AKS?

I have set up a k8s cluster using AKS. This cluster is private and I want to use an internal load balancer with an NGINX ingress controller to expose my applications. I have installed the NGINX ingress controller using Helm with this command: helm…
0
votes
0 answers

Problem on data feeding to a private confluent cloud kafka on Azure

I've setup a private Confluent cloud cluster on Azure according to the official doc (https://docs.confluent.io/cloud/current/networking/private-links/azure-privatelink.html) I want to use Azure firewall DNAT the port 9092 to the kafka bootstrap…
0
votes
0 answers

How to have static internal IP address for GKE nodes

I have a GKE private cluster with a Linux node pool of 2 nodes. The internal IP addresses of the nodes changes everytime it is recreated due to auto-repar/auto-upgrade. I have an external monitoring system for the nodes to check the uptime which…
0
votes
0 answers

kubectl timeout error when trying to deploy on a private GKE cluster

kubectl version WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version. Client Version: version.Info{Major:"1", Minor:"24",…