Home / Companies / Redis / Blog / Post Details
Content Deep Dive

Start to Finish with Databases on Kubernetes

Blog post from Redis

Post Details
Company
Date Published
Author
Alex Milowski
Word Count
1,095
Language
English
Hacker News Points
-
Summary

The Redis Enterprise Kubernetes Operator provides a way to create, manage, and deploy databases in a Kubernetes cluster using custom resources. This allows developers to package database configurations alongside their application workloads in a familiar YAML format, enabling continuous integration/continuous deployment (CI/CD) processes like GitOps for Infrastructure as Code (IaC) deployments. The operator can create databases within a namespace by applying a custom resource, and it will discover and update the database based on changes to the configuration. The Redis Enterprise operator also provides a live demo of this process, showcasing how developers can use the operator in conjunction with GitOps and continuous deployment.