Skip to main content
IN PREVIEW

Public preview of Azure Kubernetes Service (AKS) run-command feature

Published date: 31 March, 2021

AKS run command allows you to remotely invoke commands in an AKS cluster through the AKS API. This feature introduces a new API that allows you to, for example, execute just-in-time commands from a remote laptop for a private cluster. This can greatly assist with quick just-in-time access to a private cluster when the client is not on the cluster private network while still retaining and enforcing full RBAC controls and private API server.

For example,

az aks command invoke "kubectl get nodes"

Learn more.

  • Azure Kubernetes Service (AKS)
  • Features