mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-23 22:18:26 +01:00
chore: updates docs
This commit is contained in:
@@ -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.
|
Dozzle supports running in Kubernetes. It only needs to be deployed on one node within the cluster.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Kubernetes Configuration</summary>
|
||||||
|
|
||||||
```yaml [k8s-dozzle.yml]
|
```yaml [k8s-dozzle.yml]
|
||||||
# rbac.yaml
|
# rbac.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@@ -130,9 +133,11 @@ spec:
|
|||||||
value: "k8s"
|
value: "k8s"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then apply the configuration using the following command:
|
</details>
|
||||||
|
|
||||||
```bash
|
Apply the configuration using the following command:
|
||||||
|
|
||||||
|
```sh
|
||||||
kubectl apply -f k8s-dozzle.yml
|
kubectl apply -f k8s-dozzle.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user