/operator

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

Primary LanguageGoApache License 2.0Apache-2.0

Tektoncd Operator

Kubernetes Operator to manage installations, updates and removal of Tektoncd projects (pipeline, dashboard, …)

The goal of an Operator is to put operational knowledge into software. Previously this knowledge only resided in the minds of administrators, various combinations of shell scripts or automation software like Ansible. It was outside of your Kubernetes cluster and hard to integrate. With Operators, we changed that.