Questions tagged [kubernetes-ingress]

By using Ingress, you have the ability to direct incoming requests to services depending on the request host or path, consolidating multiple services into one primary access point.

Is it possible to modify the URL path between the ingress and service?

I have a docker image that is serving its server on / (root). In my ingress, I already have a service called homepage that corresponds to the /. My goal is: Visiting / should redirect me to the home page. Visiting /custom should lead me to the docker ser ...

Apologies, we were unable to establish a connection as the server refused to respond on the specified IP address and port

kubectl get namespace default Active 3h33m ingress-nginx Active 3h11m kube-node-lease Active 3h33m kube-public Active 3h33m kube-system Active 3h33m kubectl get services -n ingress-nginx NAME ...

Encountering 404 or 502 errors when running multiple vue.js containers in a Kubernetes and Terraform environment

I'm currently facing an issue with my setup involving Ingress, Terraform, NGINX, and Kubernetes. It's serving a vue.js frontend and a .NET Core backend successfully online. However, when I try to add another Vue.JS instance, it fails to redirect properly t ...

Issue encountered: Multipath Kubernetes Ingress error, unable to access resource at /

As I delve into the realm of multipath in Kubernetes Ingress, my journey begins with minikube for this enlightening tutorial. To kick things off, I've crafted a straightforward Web API utilizing node js. NodeJS Code Within this NodeJS masterpiece lies a s ...

Upgrading GKE results in terminating Pods that have ongoing requests

Our team has been facing challenges with the Google Kubernetes Engine (GKE) as regular upgrades to newer versions are causing disruptions in our cluster's pods and containers. While we understand the importance of updates, the issue arises when the cluster ...