Update backlinks to client libraries page
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>pull/4532/head
parent
3c5e457989
commit
28f3cfdd4f
|
@ -252,7 +252,7 @@ kubectl cluster-info
|
||||||
|
|
||||||
### Accessing the cluster programmatically
|
### Accessing the cluster programmatically
|
||||||
|
|
||||||
It's possible to use the locally stored client certificates to access the api server. For example, you may want to use any of the [Kubernetes API client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) to program against your Kubernetes cluster in the programming language of your choice.
|
It's possible to use the locally stored client certificates to access the api server. For example, you may want to use any of the [Kubernetes API client libraries](/docs/reference/client-libraries/) to program against your Kubernetes cluster in the programming language of your choice.
|
||||||
|
|
||||||
To demonstrate how to use these locally stored certificates, we provide the following example of using ```curl``` to communicate to the master api server via https:
|
To demonstrate how to use these locally stored certificates, we provide the following example of using ```curl``` to communicate to the master api server via https:
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,8 @@ with future high-availability support.
|
||||||
|
|
||||||
### Programmatic access to the API
|
### Programmatic access to the API
|
||||||
|
|
||||||
Kubernetes supports [Go](#go-client) and [Python](#python-client) client libraries.
|
Kubernetes officially supports [Go](#go-client) and [Python](#python-client)
|
||||||
|
client libraries.
|
||||||
|
|
||||||
#### Go client
|
#### Go client
|
||||||
|
|
||||||
|
@ -145,7 +146,8 @@ as the kubectl CLI does to locate and authenticate to the apiserver. See this [e
|
||||||
|
|
||||||
#### Other languages
|
#### Other languages
|
||||||
|
|
||||||
There are [client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) for accessing the API from other languages. See documentation for other libraries for how they authenticate.
|
There are [client libraries](/docs/reference/client-libraries/) for accessing the API from other languages.
|
||||||
|
See documentation for other libraries for how they authenticate.
|
||||||
|
|
||||||
### Accessing the API from a Pod
|
### Accessing the API from a Pod
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,8 @@ with future high-availability support.
|
||||||
|
|
||||||
### Programmatic access to the API
|
### Programmatic access to the API
|
||||||
|
|
||||||
Kubernetes supports [Go](#go-client) and [Python](#python-client) client libraries.
|
Kubernetes officially supports client libraries for [Go](#go-client) and
|
||||||
|
[Python](#python-client).
|
||||||
|
|
||||||
#### Go client
|
#### Go client
|
||||||
|
|
||||||
|
@ -167,7 +168,7 @@ for i in ret.items:
|
||||||
|
|
||||||
#### Other languages
|
#### Other languages
|
||||||
|
|
||||||
There are [client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) for accessing the API from other languages. See documentation for other libraries for how they authenticate.
|
There are [client libraries](/docs/reference/client-libraries/) for accessing the API from other languages. See documentation for other libraries for how they authenticate.
|
||||||
|
|
||||||
### Accessing the API from a Pod
|
### Accessing the API from a Pod
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue