Announcement

Collapse
No announcement yet.

How can we run Kubectl commands from external without a bastion machine?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How can we run Kubectl commands from external without a bastion machine?

    az vmss run-command invoke -g <node_resource_group_name> -n <private_aks_cluster> --instance-id <instance_id> --command-id RunShellScript --query 'value[0].message' -o tsv --scripts "nc -vz microsoft.com 443"
Working...
X