Skip to content

Restrict ingress hosts to a single namespace

If someone creates an Ingress for a given hostname, it shouldn't be possible to create an Ingress for the same hostname in a different namespace.

This can probably be enforced with Kyverno, otherwise we'd need another admission controller.

Starting points:

Edited by Remi Rampin