Wazuh SIEM/EDR deployment for Zoop endpoint devices.
Deploys Wazuh Manager on GKE and provides scripts to install Wazuh agents on all 200 endpoint devices via JumpCloud Commands.
- Cloud: GCP (GKE) — matches existing Zoop infrastructure
- Deployment: Helm chart following Zoop's standard pattern
- Agent Rollout: JumpCloud Commands (push to all devices at once)
- CI/CD: Jenkins (matches existing Zoop pipelines)
wazuh/
├── helm-chart/ # Deploys Wazuh Manager on GKE
├── jumpcloud-scripts/ # Agent installer scripts for endpoints
└── pipeline/ # Jenkins pipelines (dev + prod)
- Deploy Wazuh Manager on GKE — follow
wazuh/helm-chart/README.md - Get the LoadBalancer IP — this is your WAZUH_MANAGER_IP
- Deploy agents to endpoints — follow
wazuh/jumpcloud-scripts/README.md
For questions, share this repo with your DevOps team.