Demo Helm

The helm demo use the helm cluster resource to deploy multiple Helm cluster using the helm operator with several example applications working with them.

This demo is based on the example-pod,example-deployment and example-sxapi helm chart defined in startx helm-repository.

Description

Field Content
Name STARTX demo helm
tags startx demo k8s helm
provider STARTX
requirements none
format openshift template with argoCD application
content 6 Applications + 1 AppProject
namespace demo-helm

Add to a cluster

# Associate this demo to the cluster mycluster (runable demo)
sxcm demo associate helm mycluster
# Enable this demo to the cluster mycluster (running demo)
sxcm demo enable helm mycluster

Remove from a cluster

# Dissociate this demo from the cluster mycluster (removable demo)
sxcm demo dissociate helm mycluster
# Disable this demo from the cluster mycluster (removed demo)
sxcm demo disable helm mycluster

Get demo detail

# Read information about the demo version installed into your host (local)
sxcm demo info helm

More on demo

You should read the demo management documentation section to learn the command meaning and how to addapt your own demo for a personalized cluster configuration.