Hi Akash Sharma,
Thank you for your patience while we are reviewing your query.
Azure Kubernetes Service (AKS) on Azure Stack HCI and Windows Server is an on-premises Kubernetes implementation of AKS. AKS on Azure Stack HCI and Windows Server automates running containerized applications at scale. AKS enabled by Azure Arc manages your hosted Kubernetes environment, making it quick and easy to deploy and manage containerized applications without container orchestration expertise. It also eliminates the burden of ongoing operations and maintenance by provisioning, upgrading, and scaling resources on demand, without taking your applications offline.
https://learn.microsoft.com/en-us/rest/api/hybridcontainer/?view=rest-hybridkubernetes-2024-01-01
Hybrid Kubernetes Service allows you to manage your on-premises Kubernetes clusters from azure by onboarding them to Azure Arc. The Hybrid Kubernetes API allows you to create, list, update and delete your Arc enabled Kubernetes clusters.
completely supported by Microsoft.
https://learn.microsoft.com/en-us/rest/api/hybridkubernetes/?view=rest-hybridkubernetes-2024-01-01
If your primary goal is to manage Kubernetes clusters and their resources, the Hybrid Kubernetes REST API would be more suitable. It provides direct access to Kubernetes functionalities and is tailored for managing Kubernetes resources effectively. If you are looking for a broader solution that includes container management, then a Hybrid Container Service might be more appropriate.
To get the status of worker nodes in Azure Stack HCI with AKS using REST API's: https://learn.microsoft.com/en-us/rest/api/stackhci/clusters/get?view=rest-stackhci-2024-01-01&tabs=HTTP
If you have any further queries, do let us know.
If the comment is helpful, please click upvote on this post.