Installing Using Digital Ocean 1-Click

The CloudCasa agent can be installed on Digital Ocean Kubernetes clusters using the CloudCasa 1-Click app available in the Digital Ocean Marketplace. It can also be installed using the default kubectl method, or using the Helm chart, according to user preference.

After performing a 1-Click install of the CloudCasa agent on your cluster, you will need to perform one more configuration step to complete the process. Log in to the CloudCasa portal at https://home.cloudcasa.io. Go to the Clusters/Overview page, click “Add New Cluster” and fill in the required information. If the cluster has already been added, simply click on the cluster name under the Clusters/Overview page. Either way, you will be presented with the cluster ID.

Next use the following kubectl command to configure the agent, replacing “” with the ID you obtained from the portal.

cat <<EOF | kubectl -n cloudcasa-io apply -f -
apiVersion: v1
kind: ConfigMap
metadata:
  name: cloudcasa-config
data:
  default: cluster.id=<cluster id>
EOF

For upgrade and un-installation instructions, see the CloudCasa page in the Digital Ocean Marketplace.

If you have questions about using the CloudCasa Digital Ocean 1-Click app, contact CloudCasa support.