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