An open API service indexing awesome lists of open source software.

https://github.com/risingwavelabs/ctrlkit

Library that expedites the development of Kubernetes controllers
https://github.com/risingwavelabs/ctrlkit

controller-runtime golang kubernetes

Last synced: 6 months ago
JSON representation

Library that expedites the development of Kubernetes controllers

Awesome Lists containing this project

README

          

# ctrlkit

[![Go Report Card](https://goreportcard.com/badge/github.com/risingwavelabs/ctrlkit)](https://goreportcard.com/report/github.com/risingwavelabs/ctrlkit)
[![GoDoc](https://godoc.org/github.com/risingwavelabs/ctrlkit?status.svg)](https://godoc.org/github.com/risingwavelabs/ctrlkit)
[![Build Status](https://github.com/risingwavelabs/ctrlkit/actions/workflows/go.yml/badge.svg)](https://github.com/risingwavelabs/ctrlkit/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/risingwavelabs/ctrlkit/branch/main/graph/badge.svg)](https://codecov.io/gh/risingwavelabs/ctrlkit)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

`ctrlkit` is a library written in Go that expedites the development of Kubernetes controllers. It provides a set of
interfaces and utilities that can be used to build controllers that are easy to test and maintain. The `ctrlkit` library
is designed to be used in conjunction with the [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).

## Use Cases

- [risingwave-operator](https://github.com/risingwavelabs/risingwave-operator/blob/main/pkg/controller/risingwave_controller.go)

## Contribution

Contributions are welcome! For more information, see [CONTRIBUTING](CONTRIBUTING.md).

## License

The project is licensed under the Apache 2.0 license. For more information, see [LICENSE](LICENSE).