Set up encryption
How to enable in-flight and at-rest encryption on your UltiHash cluster
In-Flight (TLS) Encryption
Configure TLS on the Ingress level
kubectl get ingress -n <namespace>entrypoint:
ingress:
# Make sure Ingress is enabled to expose UltiHash cluster outside your Kubernetes cluster
enabled: true
# Specify a domain name under which the UltiHash cluster will be accessible outside the Kubernetes cluster
host: example.domain.name
# Add annotations specific for your Ingress controller if required
annotations: {}
# Configure in-flight encryption by using TLS
tls: []Configure TLS encryption on the external load balancer level
Encryption at Rest
Last updated
Was this helpful?