Skip to content

Commit 723d23a

Browse files
docs(cloud): add provider configuration planning guide for INIT_CONFIG
Co-authored-by: pontusringblom <[email protected]>
1 parent fc66eaf commit 723d23a

File tree

1 file changed

+28
-1
lines changed
  • content/en/cloud/self-hosted/planning

1 file changed

+28
-1
lines changed

content/en/cloud/self-hosted/planning/_index.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
---
2-
title: Planning Layer5 Cloud Deployment
2+
title: Planning
3+
4+
## Provider Configuration Planning
5+
6+
When planning your self-hosted Layer5 Cloud deployment, consider how you will initialize and configure your provider instance. The `INIT_CONFIG` environment variable enables you to automate provider configuration during deployment.
7+
8+
### Configuration Strategy
9+
10+
Before deploying, plan your configuration approach:
11+
12+
1. **Provider Identity**: Define your provider name and identification
13+
2. **Initial Settings**: Determine which settings need to be configured at startup
14+
3. **Configuration Management**: Decide how configuration will be managed (environment variables, secrets, config files)
15+
4. **Update Strategy**: Plan for configuration updates and changes over time
16+
17+
### Using INIT_CONFIG for Automated Setup
18+
19+
The `INIT_CONFIG` environment variable allows you to pre-configure your provider during deployment, eliminating manual setup steps. This is particularly valuable for:
20+
21+
- **Reproducible Deployments**: Ensure consistent configuration across environments
22+
- **CI/CD Integration**: Automate deployments with predefined configurations
23+
- **Infrastructure as Code**: Manage provider configuration alongside your infrastructure
24+
25+
For detailed usage and examples, see the [Deployment Guide](/cloud/self-hosted/deployment/#init_config).
26+
27+
{{< alert type="warning" title="Important" >}}
28+
Plan your INIT_CONFIG carefully as it is only processed during initial startup. Changes require redeployment or manual configuration updates.
29+
{{< /alert >}} Layer5 Cloud Deployment
330
description: "Understand deployment prerequisites and prepare your environment for a secure and scalable Layer5 Cloud deployment."
431
categories: [Self-Hosted]
532
#tags: [helm]

0 commit comments

Comments
 (0)