zebpalmer / wazuh-kubernetes

Wazuh - Wazuh Kubernetes

Home Page:https://wazuh.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wazuh Kubernetes

Slack Email Documentation Documentation

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

  • master branch 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

About

Wazuh - Wazuh Kubernetes

https://wazuh.com/

License:GNU General Public License v2.0