Skip to content

Commit 66f40ea

Browse files
committed
Add DO docs
1 parent 83aeaa0 commit 66f40ea

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/providers/do.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Digital Ocean
3+
description: Defang allows you to easily create and manage full, scalable applications with Digital Ocean.
4+
sidebar_position: 010
5+
---
6+
7+
# Digital Ocean
8+
9+
:::info
10+
This feature is still in preview as of August 2024. This page will be updated when it is GA.
11+
:::
12+
13+
Why should you use Defang with AWS? Defang allows you to easily create and manage full, scalable applications with Digital Ocean. Defang aims to make it easier to deploy your services to the cloud. Digital Ocean is one of the most popular cloud providers in the world and with Defang, you dont have to waste your time understanding the complexities and challenges of the Digital Ocean ecosystem. Let Defang do it for you and spend more time working on whats important to you!
14+
15+
## Getting Started
16+
To get started with the Defang BYOC Digital Ocean rpvodier, first [install the latest version of the Defang CLI](../getting-started#authenticate-with-defang). Next make sure you have signed up for a Digital Ocean account. After signing up for your account, be sure to setup your [personal access token] (https://docs.digitalocean.com/reference/api/create-personal-access-token/) as well as your [Spaces access key](https://docs.digitalocean.com/products/spaces/how-to/manage-access/). Next, save these values as environment variables with the names `DIGITALOCEAN_TOKEN`, `SPACES_ACCESS_KEY_ID`, and `SPACES_SECRET_ACCESS_KEY`. The Defang CLI will automatically check if they are set before running. Once you are ready to go, add the `--provider=do` to your command to tell the Defang CLI to use the AWS provider.
17+
18+
## Region
19+
20+
The Defang BYOC Digital Ocean Provider will use the region specified in the `REGION` environment variable. For a list of regions available in DO, see the [region documentation](https://docs.digitalocean.com/platform/regional-availability/#app-platform-availability).
21+
22+
## Architecture
23+
24+
Defang uses resources that are native to the cloud provider you are using. The following describes the current state of Defang's support for Digital Ocean, the specific resources that Defang uses, and the roadmap for future support.
25+
26+
### Deployment
27+
28+
To deploy your services, the Defang CLI packages your code and uploads it to a Spaces Object Store in your account. The CLI then deploys an App Platform Appp that uses Pulumi to build your container image and run your service.
29+
30+
### Runtime
31+
32+
The provider runs your workloads using the [Digital Ocean App Platform](https://docs.digitalocean.com/products/app-platform/).
33+
34+
### Future Improvements
35+
36+
The following features are still in development for Digital Ocean:
37+
- [Custom Domains](../concepts/domains.mdx)
38+
- [Managed Redis](../concepts/managed-storage.md#managed-redis)
39+
Stayed tuned for future updates!

0 commit comments

Comments
 (0)