I think the question has most of the information. If I have a Service that is a ClusterIP Service, and a Pod accesses that Service, since the load balancing is
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
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
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
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
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