-
Notifications
You must be signed in to change notification settings - Fork 0
LAB_09_ConfiguringandSecuringACRandAKS
SungHo.You edited this page Jul 5, 2023
·
16 revisions
- AKS는 포탈에서 만들지 않는다.
- 만드는 시나리오는 참고만하고,
- 필히 bash에서 생성 할 것.(실습 첫 항목 참고)
- 실습가이드에 있는 진행 과정만 검토할 것.
- 나머지 작업들도 필히 메모장에 붙여넣기 해서 검토 후 실행할 것.
az aks create --name MyKubernetesCluster --resource-group AZ500LAB09 --location eastus --no-ssh-key --node-vm-size Standard_DS2_v2 --nodepool-name agentpool --node-count 1 --vm-set-type AvailabilitySet --network-plugin azure --dns-name-prefix MyKubernetesCluster-dns
- 아래 스크립트를 실행하기 전에 가상네트워크를 포탈에서 따로 미리 만들어 둔다.(다음 이미지 참조)
- 아래 가상네트워크를 포탈에서 미리 따로 만들어 둔다.
- Code 편집기에서 ACR이름 수정하기