Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/docs/install/kubernetes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Kubernetes
description: Deploy LogChimp on Kubernetes with Helm
---

This guide walks you through deploying LogChimp on a Kubernetes cluster using Helm. It covers prerequisites,
step-by-step installation, configuration options, example values, troubleshooting, and best practices for scaling and security.

If you prefer a Docker Compose setup, [see here(/docs/install/docker)].
2 changes: 1 addition & 1 deletion content/docs/install/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Install",
"icon": "Rocket",
"pages": ["getting-started", "docker", "ubuntu", "railway", "render"]
"pages": ["getting-started", "kubernetes", "docker", "ubuntu", "railway", "render"]
}