operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line

Home Page:https://operatorframework.io/

Repository from Github https://github.comoperator-framework/kubectl-operatorRepository from Github https://github.comoperator-framework/kubectl-operator

kubectl operator

kubectl operator is a kubectl plugin that functions as a package manager for Operators in your cluster. It simplifies adding and removing Operator catalogs, and it has familiar commands for installing, uninstalling, and listing available and installed Operators.

NOTE: This plugin requires Operator Lifecycle Manager to be installed in your cluster. See the OLM installation instructions here

Demo

asciicast

Install

The kubectl operator plugin is distributed via krew. To install it, run the following:

kubectl krew install operator

About

Manage Kubernetes Operators from the command line

https://operatorframework.io/

License:Apache License 2.0


Languages

Language:Go 97.4%Language:Makefile 2.1%Language:Shell 0.5%