nginx-ingress Questions

3

Solved

I am trying to upload files from a client through an nginx ingress. I have set the following annotations on the ingress after receiving a 413 response; Annotations: nginx.ingress.kubernetes.io/body...

5

Solved

I have the following that config that works when I try <NodeIP>:30080 apiVersion: extensions/v1beta1 kind: Deployment metadata: name: app-deployment spec: replicas: 3 template: metadata:...
Inadvisable asked 25/8, 2018 at 23:7

5

Recently I've been working on a toy app using Kubernetes. Part of the app is a web server that needs to support WebSockets. Currently, I'm using port-forwarding to access the web server and everyth...
Compensable asked 18/10, 2018 at 22:53

2

I'm trying to do TCP/UDP port-forwarding with an ingress. Following the docs: https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/ It says to set: --tcp-services-configm...

4

Solved

I created the following ingressClass while my ingress-nginx controller was already running: apiVersion: networking.k8s.io/v1beta1 kind: IngressClass metadata: name: nginx annotations: ingresscla...
Postulate asked 6/12, 2020 at 6:7

3

I have a backend using https. I want to separate load on that back-end based on URL/path. I decided to use ingress to do this url/path based logic in order to move traffic to different back-ends (...
Herbert asked 31/1, 2019 at 10:56

3

I know this question has been asked before, but the previous one doesn't apply to my case. I have 2 deployments and 2 services and I am using ingress resource and nginx ingress controller ingress.y...
Citarella asked 9/11, 2020 at 17:29

2

I have a Kubernetes cluster in which I have multiple ingress controllers. I have deleted the source file of one ingress controller. How can I delete the ingress controller that I don't want further...
Bringhurst asked 26/1, 2022 at 8:0

3

Solved

When I'm running following code: minikube addons enable ingress I'm getting following error: ▪ Using image k8s.gcr.io/ingress-nginx/controller:v0.44.0 ▪ Using image docker.io/jettech/kube-webhook...
Abc asked 21/4, 2021 at 11:10

3

I am receiving the following error from the ingress-nginx-controller, which ultimately gives me the 502 Bad Gateway. I can port forward into my nodejs service without error. 2020/05/30 21:31:12 [e...
Clinquant asked 30/5, 2020 at 21:53

2

Solved

I have a Rancher cluster (v2.4.5) running on custom nodes with the following configuration: External machine (example.com): Runs Rancher server on port 8443; Runs NGINX with (among other unrelate...
Pushkin asked 29/7, 2020 at 20:39

2

I am setting a reverse proxy using kubernetes nginx-ingress, but I don't know how to add nginx parameters to the configuration, specifically: proxy_ssl_server_name. How do I set ingress parameters ...
Gustave asked 2/10, 2019 at 16:20

2

First of all, I am using an Nginx ingress controller with the helm for the gke and I am using ModSecurity as a waf. Nevertheless, I was researching for a new kind of waf to display the results of p...

2

Solved

I'm pretty new to K8s. I'm trying to make my app visible to the outside world. I have deployed this Nginx Ingress Controller with my apps, using Helm and helmfile which has given me an extern...

2

Solved

I can create ingress with basic auth. I followed the template from kubernetes/ingress-nginx: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: ingress-with-auth annotations: # type o...
Sarcomatosis asked 23/8, 2018 at 15:2

2

I have a NGINX Ingress in my GKE. I want make my URL secure. But I unfortunately I am unable to achieve that via cert-manager. I see an option to create Managed Certificates. But I am not sure if t...
Cottager asked 19/7, 2020 at 13:2

18

Solved

I set up a k8s cluster using kubeadm (v1.18) on an Ubuntu virtual machine. Now I need to add an Ingress Controller. I decided for nginx (but I'm open for other solutions). I installed it acco...
Skipton asked 5/5, 2020 at 14:59

1

Solved

I'm facing an issue with oauth2 proxy and Ingress Nginx (with the latest versions) in a Kubernetes cluster where the X-Auth-Request headers are not being passed through to the client during the sta...
Atalie asked 30/8, 2023 at 20:4

2

Below 3 metric from ingress controller is available in our prometheus , i am trying to understand the difference between this metrics. My understanding, request_duration - time between the request ...
Gib asked 13/10, 2020 at 18:54

6

I'm having some trouble getting the Nginx ingress controller working in my Kubernetes cluster. I have created the nginx-ingress deployments, services, roles, etc., according to https://kubernetes.g...
Auteur asked 3/1, 2019 at 19:26

2

Solved

I've tried the following to get HTTP to redirect to HTTPS. I'm not sure where I'm going wrong. ingress-nginx object: apiVersion: v1 kind: Service metadata: name: ingress-nginx namespace: ingres...
Arboriculture asked 22/11, 2019 at 15:19

8

on my Cluster, I'm trying to upload a big file but when I try, I get the 413 Error error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "<html>\...
Schwartz asked 9/11, 2020 at 22:10

6

Waiting for http-01 challenge propagation: failed to perform self check GET request, it's similar to this bug https://github.com/jetstack/cert-manager/issues/656 but all solutions from GitHub ticke...

0

I have a grpc application installed in AWS EKS. The grpc endpoint works successfully with port forwarding: grpcurl -plaintext -protoset-out=reflection.protoset localhost:8080 list grpc.health.v1...
Gallimaufry asked 19/4, 2023 at 3:5

2

While working with minikube ingress, I have to write nginx.ingress.kubernetes.io/rewrite-target: /$1. I have been trying hard to understand why we need this annotation and how to use it. I know tha...
Dimitry asked 10/4, 2021 at 5:36

© 2022 - 2024 — McMap. All rights reserved.