kubectl create namespace konductor
helm repo add ccio https://containercraft.io/helm/
helm repo update
helm install konductor --namespace konductor ccio/konductor
kubectl exec -n konductor -it $(kubectl get po -n konductor -ojsonpath='{.items[*].metadata.name}') -- connect
kubectl get -n konductor svc
kubectl get -n konductor ingress