Skip to content
DocsTry Aspire
DocsTry

KindClusterResource Properties

ClassProperties2 members
Represents a resource that manages a local Kind cluster for development.
ContainerKubeconfigPathSection titled ContainerKubeconfigPathstring
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.
public string ContainerKubeconfigPath { get; }
KubeconfigPathSection titled KubeconfigPathstring
Gets the path to the kubeconfig file for this Kind cluster.
public string KubeconfigPath { get; }