Questions tagged [ingress]
86 questions
0
votes
1 answer
ingress-nginx, GCE, and static IP
So, I would like to have a static IP that points to my nginx ingress LB.
gcloud compute addresses create test-ip --global
gcloud compute addresses describe test-ip --global
Which provides me with a static IP that I can now use.
detailed…

csgeek
- 167
- 8
0
votes
2 answers
Single IP to access Kubernetes cluster ingress
I have an amazon EKS cluster that I'm using to host multiple websites, I have an ingress controller and a load balancer that spins up more pods as needed.
I normally use CNAME type "eg alias or aname" to point a domain to the dynamic cluster,…

nzimpossible
- 101
- 2
0
votes
1 answer
Nginx Ingress-Controller Load Balancing
I was wondering how does the ingress controller make sure that the incoming requests for the K8S cluster is load-balanced between all the K8S nodes.
I know that with some other ingress controllers there is an external load balancer in front of the…

G.Bar
- 13
- 2
0
votes
2 answers
GCP - GKE Setup: Error during load balancer auto generation
I have a GCP Internal private IP GKE cluster that has multiple services that we support. I am attempting to setup an ingress to support these multiple services over TLS. This is based on the following GCP documentation located here…

thxmike
- 153
- 1
- 11
0
votes
1 answer
Ingress not forcing/preventing https connections on GKE
I'm setting up ingress on GKE and facing an issue (even after following all the tutorials)
All I want is to disable http access. The following is the output of kubectl describe ingress:
Name: ######-https-expose
Namespace: …

Anton
- 192
- 1
- 1
- 7
0
votes
1 answer
Configuring Kubernetes Ingress
I'm trying to configure Google Kubernetes Engine Ingress properly to a load balanced Docker application which runs on port 3000. I'm clearly making an obvious mistake somewhere, but I have no idea where. Ingress always says machines are not healthy,…

James
- 171
- 1
- 3
- 15
0
votes
1 answer
istio service mesh for east-west traffic management in kubernetes cluster
I am having the confusion regarding the some of use-case in our environment. First one is we will be having api gateway of our own for north/south traffic which our api gateway will be listening to the request from outer world. So we are planning to…

Susanta Gautam
- 5
- 1
- 5
0
votes
1 answer
how to generate v4UUID from my nginx ingress
I have been looking at options to generate a v4 UUID from my nginx ingress implementation with the use of some annotations or any other way it would be possible to achieve this. I could not find any useful link to process v4 UUID yet from nginx, but…

xxxjumboxxx
- 3
- 1
0
votes
0 answers
GKE: Switch from TCP to Ingress Load Balancer in prod
We have several deployments running in Google Kubernetes. Most of them are web services set up with the default configuration, so they have a public IPv4 address which is served by a TCP load balancer.
After realizing we would have far better…

Moritz Friedrich
- 185
- 1
- 9
0
votes
1 answer
Traefik is getting "404 Page not found" in AWS
I installed my Traefik with default files from: https://docs.traefik.io/routing/providers/kubernetes-crd/#configuration-examples
My ingressroute is looking like that:
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
…

user3069488
- 169
- 2
- 4
- 19
-1
votes
1 answer
GCE Kubernetes and Load Balancer http to https
I have hired a DevOps to setup my infrastructure on GCE. We have decided to use Kubernetes Engine for our App. My DevOps has setup multiple load balancers and is using ingress. The issue is that he is now telling me that we need cloudfare to…

Scott
- 1