Azure AKS - API to get details on Docker containers running in AKS cluster

Boopathy, Elango 106 Reputation points
2022-03-21T06:31:17.137+00:00

Hi Team,

We have a custom apps which is currently using Mirantis Kuberenes API to get details of container running (container name, image tags, deployment annotations etc.) and same info collected will be displayed in the app screen.

Now we are migrating the custom application to Azure. In this regard we will move Mirantis kubernetes engine to AKS.
But we are not sure about AKS Rest endpoint to collect same info regarding running container name, image and tag used by container during running state etc.

Do you please help us to identify Kubernetes API endpoint from AKS to resolve it ?

Thanks.

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,141 questions
{count} votes

Accepted answer
  1. Lynn Niu 236 Reputation points
    2022-03-22T06:43:15.48+00:00

    AKS only have rest API to control cluster itself. see this, https://learn.microsoft.com/en-us/rest/api/aks/. For your concern, I think you can use https://github.com/kubernetes-client to save your work.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.