Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kudobuilder/kuttl
KUbernetes Test TooL (kuttl)
https://github.com/kudobuilder/kuttl
hacktoberfest kubernetes kudo operator-sdk operators testing
Last synced: 1 day ago
JSON representation
KUbernetes Test TooL (kuttl)
- Host: GitHub
- URL: https://github.com/kudobuilder/kuttl
- Owner: kudobuilder
- License: apache-2.0
- Created: 2019-11-23T00:02:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T10:27:30.000Z (9 months ago)
- Last Synced: 2024-04-24T13:49:18.636Z (9 months ago)
- Topics: hacktoberfest, kubernetes, kudo, operator-sdk, operators, testing
- Language: Go
- Homepage: https://kuttl.dev
- Size: 707 KB
- Stars: 608
- Watchers: 17
- Forks: 80
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
- awesome-repositories - kudobuilder/kuttl - KUbernetes Test TooL (kuttl) (Go)
README
# KUTTL
[![lint](https://github.com/kudobuilder/kuttl/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions)
[![unit test](https://github.com/kudobuilder/kuttl/actions/workflows/unittest.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions)
[![integration-test](https://github.com/kudobuilder/kuttl/actions/workflows/integration-test.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/kudobuilder/kuttl)](https://goreportcard.com/report/github.com/kudobuilder/kuttl)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.
## Getting Started
Please refer to the [getting started guide](docs/README.md) documentation.
## Resources
Initially Built under the KUDO project, we continue to use that channel for KUTTL.
* Slack Channel: [#kudo](https://kubernetes.slack.com/archives/CG3HTFCMV)
* Google Group: [[email protected]](https://groups.google.com/forum/#!forum/kudobuilder)## Community Meetings
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## Community, Events, Discussion, Contribution, and Support
Learn more on how to engage with the KUDO community on the [community page](https://kudo.dev/community/).
## Contributions
Please read the [contributing guide](CONTRIBUTING.md) for details around:
1. Code of Conduct
1. Code Culture
1. Details on how to contribute