Skip to content

chaunceyt/redis-operator

Repository files navigation

Redis Operator

A Golang based Redis operator that will make/manage Redis in standalone mode on top of the Kubernetes.

Supported Features

TODO

  • Storage provisioning (PVC)
  • Prometheus exporter
  • Affinity and node selector

Usage

# Create a single node KinD cluster.
kind create cluster

# Install CRD
make install

# Deploy operator to cluster.
make deploy

# Create some redis custom resources.

# Deploy redis environment
kubectl apply -f config/samples/redis-as-a-graph-database.yaml
kubectl apply -f config/samples/redis-as-a-search-engine.yaml
kubectl apply -f config/samples/redis-as-a-cache-engine.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published