---
title: "RavenDB Kubernetes Operator"
url: https://daily.dev/posts/ravendb-kubernetes-operator-5kmgccn7q
source_url: https://ayende.com/blog/203587-B/ravendb-kubernetes-operator
type: article
source: "Ayende @ Rahien"
published: 2025-12-15T12:48:05.262Z
updated: 2025-12-15T12:48:28.330Z
tags: ["devops", "kubernetes", "database", "helm", "ravendb"]
reading_time: 3
upvotes: 16
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# RavenDB Kubernetes Operator

**[Ayende @ Rahien](https://daily.dev/sources/ayende)** · 3 min read · 16 upvotes · 0 comments

## Summary

RavenDB has released an official Kubernetes Operator that simplifies deploying and managing RavenDB clusters in Kubernetes environments. The Operator automates certificate management, handles safe rolling upgrades with health checks, provides flexible external access options for major cloud providers and ingress controllers, and offers declarative storage orchestration. It eliminates the manual complexity of configuring StatefulSets, Services, and TLS certificates by using a single RavenDBCluster custom resource. The Operator is available via Helm and supports EKS, AKS, Kind, Minikube, and Kubeadm clusters.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://ayende.com/blog/203587-B/ravendb-kubernetes-operator>

## Similar posts on daily.dev

- [Introducing: RavenDB Kubernetes Operator](https://daily.dev/posts/introducing-ravendb-kubernetes-operator-bijjtygeq) · Ayende @ Rahien · 6 upvotes · 0 comments
- [Automating stateful apps with Kubernetes Operators](https://daily.dev/posts/automating-stateful-apps-with-kubernetes-operators-vxiwipjyc) · CNCF · 1 upvotes · 0 comments
- [Introducing the Official ClickHouse Kubernetes Operator: Seamless Analytics at Scale](https://daily.dev/posts/introducing-the-official-clickhouse-kubernetes-operator-seamless-analytics-at-scale-275vcl98e) · ClickHouse · 8 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#kubernetes](https://daily.dev/tags/kubernetes), [#database](https://daily.dev/tags/database), [#helm](https://daily.dev/tags/helm), [#ravendb](https://daily.dev/tags/ravendb)

[View this post on daily.dev](https://daily.dev/posts/ravendb-kubernetes-operator-5kmgccn7q)
