/appsody-operator

An Operator for deploying Appsody based applications to Kubernetes

Primary LanguageGoApache License 2.0Apache-2.0

Build Status Go Report Card

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.