Configuring Kubernetes ingress with a wildcard DNS certificate, single TLS secret and applications in multiple namespaces
Scenario An organisation wanted to deploy each application into a separate Kubernetes namespace. Each application will be available at a subdomain of example.com, via a wildcard DNS entry of *.example.com pointing to the ingress controller’s service IP address. A single…
Read more