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.
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.
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
.
For information on how to use the AppsodyApplication
operator, see the documentation.