You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
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!
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.
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
About
An Operator for deploying Appsody based applications to Kubernetes. This repo will be archived soon.