2015-07-12 04:04:52 +00:00
|
|
|
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
|
|
|
|
|
2016-06-10 23:46:46 +00:00
|
|
|
<!-- BEGIN STRIP_FOR_RELEASE -->
|
|
|
|
|
2016-07-15 09:44:58 +00:00
|
|
|
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
|
2016-06-10 23:46:46 +00:00
|
|
|
width="25" height="25">
|
2016-07-15 09:44:58 +00:00
|
|
|
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
|
2016-06-10 23:46:46 +00:00
|
|
|
width="25" height="25">
|
2016-07-15 09:44:58 +00:00
|
|
|
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
|
2016-06-10 23:46:46 +00:00
|
|
|
width="25" height="25">
|
2016-07-15 09:44:58 +00:00
|
|
|
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
|
2016-06-10 23:46:46 +00:00
|
|
|
width="25" height="25">
|
2016-07-15 09:44:58 +00:00
|
|
|
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
|
2016-06-10 23:46:46 +00:00
|
|
|
width="25" height="25">
|
|
|
|
|
|
|
|
<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>
|
|
|
|
|
|
|
|
If you are using a released version of Kubernetes, you should
|
|
|
|
refer to the docs that go with that version.
|
|
|
|
|
|
|
|
<!-- TAG RELEASE_LINK, added by the munger automatically -->
|
|
|
|
<strong>
|
|
|
|
The latest release of this document can be found
|
2016-09-01 21:40:55 +00:00
|
|
|
[here](http://releases.k8s.io/release-1.4/docs/devel/client-libraries.md).
|
2016-06-10 23:46:46 +00:00
|
|
|
|
|
|
|
Documentation for other releases can be found at
|
|
|
|
[releases.k8s.io](http://releases.k8s.io).
|
|
|
|
</strong>
|
|
|
|
--
|
|
|
|
|
|
|
|
<!-- END STRIP_FOR_RELEASE -->
|
2015-07-12 04:04:52 +00:00
|
|
|
|
|
|
|
<!-- END MUNGE: UNVERSIONED_WARNING -->
|
2015-07-17 22:35:41 +00:00
|
|
|
|
2015-07-20 20:45:36 +00:00
|
|
|
## Kubernetes API client libraries
|
2014-09-04 05:19:54 +00:00
|
|
|
|
|
|
|
### Supported
|
2015-07-17 22:35:41 +00:00
|
|
|
|
2016-08-30 22:16:41 +00:00
|
|
|
* [Go](https://github.com/kubernetes/client-go)
|
2014-09-04 05:19:54 +00:00
|
|
|
|
|
|
|
### User Contributed
|
2015-07-17 22:35:41 +00:00
|
|
|
|
2016-04-19 14:41:38 +00:00
|
|
|
*Note: Libraries provided by outside parties are supported by their authors, not
|
|
|
|
the core Kubernetes team*
|
2014-09-04 05:19:54 +00:00
|
|
|
|
2015-12-27 19:50:04 +00:00
|
|
|
* [Clojure](https://github.com/yanatan16/clj-kubernetes-api)
|
2015-08-26 09:59:03 +00:00
|
|
|
* [Java (OSGi)](https://bitbucket.org/amdatulabs/amdatu-kubernetes)
|
|
|
|
* [Java (Fabric8, OSGi)](https://github.com/fabric8io/kubernetes-client)
|
2015-03-31 03:45:40 +00:00
|
|
|
* [Node.js](https://github.com/tenxcloud/node-kubernetes-client)
|
2016-08-12 05:29:20 +00:00
|
|
|
* [Node.js](https://github.com/godaddy/kubernetes-client)
|
2015-06-19 21:55:37 +00:00
|
|
|
* [Perl](https://metacpan.org/pod/Net::Kubernetes)
|
2015-12-27 19:50:04 +00:00
|
|
|
* [PHP](https://github.com/devstub/kubernetes-api-php-client)
|
|
|
|
* [PHP](https://github.com/maclof/kubernetes-client)
|
2016-02-12 15:15:26 +00:00
|
|
|
* [Python](https://github.com/eldarion-gondor/pykube)
|
2015-12-27 19:50:04 +00:00
|
|
|
* [Ruby](https://github.com/Ch00k/kuber)
|
|
|
|
* [Ruby](https://github.com/abonas/kubeclient)
|
2016-01-03 14:37:15 +00:00
|
|
|
* [Scala](https://github.com/doriordan/skuber)
|
2014-09-04 05:19:54 +00:00
|
|
|
|
2015-07-14 00:13:09 +00:00
|
|
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
2015-07-15 05:07:44 +00:00
|
|
|
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/devel/client-libraries.md?pixel)]()
|
2015-07-14 00:13:09 +00:00
|
|
|
<!-- END MUNGE: GENERATED_ANALYTICS -->
|