Quick Start¶
In order to get started with the operator and create and manage your first application environment you need the following:
- A Kubernetes Cluster where you want to run your application stack
- The operator installed correctly into this cluster
- A detailed installation manual can be found under Operator Setup.
- An IaaS cloud provider account to be used with your application stack
- At the moment of writing only AWS is supported.
- The cloud provider will provide external resources for your services.
- Furthermore, the operator will make use of a secrets manager provided by this cloud.
- A text editor for writing the configuration files (MM and silo)
- This editor should ideally have YAML and/or JSON support.
- A ready-to-go Helm chart for you application
- Please refer to The Application Helm Chart for some important notes about the chart!
- A simple HTTP client to send REST requests to the operator
- At the moment the only available interface of the operator is a REST API, a graphical user interface (GUI) is in planning and will follow.
- A collection for the Bruno API client can be found in the operator sources: Bruno Collection
- Please also refer to the Swagger API documentation