Skip to content

Commit 3f80b78

Browse files
authored
Update deployment-modes.md
1 parent 2ddfbbb commit 3f80b78

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/concepts/deployment-modes.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ Defang provides three deployment modes: development, staging, and production. Th
1717
| Feature | Development | Staging | Production |
1818
|-|-|-|-|
1919
| Build Resources | Builds will be run with 2x vCPUs | Builds will be run with 2x vCPUs | Builds will be run with 4x vCPUs |
20-
| Databases | Defang will provision resources optimized for burstable memory | | Defang will provision resources optimized for production |
21-
| Static Resources | | | Defang will provision a CDN |
22-
| Deployment | Previous deployments will be spun down before new deployments are spun up. | | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least [the original number of replicas](/docs/tutorials/scaling-your-services). |
20+
| Compute | Using spot instances | (like development) | On-demand instances |
21+
| Databases | Defang will provision resources optimized for burstable memory | (like production) | Defang will provision resources optimized for production |
22+
| Deployment | Previous deployments will be spun down before new deployments are spun up. | (like production) | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least [the original number of replicas](/docs/tutorials/scaling-your-services). |
2323
| Logging | Logs retained for 1 day to save costs. | | Logs retained for 30 days for compliance. |
24-
| Networking | | | Defang will provision a NAT gateway. |
25-
| DNS | Defang will provision shorter TTLs | | Defang will provision longer TTLs |
24+
| Networking | | (like production) | Defang will provision a NAT gateway. |
25+
| Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termindation Protection will be enabled; logs are retained on "down" |
26+
| DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT |
27+
| Managed storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" |
28+
| Logs | 1 day retention | 7 days retention | 30 days retention |

0 commit comments

Comments
 (0)