Cross-namespace configuration
This topic explains how to spread Ingress configuration across different namespaces in F5 NGINX Ingress Controller.
You can spread the Ingress configuration for a common host across multiple Ingress resources using Mergeable Ingress resources. Such resources can belong to the same or different namespaces. This enables easier management when using a large number of paths. See the Mergeable Ingress Resources example in our GitHub repo.
As an alternative to Mergeable Ingress resources, you can use VirtualServer and VirtualServerRoute resources for cross-namespace configuration. See the Cross-Namespace Configuration example in our GitHub repo.
Last modified October 7, 2024