Kubernetes Contexts
Properties
| Property | Description | Values | Example |
|---|---|---|---|
kubernetes_contextarray | list of kubernetes contexts Array of named kubernetes context bindings. Each context references a peer component that produces cluster connection details. Components opt into a context via the top-… | Optional | - |
kubernetes_context
| Property | Description | Values | Example |
|---|---|---|---|
namestring | context name Unique name for this kubernetes context within the app. Components reference this name via the top-level kubernetes_context field | ✅ Required | "data-cluster", "shared-prod" |
componentstring | source peer component Name of the peer component that produces cluster connection details. Must be a terraform_module or pulumi component, and must expose a cluster output object | ✅ Required | "data-eks", "shared-aks" |