Update README.md

This commit is contained in:
Alberto Rodríguez 2021-05-26 11:34:27 +02:00 committed by GitHub
parent 87bc58afc6
commit 8540745580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,12 @@
Deploy a Wazuh cluster with a basic Elastic stack on Kubernetes .
## Branches
* `master` branch contains the latest code, be aware of possible bugs on this branch.
* `stable` branch on correspond to the last Wazuh stable version.
## Documentation
The [instructions.md](instructions.md) file describes how to deploy Wazuh on Kubernetes.
@ -72,12 +78,6 @@ The [instructions.md](instructions.md) file describes how to deploy Wazuh on Kub
## Branches
* `master` branch contains the latest code, be aware of possible bugs on this branch.
* `stable` branch on correspond to the last Wazuh stable version.
## Local development
To deploy a cluster on your local environment (like Minikube, Kind or Microk8s) read the instructions on [local-environment.md](local-environment.md).