Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

ValkeyOperator Examples

This directory contains example configurations for various ValkeyOperator use cases.

Basic Examples

A simple standalone Valkey instance.

A simple Valkey cluster.

A simple Valkey failover setup with Sentinel.

Standalone sentinel for monitoring external Valkey instances.

Production Examples

A production-ready Valkey cluster with persistence, monitoring, and security.

Advanced Examples

Multiple isolated Valkey instances with network policies.

Valkey instance with custom modules loaded.

Complete monitoring setup with Prometheus and Grafana.

RDS Examples

Simplified RDS-style Valkey instance.

User Management Examples

Various user configurations with different ACL rules.

User configurations for common application patterns.

Getting Started

  1. Choose an example that matches your use case
  2. Customize the configuration for your environment
  3. Apply the configuration:
    kubectl apply -f <example-file>.yaml
  4. Monitor the deployment:
    kubectl get <resource-type> <resource-name> -w

Directory Structure

examples/
├── basic/              # Simple examples for getting started
├── production/         # Production-ready configurations
├── advanced/           # Advanced use cases and integrations
├── rds/               # RDS-style examples
├── users/             # User and ACL management examples
└── README.md          # This file