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!
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.
We welcome all contributions to the Appsody Application Operator project. Please see our Contributing guidelines