Skip to content

Argo Rollouts Manager

Project Status: BETA

Not all planned features are completed. The API, spec, status and other user facing objects may change.

Summary

A Kubernetes operator for managing Argo Rollouts. This operator provides an easy way to install, upgrade and manage the lifecycle of Argo Rollouts.

This operator is built using operator-sdk, version - v1.28.0.

What exactly the operator does ?

When Installed, this operator creates a Custom Resource Definition called RolloutManager.

Operator will then wait for the users to deploy the corresponding Custom Resource to create the rollout controller and other resources according to the provided spec.

Read more about the Argo Rollout CRD specification here.

Where to start ?

We have a getting started guide which provides information on how to start using the operator.