AKS kubectl Access: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Procedure to Enable Local kubectl Access= | =Procedure to Enable Local kubectl Access= | ||
[[Azure_CLI#Installation|Install]] and [[Azure_CLI#Configuration|configure]] Azure CLI. For more details, see: {{Internal|Azure_CLI#Overview|Azure CLI}} | [[Azure_CLI#Installation|Install]] and [[Azure_CLI#Configuration|configure]] Azure CLI. For more details, see: {{Internal|Azure_CLI#Overview|Azure CLI}} | ||
Login: | |||
<syntaxhighlight lang='bash'> | |||
az login | |||
</syntaxhighlight> | |||
More details: {{Azure_Security_Operations#Login|Azure Security Operations | Login}} | |||
=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}} |
Revision as of 21:35, 31 March 2021
Internal
Procedure to Enable Local kubectl Access
Install and configure Azure CLI. For more details, see:
Login:
az login
More details: Template:Azure Security Operations