Does kubernetes accessible via a REST API? I was looking over at the Kubernetes API page and it all looks very cryptic / incomplete. They talk about new versions but have not disclosed the API usage or docs anywhere. I just wanted to know if there is a way to access the cluster information in any other way other than using the kubectl
command.
Example usage:
What I do now:
kubectl get pod --context='my-prod-cluster'
What I'd like to do:
curl GET /some/parameters/to/get/info