docs/doc/source/usertasks/kubernetes/kubernetes-user-tutorials-rest-api-access.rst
Keane Lim 21b11b47d6 OpenStack VNF Integration User Tasks
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>
2021-03-23 11:10:42 -04:00

470 B

REST API Access

The Kubernetes REST APIs provide programmatic access to 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/.