Redis Enterprise databases (REDB)
Create and manage Redis Enterprise databases (REDB) on Kubernetes using the Redis Enterprise operator.
Redis Enterprise for Kubernetes |
---|
A Redis Enterprise database (REDB) is a custom Kubernetes resource that represents a Redis database running on a Redis Enterprise cluster. The Redis Enterprise operator manages REDB resources and handles database creation, configuration, scaling, and lifecycle operations.
REDB resources define database specifications including memory limits, persistence settings, security configurations, networking options, and Redis modules. You can deploy databases on existing Redis Enterprise clusters (REC) and manage them by using standard Kubernetes tools and workflows.
Database management
Create and manage Redis Enterprise databases on your cluster:
- Database controller - Understand how the database controller manages REDB resources and database lifecycle
Replication and high availability
Set up database replication for high availability and disaster recovery:
- Create replica databases - Configure replica databases for read scaling and disaster recovery scenarios
Advanced database configurations
Explore advanced database features and configurations:
- Active-Active databases - Set up globally distributed Active-Active databases across multiple Kubernetes clusters
Database connectivity
Connect applications to your Redis Enterprise databases:
- Networking - Configure ingress, routes, and service exposure for database access
- Security - Set up TLS, authentication, and access control for secure database connections
Monitoring and troubleshooting
Monitor database performance and troubleshoot issues:
- Logs - Collect and analyze database logs for troubleshooting
- Connect to Prometheus operator - Monitor database metrics with Prometheus
Related topics
- Redis Enterprise clusters (REC) - Manage the underlying cluster infrastructure
- REDB API reference - Complete API specification for REDB resources
- Active-Active database API - API reference for Active-Active databases
- Remote cluster API - API reference for remote cluster configurations