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>
470 B
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/.