Kubectl
Installing Redis Operator (Kubectl)
If you are a beginner with Kubernetes and don't want to go in the complexity of Helm, you can use the beloved tool of Kubernetes client like
kubectl
.kubectl apply -f deploy/crds/redis.opstreelabs.in_redis_crd.yaml
kubectl apply -f deploy/role.yaml
kubectl apply -f deploy/service_account.yaml
kubectl apply -f deploy/role_binding.yaml
kubectl apply -f deploy/operator.yaml
Last modified 3yr ago