Skip to content

Quick Start

In order to get started with the operator and create and manage your first application environment you need the following:

  1. A Kubernetes Cluster where you want to run your application stack
  2. The operator installed correctly into this cluster
  3. 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.
  4. A text editor for writing the configuration files (MM and silo)
    • This editor should ideally have YAML and/or JSON support.
  5. A ready-to-go Helm chart for you application
  6. A simple HTTP client to send REST requests to the operator