Skip to content

devantler-tech/dotnet-kubectl-cli

Repository files navigation

🔧 .NET Kubectl CLI

License Test codecov

A simple .NET library that embeds the Kubectl CLI.

🚀 Getting Started

Prerequisites

  • .NET 9.0 or later
  • Kubectl CLI installed and available in your system's PATH

Installation

To get started, you can install the package from NuGet.

dotnet add package DevantlerTech.KubectlCLI

📝 Usage

You can execute the Kubectl CLI commands using the Kubectl class.

using DevantlerTech.KubectlCLI;

var (exitCode, output) = await Kubectl.RunAsync(["arg1", "arg2"]);

About

A simple .NET library that embeds the kubectl CLI.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5

Languages