How to Get Azure Stack HCI AKS Worker Node Status via REST API?

Akash Sharma 0 Reputation points
2024-12-06T04:42:48.87+00:00

Can anyone explain the difference between a Hybrid Container Service and a Hybrid Kubernetes REST API?
Which one is better for AKS running on Azure Stack HCI? Also, is there a REST API that can provide the status of worker nodes?

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
382 questions
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,207 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mounika Reddy Anumandla 1,300 Reputation points Microsoft Vendor
    2024-12-06T08:25:01.7533333+00:00

    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.


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.