Welcome! You'll find in this repository everything needed to setup a lab environment from open-source components.
It is used internally at SUSE but is open to everyone. Feel free to contribute and share feedback!
Wether you're looking for simple way to automate an infrastructure or running demo workload, we've got you covered!
Download and source the files (targetting develop branch):
curl -sfL https://raw.githubusercontent.com/SUSE/lab-setup/develop/scripts/download.sh | sh -s -- -o temp
. temp/scripts/index.shCall a function:
k3s_create_cluster v1.23Browse the catalog of functions and concrete examples.
Add Helm repository:
helm repo add suse-lab-setup https://opensource.suse.com/lab-setup
helm repo updateDeploy a chart:
helm upgrade --install cow-demo suse-lab-setup/cow-demo --namespace demoBrowse the catalog of Helm charts.
Use the container images we provide for our demonstrations, for instance:
docker run --rm -p 8080:8080 ghcr.io/suse/cow-demoOpen the web application and enjoy the live display!
Browse the catalog of applications.