Sameer Mhaisekar
Sameer Mhaisekar

Reputation: 21

Kubernetes API for the cluster in AKS

I am trying to list all the workloads/deployments we're running on the clusters we're running on AKS. I don't see an endpoint for this in AKS API REST reference, how do I get the deployments etc?

Upvotes: 0

Views: 1671

Answers (1)

Jonas
Jonas

Reputation: 129075

AKS API is for managing clusters.

See Kubernetes API if you want to access anything within a cluster. E.g. the workloads.

Upvotes: 1

Related Questions