Giter Site home page Giter Site logo

wazuh-kubernetes's Introduction

Wazuh Kubernetes

Slack Email Documentation Documentation

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 file describes how to deploy Wazuh on Kubernetes.

Directory structure

├── CHANGELOG.md
├── cleanup.md
├── instructions.md
├── LICENSE
├── README.md
├── upgrade.md
├── VERSION
├── envs
│   ├── eks
│   │   ├── elastic-resources.yaml
│   │   ├── kibana-resources.yaml
│   │   ├── kustomization.yml
│   │   ├── storage-class.yaml
│   │   ├── wazuh-master-resources.yaml
│   │   └── wazuh-worker-resources.yaml
│   └── local-env
│       ├── elastic-resources.yaml
│       ├── kustomization.yml
│       ├── storage-class.yaml
│       └── wazuh-resources.yaml
└── wazuh
    ├── base
    │   ├── storage-class.yaml
    │   └── wazuh-ns.yaml
    ├── certs
    │   ├── kibana_http
    │   │   ├── generate_certs.sh
    │   └── odfe_cluster
    │       ├── generate_certs.sh
    ├── elastic_stack
    │   ├── elasticsearch
    │   │   ├── cluster
    │   │   │   ├── elasticsearch-api-svc.yaml
    │   │   │   └── elasticsearch-sts.yaml
    │   │   ├── elastic_conf
    │   │   │   ├── elasticsearch.yml
    │   │   │   └── internal_users.yml
    │   │   └── elasticsearch-svc.yaml
    │   └── kibana
    │       ├── kibana-deploy.yaml
    │       └── kibana-svc.yaml
    ├── kustomization.yml
    ├── secrets
    │   ├── elastic-cred-secret.yaml
    │   ├── wazuh-api-cred-secret.yaml
    │   ├── wazuh-authd-pass-secret.yaml
    │   └── wazuh-cluster-key-secret.yaml
    └── wazuh_managers
        ├── wazuh-cluster-svc.yaml
        ├── wazuh_conf
        │   ├── master.conf
        │   └── worker.conf
        ├── wazuh-master-sts.yaml
        ├── wazuh-master-svc.yaml
        ├── wazuh-workers-svc.yaml
        └── wazuh-worker-sts.yaml

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.

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 or the Wazuh Slack community channel 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-2021 Wazuh Inc. (License GPLv2)

References

wazuh-kubernetes's People

Contributors

1stofhisgame avatar alberpilot avatar anonymous2ch avatar cdare avatar dfolcha avatar havidarou avatar jctello avatar jesuslinares avatar jm404 avatar manuasir avatar okynos avatar rjmoseley avatar sitorbj avatar snaow avatar teddytpc1 avatar victormorenojimenez avatar xr09 avatar zenidd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.