Kubernetes chart to deploy cxflow.
This chart bootstraps cxflow deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.9+
aws-alb-ingress-controller
helm upgrade --install aws-alb-ingress-controller --set clusterName=CLUSTER_NAME
--set autoDiscoverAwsRegion=true --set autoDiscoverAwsVpcID=true
incubator/aws-alb-ingress-controller
external-dns
helm upgrade --install external-dns --set provider=aws --set aws.zoneType=public
--set txtOwnerId=HOSTED_ZONE_IDENTIFIER --set domainFilters[0]=HOSTED_ZONE_NAME --set policy=sync
bitnami/external-dns
To install the chart with the release name cxflow
into default
:
helm upgrade --install cxflow
--set ingress.hosts[0].host=HOSTNAME --set ingress.hosts[0].paths[0]="/*"
.
The command deploys cxflow on the Kubernetes cluster.
Tip: List all releases using
helm list
To uninstall the cxflow
deployment:
$ helm uninstall cxflow
The command removes all the Kubernetes components associated with the chart and deletes the release.