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.

Kubernetes Nginx Ingress not finding service endpoint

I'm having some trouble getting the Nginx ingress controller working in my Kubernetes cluster. I have created the nginx-ingress deployments, …

nginx kubernetes kubernetes-ingress nginx-ingress
Nginx ingress controller websocket support

Recently I've been working on a toy app using Kubernetes. Part of the app is a web server that needs …

nginx websocket kubernetes kubernetes-ingress nginx-ingress
Kubernetes Ingress non-root path 404 Not Found

I have the following that config that works when I try <NodeIP>:30080 apiVersion: extensions/v1beta1 kind: Deployment …

nginx kubernetes kubernetes-ingress nginx-ingress
How to use ConfigMap configuration with Helm NginX Ingress controller - Kubernetes

I've found a documentation about how to configure your NginX ingress controller using ConfigMap: https://kubernetes.github.io/ingress-nginx/user-guide/…

kubernetes kubernetes-helm kubernetes-ingress nginx-ingress
How to fix ingress 404 default backend

I started to use Kubernetes few month ago and I actually migrate my microServices to my rancher cluster (RKE). Everything …

path kubernetes-ingress rancher nginx-ingress rke
CORS rules nginx-ingress rules

I need to allow requests from multiple origins: http://localhost:4200, http://localhost:4242, etc., on nginx-ingress version 1.7.1. But I'm not able …

kubernetes cors kubernetes-ingress
nginx ingress sub path redirection

I have an ingress controller and ingress resource running with all /devops mapped to devopsservice in the backend. When I …

nginx kubernetes kubernetes-ingress nginx-ingress
How to fix "503 Service Temporarily Unavailable"

FYI: I run Kubernetes on docker desktop for mac The website based on Nginx image I run 2 simple website deployments …

kubernetes kubernetes-ingress nginx-ingress docker-desktop
Kubernetes ingress domain redirect

i want to redirect domain in nginx ingress kubernete. https://test.example.io/preview/qLxiVcDGxCaQ134650121853FTg4 if in url preview …

docker kubernetes kubernetes-ingress nginx-ingress
how to redirect http to https using a kubernetes ingress controller on Amazon EKS

I have configured amazon certificate manager, ALB Ingress Controller and a domain names for my application. I can access my …

kubernetes kubernetes-ingress amazon-eks