# KindClusterResource Properties

- Package: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/csharp/communitytoolkit.aspire.hosting.kind.md)
- Type: [KindClusterResource](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource.md)
- Kind: `Properties`
- Members: `2`

Represents a resource that manages a local Kind cluster for development.

<a id="containerkubeconfigpath"></a>

## ContainerKubeconfigPath

- Name: `ContainerKubeconfigPath`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/KindClusterResource.cs#L32)

Gets the path to the container-compatible kubeconfig file. This kubeconfig uses the Kind control-plane container name instead of 127.0.0.1, enabling container-to-container access over the Kind container network.

```csharp
public string ContainerKubeconfigPath { get; }
```

<a id="kubeconfigpath"></a>

## KubeconfigPath

- Name: `KubeconfigPath`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/KindClusterResource.cs#L25)

Gets the path to the kubeconfig file for this Kind cluster.

```csharp
public string KubeconfigPath { get; }
```
