Skip to main content

Questions tagged [ingress-nginx]

0 votes
1 answer
47 views

Setup Info I have an application deployed on a k8s cluster on perm. My application uses many utility apps like Vault, RabbitMQ, and Redis, and the application is exposed via ingress. My application is ...
tauqeerahmad24's user avatar
0 votes
0 answers
40 views

I have two ingress in k8s one is default using helm chart and other called ext-ingress with different ingress class name. External ingress have IP .75 et ethe end and default nginx have .74. If I ...
tauqeerahmad24's user avatar
0 votes
0 answers
27 views

I have two ingress setup on my Kubernetes cluster one for internal traffic called nginx-ingress and it has default setting and with values of root@k8s-master-1:~/Ingress# cat values.yaml controller: ...
tauqeerahmad24's user avatar
0 votes
0 answers
59 views

I'm using Keycloak(26.0.7) as the IAM solution for our application. I want expose it via https://abc.xyz.com/keycloak-service URL. In the deployment setup I have a Load balancer, Nginx and Kubernetes ...
iuhettiarachchi's user avatar
0 votes
0 answers
101 views

I have a Kubernetes ingress configuration that uses nginx as Ingress Controller. The Ingress template has a for loop that picks up the paths that I define in the values.yaml file as well as the type ...
JoanaDev's user avatar
-1 votes
1 answer
322 views

Guys I'm trying to make my service accessable by domain_name with port ex: mycompany.com:8443 Is this possible? or any alternative ways to do? But my ingress service not listening port and my service ...
Breaking News's user avatar
0 votes
1 answer
208 views

I have a kinda weird set up where I have a general url(www.example.com) that terminates on an F5 that points to a nginx VS on an EKS cluster that has a localized domain(www.ue1.example.com). So the ...
flyerhawk's user avatar
0 votes
1 answer
1k views

I'm attempting to set up my own bare-metal Kubernetes cluster composed of a control plane (VPS 149.62.186.95) and a worker node (VPS 149.62.189.139). Both my VPS are running Ubuntu 22.04 with 2 vCPUs ...
Lorenzo Rottigni's user avatar
0 votes
1 answer
973 views

Context: In order to pull custom images I made for AWX execution environment, I deployed a Sonatype Nexus Repository on my K8s cluster using this Helm Chart. I've simply modify it with my values: ...
motorbass's user avatar
  • 113
0 votes
1 answer
179 views

I using a root server at v2202111160479168516.hotsrv.de. I set up a microk8s install and enabled the plugins: cert-manager # (core) Cloud native certificate management dashboard ...
Coen Hacking's user avatar
1 vote
1 answer
1k views

I'm running an application on kubernetes, when i use this url: https://myapp.test.com/ it redirects me to ressource not found (problem in the application). what i need now is to avoid this page by ...
safae's user avatar
  • 11
0 votes
1 answer
2k views

Whenever I run helm install on the chart I'm making I see this, Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: IngressClass &...
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
338 views

I am new to K8S and need help deploying multiple instances of the same app. Each instance needs to be isolated in its own namespace and must have two exposed services (backend and frontend) accessible ...
Kardier's user avatar
  • 11
1 vote
2 answers
933 views

I am following a tutorial to set Kubernetes with an ingress managed service. The cluster is, 1 controller 2 worker Kubernetes cluster kubeadm built running Kubernetes v1.25.3 (latest at the time of ...
froxpotatoes's user avatar
0 votes
1 answer
2k views

I want to have an API service that I want to reach under /api, and other requests to fall back to a frontend service. Peculiar is that this worked locally with minikube, but now that I deployed on ...
Raphael Schmitz's user avatar

15 30 50 per page