Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.88 KB

File metadata and controls

35 lines (23 loc) · 1.88 KB

Setup

Installation Pre-reads

1. Choose the Cloud

Choose your cloud and follow the instructions to set up a Kubernetes cluster before moving on to the deployment.

{% content-ref url="on-aws.md" %} on-aws.md {% endcontent-ref %}

2. Deployment

{% embed url="https://core.digit.org/guides/installation-guide/quick-setup/2.-deployment" %}

3. Destroy the Cluster

Finally, clean up the cluster setup if you wish, using the following command. This will delete the entire cluster and other cloud resources that were provisioned for the DIGIT setup.

cd DIGIT-DevOps/infra-as-code/terraform/my-digit-eks
terraformdestroy​

Conclusion

We have successfully created infra on cloud, and deployed DIGIT in the cluster.