Redis in cK8s
kubectl apply -f apps/redis/redis.yamlkubectl apply -f apps/redis/redis-cli.yamlkubectl cp certs/ enclaive-redis-cli:/data/kubectl exec -it enclaive-redis-cli -- bashredis-cli -h enclaive-redis-sgx --tls --cacert certs/sgx-ca.pem --cert certs/sgx-cert.pem --key certs/sgx-key.pemConfiguration of enclaive Redis-SGX Container
Last updated