From a63772344cd507806d56cb3b0b92781e7f8cb7f4 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Mon, 22 Sep 2025 14:46:09 +0530 Subject: [PATCH] docs: add kubernetes installation docs --- content/docs/install/kubernetes.mdx | 9 +++++++++ content/docs/install/meta.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 content/docs/install/kubernetes.mdx diff --git a/content/docs/install/kubernetes.mdx b/content/docs/install/kubernetes.mdx new file mode 100644 index 00000000..1cbf6f15 --- /dev/null +++ b/content/docs/install/kubernetes.mdx @@ -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)]. diff --git a/content/docs/install/meta.json b/content/docs/install/meta.json index ef00d900..54c63717 100644 --- a/content/docs/install/meta.json +++ b/content/docs/install/meta.json @@ -1,5 +1,5 @@ { "title": "Install", "icon": "Rocket", - "pages": ["getting-started", "docker", "ubuntu", "railway", "render"] + "pages": ["getting-started", "kubernetes", "docker", "ubuntu", "railway", "render"] }