python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ArgoCD with nginx ingress and cert manager not working
I am trying to expose ArgoCD using ingress and cert-manager in GKE cluster(version 1.21.5-gke.1302) but the certificate is not issued.
Steps to reproduce:
Install cert-manager applying this yaml
Ins...

Giorgos Ntymenos
Votes: 0
Answers: 2
Kubernetes NGINX Ingress - giving 503 503 Service Temporarily Unavailable
i've an Ingress created, and i'm trying to access Prometheus using pathRouting
Ingress yaml:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: &q...
Karan Alang
Votes: 0
Answers: 0
nginx ingress redirect traffic
I deployed nginx ingress controller and randomApp to minikube cluster.
I have 2 requirements:
All traffic for "random/.*" should go to the random service
Other paths should go to the nginx....

Jaroslaw
Votes: 0
Answers: 1
Ingress Nginx throwing a client request body is buffered to a temporary file warning
We have an ingress resource hostname say xyz.int.com setup on two k8s cluster A and B. The ingress controller used is nginx. On DNS we have setup xyz.int.com to point to the loadbalancer IPs in respec...

Sanjay M. P.
Votes: 0
Answers: 1