Top "Kubernetes-ingress" questions

Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint.

What is the Best way to Setup Proxy Pass in an Nginx Ingress object for Kubernetes

Currently I am trying to Migrate a site that was living on an Apache Load balanced Server to my k8…

nginx kubernetes proxy kubernetes-ingress nginx-ingress
Simple ingress from host with microk8s?

I would like to do two things with MicroK8s: Route the host machine (Ubuntu 18.04) ports 80/443 to Microk8s Use …

kubernetes kubernetes-ingress microk8s
Kubernetes ingress rules: How to use wildcard and specific subdomain together

I want Ingress to redirect a specific subdomain to one backend and all others to other backend. Basically, I want …

kubernetes traefik kubernetes-ingress traefik-ingress
Kubenetes: Is it possible to hit multiple pods with a single request in Kubernetes cluster

I want to clear cache in all the pods in my Kubernetes namespace. I want to send one request to …

docker kubernetes kubernetes-ingress
Logs complaining "extensions/v1beta1 Ingress is deprecated"

I'm adding an Ingress as follows: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: cheddar spec: rules: - …

kubernetes kubernetes-ingress microk8s
how to setup basic rabbitmq on kubernetes

I need to setup a basic rabbit mq instance (no cluster setup) without persistence or security requirements on a kubernetes …

kubernetes rabbitmq kubernetes-ingress kubernetes-statefulset
nginx-ingress config map snippets being ignored by the nginx.conf

I have a kubernetes cluster, where I have deployed an nginx ingress controller using the helm nginx-ingress chart. I need …

nginx kubernetes yaml kubernetes-ingress nginx-ingress
How to install nginx-ingress with hostNetwork on bare-metal?

I created a single-node kubeadm cluster on bare-metal and after some research I would go for a host network approach (…

nginx kubernetes kubernetes-ingress bare-metal-server
Kubernetes ingress-nginx gives 502 error (Bad Gateway)

I have an EKS cluster for which I want : - 1 Load Balancer per cluster, - Ingress rules to direct to …

kubernetes kubernetes-ingress nginx-ingress amazon-eks