> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
> Use this file to discover all available pages before exploring further.

> JSON Schema reference for kubernetes-context configuration

# Kubernetes Context

# Kubernetes Context

## Properties

| Property                    | Description                                                                                                                                                                           | Values         | Example                           |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | --------------------------------- |
| **`name`**<br />string      | 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"` |
| **`component`**<br />string | 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"`      |
