mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Wazuh Kubernetes
Deploy a Wazuh cluster with a basic Elastic stack on Kubernetes .
Documentation
The instructions.md file describes how to deploy Wazuh on Kubernetes.
Directory structure
├── wazuh-kubernetes
│ ├── base
│ │ ├── aws-gp2-storage-class.yaml
│ │ ├── wazuh-ns.yaml
│
│ ├── elastic_stack
│ │ ├── elasticsearch
│ │ │ ├── cluster
│ │ │ │ ├── elasticsearch-api-svc.yaml
│ │ │ │ ├── elasticsearch-data-sts.yaml
│ │ │ │ ├── elasticsearch-master-sts.yaml
│ │ │
│ │ │ ├── single-node
│ │ │ │ ├── elasticsearch-api-svc.yaml
│ │ │ │ ├── elasticsearch-sts.yaml
│ │ │
│ │ │ ├── elasticsearch-svc.yaml
│ │
│ │ ├── kibana
│ │ │ ├── kibana-deploy.yaml
│ │ │ ├── kibana-svc.yaml
│ │ │ ├── nginx-deploy.yaml
│ │ │ ├── nginx-svc.yaml
| |
│ ├── wazuh_managers
│ │ ├── wazuh-cluster-svc.yaml
│ │ ├── wazuh-master-conf.yaml
│ │ ├── wazuh-master-sts.yaml
│ │ ├── wazuh-master-svc.yaml
│ │ ├── wazuh-worker-0-conf.yaml
│ │ ├── wazuh-worker-0-sts.yaml
│ │ ├── wazuh-worker-1-conf.yaml
│ │ ├── wazuh-worker-1-sts.yaml
│ │ ├── wazuh-workers-svc.yaml
│ │
│ ├── README.md
│ ├── VERSION
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── cleanup.md
│ ├── instructions.md
│ ├── upgrade.md
Branches
masterbranch contains the latest code, be aware of possible bugs on this branch.
Contribute
If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users mailing list, by sending an email to wazuh+subscribe@googlegroups.com, to ask questions and participate in discussions.
Credits and Thank you
Based on the previous work from JPLachance coveo/wazuh-kubernetes (2018/11/22).
License and copyright
WAZUH Copyright (C) 2016-2018 Wazuh Inc. (License GPLv2)
References
v4.10.3
Latest
Languages
Shell
100%