KindClusterResource
Classsealednet10.0
Represents a resource that manages a local Kind cluster for development.
namespace Aspire.Hosting.ApplicationModel;
public sealed class KindClusterResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IKindResource, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesContainerKubeconfigPathgetstring 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.
KubeconfigPathgetstring Gets the path to the kubeconfig file for this Kind cluster.