Applications provided by AstroKube for Kubernetes using Helm and packaged as Charts.
You need to have Helm installed. Refer to the Helm installation guide.
Add this repository to your Helm installation:
$ helm repo add astrokube https://astrokube.github.io/helm-charts
List all available application with AstroKube repository:
$ helm search repo astrokube
Install an application:
$ helm install my-release astrokube/<chart>
Example installing factorio chart:
$ helm install factorio astrokube/factorio