kubernetes-client/csharp
Officially supported dotnet Kubernetes Client library observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 46.0
- age_days: 3400
- days_rel: 29
- days_push: 9
- n_releases_24m: 13
Adoption not part of the score
1218 stars · 307 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The officially supported Kubernetes client library for .NET, published as the KubernetesClient NuGet package. It provides typed access to the Kubernetes API, including kubeconfig and in-cluster authentication, CRUD operations on resources, and watch support.
Use cases
- manage kubernetes resources from a c# application
- list pods and namespaces in a cluster using dotnet
- create and delete kubernetes objects programmatically
- authenticate to a cluster from inside a pod with a service account
- build a custom kubernetes controller or operator in .net
- load kubeconfig files to connect to a cluster
When to choose
- you are building .NET applications or tools that need to interact with the Kubernetes API
- you want an officially supported client with typed models for Kubernetes resources
- you need both kubeconfig-based and in-cluster authentication in C#
When to avoid
- you are not working in the .NET ecosystem
- you only need to run kubectl commands and don't need programmatic API access
- you require an authentication method listed in the project's known issues
Facets
library · maturity active
sdk http-client auth developer-tools cloud-computing dotnet cross-platform kubernetes csharp kubeconfig in-cluster nuget containers devops
1 source
- readme: https://github.com/kubernetes-client/csharp · fetched 2026-08-28 · 1c2204c2784f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kubernetes-client/csharp | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="kubernetes-client/csharp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem