Skip to content

Concepts

Templates

Templates are internal steps and actions. Examples include creating an EKS cluster, building a Docker image, or updating a deployment manifest in Github. Read more here.

Pipelines

Templates are stacked together like Lego blocks to create pipelines. For example, if there are 4 templates - one for building a Docker image, one for fetching the latest image tag, one for updating the deployment manifest in Git, and one for deploying the changes to an environment. These 4 templates can be "stacked" together to create a pipeline. Read more here.

Repositories

GreenOps runs in a GitOps manner. Templates and pipelines are stored as manifest files in upstream Git repositories. Users link Git repositories, and GreenOps automates the management process. Read more here.

Clusters

Users can connect clusters to manage deployment visibility in environments, as well as run workflows in environments. This keeps all sensitive data and workflow execution in user environments. Read more here.