Immuta in Production
This guide highlights best practices when deploying Immuta in a production environment.
Kubernetes namespace
The following section(s) presume the Immuta Enterprise Helm chart was deployed into namespace immuta
and that the current namespace is immuta
.
Helm values
Back up or source control your immuta-values.yaml
Helm values file.
Kubernetes resource requests and limits
Edit Helm values
Kubernetes secrets
Create secret
Create a file named
secret-data.env
with the following content.Create secret named
immuta-secret
from filesecret-data.env
.Delete file
secret-data.env
, as it's no longer needed.
Edit Helm values
Edit
immuta-values.yaml
to include the following Helm values.Remove any sensitive key-value pairs from the
immuta-values.yaml
Helm values that were made redundant after the secret was created.
Apply Helm values
Last updated