1. Initiate 3 pods which runs a simple image such as rastasheep/ubuntu-sshd:16.04
2. In pod 1 install Cloudera Manager
3. Use Cloudera Manager to add the other 2 pods(hosts) and manage it.
My question is,
1. How to keep the configurations/datas of CM/hosts after pod is restarted?
Save those 3 pods to new images?
Is there anyone setup cloudera manager and hosts with Kubernetes successfully?