Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 533 Bytes

Deployment

Kubernetes

Example Kubernetes manifests are located in the k8s subdirectory. These are only useful for small deployments. For larger deployments, use a proper Redis cluster like one deployed with this Redis operator.

kubectl apply -r -f ./k8s/

Docker Compose

The example docker-compose.yml file can be brought up with docker-compose.

docker-compose up