TLS Configuration
This guide demonstrates how to configure TLS termination for an Ingress resource.
Kubernetes namespace
The following section(s) presume the Immuta Enterprise Helm chart was deployed into namespace immuta
and that the current namespace is immuta
.
Prerequisite
The Ingress configuration must be completed before proceeding.
Edit
immuta-values.yaml
to include the following Helm values.Create a TLS secret from a given public/private PEM formatted key pair.
Perform a Helm upgrade to apply the changes made to
immuta-values.yaml
.
Refer to the Ingress-Nginx Controller documentation for further assistance.
Edit
immuta-values.yaml
to include the following Helm values.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml
.
Refer to the GKE Ingress Controller documentation for further assistance.
Edit
immuta-values.yaml
to include the following Helm values.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml
.
Refer to the AWS Load Balancer Controller documentation for further assistance.
Edit
immuta-values.yaml
to include the following Helm values.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml
.
Refer to the Application Gateway Ingress Controller documentation for further assistance.
Edit
immuta-values.yaml
to include the following Helm values.Create a TLS secret from a given public/private PEM formatted key pair.
Perform a Helm upgrade to apply the changes made to
immuta-values.yaml
.
Refer to the Traefik documentation for further assistance.
Last updated