Create Cluster
Instructions for creating a Kubernetes cluster and installing Redis Operator on it
Redis Operator needs a Kubernetes or Openshift cluster for provisioning a Redis setup. This guide helps in setting up a Kubernetes cluster from a quickstart perspective.
Tools involved in this kind of setup:
Amazon EKS Cluster
To create a Kubernetes cluster on AWS, we need to download and install the eksctl on the local system and then eks-cluster.yaml can be executed with it for cluster creation.
The content of eks-cluster.yaml looks like:
Minikube
Minikube is a tool for creation of Kubernetes on local system for Development purpose. It requires a Docker compatible system or virtual machine environment.