skip to Main Content

Ngnix ingress controller for aks using internal loadbalancer – Nginx

showing internal loadbalancer external IP is in pending, could someone help me on this issue to resolve helm install nginx-ingress ingress-nginx/ingress-nginx --namespace=ingress-private --set rbac.create=true --set controller.service.loadBalancerIP="10.0.0.0" --set controller.replicaCount=2 --set controller.nodeSelector."beta.kubernetes.io/os"=linux --set defaultBackend.nodeSelector."beta.kubernetes.io/os"=linux --set controller.service.annotations."service.beta.kubernetes.io/azure-load-balancer-internal"="true" NAME: nginx-ingress LAST DEPLOYED: Mon May…

VIEW QUESTION

nginx ingress use k8s secret as HTTP header

I am using nginx ingress with a setup like this: nginx.ingress.kubernetes.io/auth-url: http://api/v1/introspect nginx.ingress.kubernetes.io/auth-method: POST nginx.ingress.kubernetes.io/auth-response-headers: X-User-Auth nginx.ingress.kubernetes.io/auth-snippet: | proxy_set_header auth-header "authheaderhere=="; My question is simple but not sure if the answer is: how can I define the ingress without hardcoding…

VIEW QUESTION

websocket issue on blazor with CentOS and Nginx

I am triying to deploy my blazor app (server side) into my VPS with CentOS. And the deployment went fine, i can access my website, but in the console i see the following errors: blazor.server.js:1 WebSocket connection to 'wss://website.com/_blazor?id=bMDvWwyNa5R5y9KsTVUS6A' failed:…

VIEW QUESTION
Back To Top
Search