This scenario teaches you how to use Helm, the package manager for Kubernetes, to deploy Redis. Helm simplifies discovering and deploying services to a Kubernetes cluster.
"Helm is the best way to find, share, and use software built for Kubernetes."
More details can be found on their website at http://www.helm.sh/
Congratulations! You've successfully deployed Redis to Kubernetes using Helm.
More details can be found on their website at http://www.helm.sh/

Steps
Helm (Classic) Package Manager
Install Helm
Helm is a single binary that manages deploying Charts to Kubernetes. A chart is a packaged unit of kubernetes software.
curl -Ls https://get.helm.sh | bash
Once installed, update the local cache to sync the latest available packages with the environment.
./helmc update