skip to Main Content

How to redirect to a spesific path using nginx ingress controller

I am using nginx ingress controller in my k8s cluster, with AWS L4 NLB with SSL Redirection based on this documentation: https://github.com/helm/charts/tree/master/stable/nginx-ingress#aws-l4-nlb-with-ssl-redirection My website is multi-tenant: subdomain.domain.com. Since some limitations, we need to redirect requests from my main page subdomain.domain.com…

VIEW QUESTION

Kubernates Nginx-Ingress rule not working

I installed the ingress controller using the following command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.5.1/deploy/static/provider/cloud/deploy.yaml And the result of kubectl get pods --namespace=ingress-nginx is: NAME READY STATUS RESTARTS AGE ingress-nginx-admission-create-x4mss 0/1 Completed 0 28m ingress-nginx-admission-patch-jn9cz 0/1 Completed 1 28m ingress-nginx-controller-8574b6d7c9-k4jbj 1/1 Running…

VIEW QUESTION
Back To Top
Search