Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metacontroller/metacontroller
Writing kubernetes controllers can be simple
https://github.com/metacontroller/metacontroller
kubernetes metacontroller
Last synced: 3 months ago
JSON representation
Writing kubernetes controllers can be simple
- Host: GitHub
- URL: https://github.com/metacontroller/metacontroller
- Owner: metacontroller
- License: apache-2.0
- Created: 2020-05-19T09:30:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T14:26:04.000Z (4 months ago)
- Last Synced: 2024-06-26T11:45:37.595Z (4 months ago)
- Topics: kubernetes, metacontroller
- Language: Go
- Homepage: https://metacontroller.github.io/metacontroller
- Size: 5.99 MB
- Stars: 796
- Watchers: 11
- Forks: 88
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome-cloud-native - Metacontroller - Writing kubernetes controllers can be simple. (Framework)
README
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/metacontroller/metacontroller)
![GitHub Release Date](https://img.shields.io/github/release-date/metacontroller/metacontroller)
![GitHub](https://img.shields.io/github/license/metacontroller/metacontroller)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/metacontrollerio/metacontroller)
![Docker Pulls](https://img.shields.io/docker/pulls/metacontrollerio/metacontroller)
![GitHub contributors](https://img.shields.io/github/contributors/metacontroller/metacontroller)
[![Go Report Card](https://goreportcard.com/badge/github.com/metacontroller/metacontroller)](https://goreportcard.com/report/github.com/metacontroller/metacontroller)
[![codecov](https://codecov.io/gh/metacontroller/metacontroller/branch/master/graph/badge.svg?token=VU0L35J51Z)](https://codecov.io/gh/metacontroller/metacontroller)# Metacontroller
Metacontroller is an add-on for Kubernetes that makes it easy to write and
deploy [custom controllers](https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers)
in the form of [simple scripts](https://metacontroller.github.io/metacontroller/). This is a continuation of great work started by [GKE](https://cloud.google.com/kubernetes-engine/) [here](https://github.com/GoogleCloudPlatform/metacontroller). We are excited to move forward with Metacontroller as a community maintained project.
A big thank you to all of the wonderful Metacontroller community members that made this happen!## Documentation
Please see the [documentation site](https://metacontroller.github.io/metacontroller/) for details
on how to install, use, or contribute to Metacontroller.## Migrating from https://github.com/GoogleCloudPlatform/metacontroller
Please follow [this](https://metacontroller.github.io/metacontroller/guide/install.html?highlight=migrat#migrating-from-googlecloudplatformmetacontroller)## Contact
Please file [GitHub issues](https://github.com/metacontroller/metacontroller/issues) for bugs, feature requests, and proposals.
Join the [#metacontroller](https://kubernetes.slack.com/messages/metacontroller/) channel on
[Kubernetes Slack](http://slack.kubernetes.io).## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) and the
[contributor guide](https://metacontroller.github.io/metacontroller/contrib.html).## Licensing
This project is licensed under the [Apache License 2.0](LICENSE).