21b11b47d6
Completed review comments Minor abbreviation fix Moved topics into its own VNF Integration section Fixed abbreviations Re-organized Kubernetes topics Change-Id: I8940d3572b789990d3b5f2d201f8ec8a46ce2943 Signed-off-by: Keane Lim <keane.lim@windriver.com>
16 lines
470 B
ReStructuredText
16 lines
470 B
ReStructuredText
|
|
.. dzk1565869275194
|
|
.. _kubernetes-user-tutorials-rest-api-access:
|
|
|
|
===============
|
|
REST API Access
|
|
===============
|
|
|
|
The Kubernetes REST APIs provide programmatic access to |prod| Kubernetes.
|
|
|
|
Access the Kubernetes REST API using the URL
|
|
``https://<oam-floating-ip-address>:6443``, and using the API syntax described at
|
|
the following site:
|
|
`https://kubernetes.io/docs/concepts/overview/kubernetes-api/
|
|
<https://kubernetes.io/docs/concepts/overview/kubernetes-api/>`__.
|