TLS Support
Enable TLS Encryption
Keystore and Truststore Overview
Setup Keystore
keytool -genkeypair -alias key -keyalg RSA -keysize 2048 \
-dname "CN=localhost, OU=Department, O=Company, L=City, ST=State, C=US" \
-keystore /alluxio/keystore.jks -keypass keypass -storepass keypassSetup Truststore
Configure Alluxio Servers
Configure the HTTPs through Alluxio S3 API
Advanced Settings
Configure Alluxio Clients
Configure Connection to ETCD with TLS
Enable TLS Encryption for Alluxio in Kubernetes
Generate Keypair
Create Kubernetes Secrets
Mount Secrets to Pods
Configure Alluxio Properties in Kubernetes
Last updated