https://www.ntweekly.com/2020/11/17/how-to-connect-to-an-azure-kubernetes-service-aks-cluster-with-azure-cli-and-kubectl/

 

How To Connect to an Azure Kubernetes Service (AKS) Cluster With Azure CLI and Kubectl

In this blog post, I will show you how to connect to an Azure Kubernetes Service (AKS) cluster using Azure CLI and run Kubectl commands.

www.ntweekly.com

 

ㄴ여기서 kubectl 커맨드 권한을 획득하고

 

kubectl get pods 한 다음에 들어갈 pod 확인하고

kubectl exec -it dddd -- /bin/bash 하면 됨!

 

아래 명령어는 pod이 없을 때, pod 만들어서 하는거임 그냥.

 

https://docs.microsoft.com/en-us/azure/aks/node-access

ㄴ 여기서 kubernetes cluster 내에 shell을 위한 pod을 하나 띄운다.

 

pod을 다 쓰고 난 후에는 pod을 지워줘야 한다.

https://docs.microsoft.com/en-us/azure/aks/node-access

 

 

  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기