Category "kubernetes-networking"

In Minkube mulitple namespaces why NetworkPolicy is not working

I'm using minikube and created the following resources Two namespaces qa and prod Created curlpod in qa namespace, also curlpod and web pod in prod namespace. C

why i can not change nginx container and target port in k8s

I have below manifest file to deploy nginx pod in k8s with container port and target port 80. When I set these ports other than 80 say eg 8080, I am not able to

unable to access nodeIP:port, serviceIP:port or podIP:port in minikube k8s

I am using k8s in minikube under Ubuntu and deployed nginx server. Which i want to access from different level eg from serviceip, nodeip or pod ip and none of t

GKE BackendConfig not working with customRequestHeaders

I have a nodejs application running on Google Kubernetes Engine (v1.20.8-gke.900) I want to add custom header to get client's Region and lat long so I refer to

Kubernetes pod unable to download from npm registry EAI_AGAIN

I have a minikube setup where a container needs to access npm registry when starting up. But the pod can not connect to npm registry. I was under the impression