Created
September 23, 2020 15:00
-
-
Save kidchenko/5dc07e34c39c4add0ba9dc78de4f03bc to your computer and use it in GitHub Desktop.
kubectl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add aks config to local kubectl | |
az aks get-credentials --name ${AKS NAME} --resource-group ${AKS_RESOURCE_GROUP_NAME} | |
# create new shell | |
kubectl exec --stdin --tty ${CONTAINER_NAME} -n ${NAMESPACE} -- /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment