| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The DevPod Provider for STACKIT enables seamless integration between DevPod and the STACKIT Cloud Platform, allowing you to deploy development environments on STACKIT's European cloud infrastructure. This provider offers a secure, GDPR-compliant solution for creating reproducible development environments in STACKIT's German data centers.
You can add the STACKIT provider to DevPod using the CLI:
devpod provider add stackitcloud/devpod-provider-stackitOr through the DevPod Desktop application by clicking on "Providers" and then "Add Provider".
When adding the provider, you need to configure the following options:
| Option | Required | Description | Default |
|---|---|---|---|
| REGION | true | The STACKIT region to create the VM in (e.g., eu01) | eu01 |
| AVAILABILITY_ZONE | true | The availability zone to use (e.g., eu01-1, eu01-2) | eu01-1 |
| PROJECT_ID | true | The STACKIT project ID to use | |
| DISK_SIZE | false | The disk size to use in GB | 64 |
| SERVICE_ACCOUNT_KEY_PATH | true | Path to your STACKIT Service Account Key JSON file | |
| PRIVATE_KEY_PATH | true | Path to your private key | |
| FLAVOR | false | The VM instance type to use | g1.1 |
To authenticate with STACKIT, you need to:
For detailed instructions, see the STACKIT documentation on creating service account keys.
After setting up the provider, you can create a new DevPod workspace:
# Create a new workspace from a Git repository
devpod up git@github.com:user/repository.git --provider stackit
# Or from a local directory
devpod up ./my-project --provider stackitContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache License 2.0.
| Back | FazBrowse Home | New Git URL |