Client Libraries
This page contains an overview of the client libraries for using the Kubernetes API from various programming languages.
To write applications using the Kubernetes REST API, you do not need to implement the API calls and request/response types yourself. You can use a client library for the programming language you are using.
Client libraries often handle common tasks such as authentication for you. Most client libraries can discover and use the Kubernetes Service Account to authenticate if the API client is running inside the Kubernetes cluster, or can understand the kubeconfig file format to read the credentials and the API Server address.
Officially-supported Kubernetes client libraries
The following client libraries are officially maintained by Kubernetes SIG API Machinery.
Language | Client Library | Sample Programs |
---|---|---|
dotnet | github.com/kubernetes-client/csharp | browse |
Go | github.com/kubernetes/client-go/ | browse |
Haskell | github.com/kubernetes-client/haskell | browse |
Java | github.com/kubernetes-client/java | browse |
JavaScript | github.com/kubernetes-client/javascript | browse |
Python | github.com/kubernetes-client/python/ | browse |
Community-maintained client libraries
The following Kubernetes API client libraries are provided and maintained by their authors, not the Kubernetes team.
Items on this page refer to third party products or projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for those third-party products or projects. See the CNCF website guidelines for more details.
You should read the content guide before proposing a change that adds an extra third-party link.