I'm looking for a way to to create an internal HTTPs L7 ingress controller in GCE, but there doesn't seem to be any documentation in regards to how this can be done. I see that there is a way to create an internal a L4 LoadBalancer, but not an L7 ingress. Why is this the case and what are possible solutions or workarounds?
Asked
Active
Viewed 291 times
4

Cedric Druck
- 1,032
- 7
- 20

Eugene Chupkin
- 41
- 1
-
I believe there’s no internal L7 load balancer / Ingress yet on GKE. – ahmet alp balkan Jan 23 '18 at 23:05
1 Answers
0
If you want an "internal" ingress-controller setup you simply do not need to expose your Service
as type `LoadBalancer. Your ingress-controller will be accessible via the node port.'
If you're wanting an actual load balancer in front of your ingress you'll have to roll your own such as HAproxy.

yomateo
- 2,078
- 12
- 17