Using multiple ingress controllers with single Ingress resource

7/28/2017

I have two Ingress Controllers using the same Ingress Resources, in order to avoid a bottleneck. Why must I add annotations? Is there any unexpected behaviour what can result from having two controllers for the sam ingress resource?

Thank You!

-- phpnovice
kubernetes
kubernetes-ingress

1 Answer

8/8/2017

It is best to add an annotation.

Be careful when using Ingress Controllers there is a bug in the code that causes cyclic crashing.

-- phpnovice
Source: StackOverflow