KUbernetes Test TooL (KUTTL) provides a declarative approach to test Kubernetes Operators.
KUTTL is designed for testing operators, however it can declaratively test any kubernetes objects.
To install our custom fork of KUTTL, you can either pull the pre-compiled from Nexus:
curl -Lo kuttl "https://repo.stackable.tech/repository/packages/kuttl/stable-{$(arch)}"
sudo mv kuttl /usr/local/bin
sudo chmod +x /usr/local/bin/kuttl
Or install it from source:
go install github.com/stackabletech/kuttl/cmd/kubectl-kuttl@latest
Please refer to the getting started guide documentation.
Initially Built under the KUDO project, we continue to use that channel for KUTTL.
- Slack Channel: #kudo
- Google Group: [email protected]
We have open community meetings every 2nd and 4th Wednesday of the month at 9:00 a.m. PST. (17:00 UTC)
- Agenda and Notes: https://docs.google.com/document/d/1UqgtCMUHSsOohZYF8K7zX8WcErttuMSx7NbvksIbZgg
- Zoom Meeting: https://d2iq.zoom.us/j/443128842
Learn more on how to engage with the KUDO community on the community page.
Please read the contributing guide for details around:
- Code of Conduct
- Code Culture
- Details on how to contribute