From c172f6f73feb69e9680f17f55f588577e0a8e37c Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 5 May 2025 08:49:13 -0700 Subject: [PATCH] chore: updates docs --- docs/guide/getting-started.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 8a95f885..3e275438 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -70,6 +70,9 @@ See [swarm mode](/guide/swarm-mode) for more information. Dozzle supports running in Kubernetes. It only needs to be deployed on one node within the cluster. +
+Kubernetes Configuration + ```yaml [k8s-dozzle.yml] # rbac.yaml apiVersion: v1 @@ -130,9 +133,11 @@ spec: value: "k8s" ``` -Then apply the configuration using the following command: +
-```bash +Apply the configuration using the following command: + +```sh kubectl apply -f k8s-dozzle.yml ```