# KindClusterResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/csharp/communitytoolkit.aspire.hosting.kind.md)
- Version: `13.4.1-beta.706`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/KindClusterResource.cs)
- Inherits: `Resource`
- Implements: [IKindResource](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/ikindresource.md), `IResource`, `IResourceWithWaitSupport`

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

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public sealed class KindClusterResource
    : Aspire.Hosting.ApplicationModel.Resource,
      Aspire.Hosting.ApplicationModel.IKindResource,
      Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport
{
    // ...
}
```

## Constructors

- [KindClusterResource(string)](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource/constructors.md#constructor-string) -- Initializes a new instance of the [KindClusterResource](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource.md) class.

## Properties

- [ContainerKubeconfigPath](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource/properties.md#containerkubeconfigpath) : `string` `get` -- 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.
- [KubeconfigPath](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource/properties.md#kubeconfigpath) : `string` `get` -- Gets the path to the kubeconfig file for this Kind cluster.
