Hi @andahay, welcome to our community!
To call the Kubernetes REST API you need the following values:
- The Kubernetes Server Address (the one on clusters->cluster->service)
- The User token of your Okteto account ( users → user → token)
With those two values, you’ll be able to query the Kubernetes API. Keep in mind that in Okteto, your API access is limited to your namespace, so you won’t be able to use APIs that call cluster-wide resources.