A Juju charm deploying and managing external access to HTTP/HTTPS services in a Kubernetes cluster via an Nginx Ingress resource. This charm requires the Kubernetes cluster in question to have an Nginx Ingress Controller already deployed into it. The Nginx Integrator Operator is a workload-less charm that allows other charms to configure an Nginx Ingress resource.
This charm simplifies exposing services running inside a Kubernetes cluster to external clients. It offers TLS termination as well as easy configuration of a number of advanced features including rate limiting, restricting access to specific client IP source ranges, and OWASP ModSecurity Core Rule Set (CRS).
As such, the charm makes it easy for charm developers to provide external access to their HTTP workloads in Kubernetes by easy integration offered via the charm's ingress library.
For DevOps and SRE teams, providing ingress for charms that support a relation
to this charm will be possible via a simple juju relate
command.
Refer to the tutorial for more details on getting started.
Refer to How to secure an Ingress with TLS for step-by-step instructions.
Refer to How to add the Ingress relation for step-by-step instructions.
- ingress: Ingress interface that allows to
provide an Ingress for the charms supporting this interface. Charms can get an Ingress using the
ingress
or thenginx-route
interfaces. Preferingress
if you want to use generic features. - nginx-route: Ingress interface that allows to
provide an Ingress for the charms supporting this interface. Charms can get an Ingress using the
ingress
or thenginx-route
interfaces. If you want to use Nginx specific features, usenginx-route
. - certificates: Requires
tls-certificates
interface that facilitates the use of a TLS certificate.
Refer to Integrations for more information about integrations.