AKS kubectl Access: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
More details: {{Internal|Azure_Security_Operations#Login|Azure Security Operations | Login}} | More details: {{Internal|Azure_Security_Operations#Login|Azure Security Operations | Login}} | ||
Configure the local kubectl context: | |||
<syntaxhighlight lang='bash'> | |||
az aks get-credentials --resource-group <resource-group-name> --name <aks-cluster-name> | |||
</syntaxhighlight> | |||
=With Azure Cloud Shell= | =With Azure Cloud Shell= | ||
{{Internal|Azure_Concepts#Azure_Cloud_Shell|Azure Cloud Shell}} | {{Internal|Azure_Concepts#Azure_Cloud_Shell|Azure Cloud Shell}} |