Skip to content

stackabletech/kuttl

Repository files navigation

KUTTL

lint unit test integration-test Go Report Card

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.

Installation

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

Getting Started

Please refer to the getting started guide documentation.

Resources

Initially Built under the KUDO project, we continue to use that channel for KUTTL.

Community Meetings

We have open community meetings every 2nd and 4th Wednesday of the month at 9:00 a.m. PST. (17:00 UTC)

Community, Events, Discussion, Contribution, and Support

Learn more on how to engage with the KUDO community on the community page.

Contributions

Please read the contributing guide for details around:

  1. Code of Conduct
  2. Code Culture
  3. Details on how to contribute

About

A fork of kuttl with improvements we would like

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published