Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

appsody/appsody-operator

Repository files navigation

Build Status Go Report Card

Development of Appsody as a standalone project has ended, but the core technologies of Appsody have been merged with odo to create odo 2.0! See our blog post for more details!

Appsody Application Operator

The Appsody Application Operator can be used to deploy applications created by Appsody Application Stacks into OKD or OpenShift clusters.

Check out our demo page!

If there's a certain functionality you would like to see or a bug you would like to report, please use our issues tab to get in contact with us.

Operator Installation

You can install the Appsody Application Operator directly via kubectl commands or assisted by the Operator Lifecycle Manager.

Use the instructions for one of the releases to directly install this Operator into a Kubernetes cluster.

Overview

The architecture of the Appsody Application Operator follows the basic controller pattern: the Operator container with the controller is deployed into a Pod and listens for incoming resources with Kind: AppsodyApplication.

Operator Architecture

Documentation

For information on how to use the AppsodyApplication operator, see the documentation.

Contributing

We welcome all contributions to the Appsody Application Operator project. Please see our Contributing guidelines