Getting Started¶
Installation¶
Each release comes with a set of container images (debian, slim and alpine). Download the manifest from the release page and apply it to your cluster:
curl -L https://github.com/mruoss/kompost/releases/download/v0.3.0/manifest.yaml | kubectl apply -f -
This installs the CRDs, creates a namespace kompost
and installs Kompost inside it.
Once installed, make sure the operator runs:
Helm Chart¶
There is a helm chart you can use to install Kompost. Checkout the templates and default values on Artifact Hub
Work with Kompos¶
Once the operator is installed, you can work with the Kompos. Check out their documentation: