Community
provider-stackit
By intive
Last changed 4 months ago
Source Code

Notice something off about this package? Help us keep the marketplace safe and trustworthy by reporting inappropriate content or behavior.

Report this package
Overview
Provider STACKIT is a Crossplane provider for STACKIT.

Provider STACKIT

provider-stackit is a Crossplane provider that is built using Upjet codegeneration tools and exposes XRM-conformant managed resources for the STACKIT API.

Usage

Installation

To install the provider, use the following resource definition:

apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-stackit
  namespace: crossplane-system
spec:
  package: xpkg.upbound.io/intive/provider-stackit:v0.0.1

This will install the provider in the crossplane-system namespace and install CRDs and controllers for the provider.

Configuration

To configure the provider using a service account key, use the following resource definition:

apiVersion: stackit.crossplane.io/v1beta1
kind: ProviderConfig
metadata:
  name: default
spec:
  credentials:
    source: Secret
    secretRef:
      name: stackit-credentials
      namespace: crossplane-system
      key: credentials
---
apiVersion: v1
kind: Secret
metadata:
  name: stackit-credentials
  namespace: crossplane-system
type: Opaque
stringData:
  credentials: |
    {
      "default_region": "eu01",
      "service_account_key": "<JSON-OF-SERVICE-ACCOUNT-KEY"
    }
Discover the building blocks for your internal cloud platform.
© 2026 Upbound, Inc.
Solutions
Learn
Company
Community
More