helm

Konductor Helm Chart

screenshot1

Quickstart

  1. Create Namespace
    kubectl create namespace konductor
    
  2. Add helm repo
    helm repo add ccio https://containercraft.io/helm/
    helm repo update
    
  3. Deploy Konductor chart
    helm install konductor --namespace konductor ccio/konductor 
    
  4. Exec into Konductor
    kubectl exec -n konductor -it $(kubectl get po -n konductor -ojsonpath='{.items[*].metadata.name}') -- connect
    
  5. Review and setup Ingress
    kubectl get -n konductor svc
    kubectl get -n konductor ingress
    
  6. Access the Konductor container via SSH or VSCode in browser