<1>
namespace가 엄청 많으면 어떻게 세나 싶어서 solution 봤더니
--no-headers 옵션에 wc -l 넣어서 갯수 세는 방법이 있었다.
<2>
<3>
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#run
이 곳에 pod 를 간단히 실행시키려면 run 명령어를 쓸 수 있다는 내용이 있다.
<4>
-A 옵션은 모든 namespace를 뒤져서 찾아준다.
<5>
<6>
<7>
서로다른 namespace에 있는 service(clusterIP)와 pod를 엮으려면
<service-name>.<namespace>.svc.cluster.local
이런식으로 통신해야한다고함.
인터넷 검색으로 알아내었다.. 솔루션 보면 그냥 db-service.dev.svc.cluster.local 저렇게 하라고만 써있다.
'TIL > Udemy Kubernetes' 카테고리의 다른 글
Kubernetes KodeKloud Lab - Practice Test - Imperative Commands (0) | 2024.09.23 |
---|---|
Kubernetes KodeKloud Lab - Practice Test - Services (0) | 2024.09.23 |
Kubernetes KodeKloud Lab - Practice Test - ReplicaSets (0) | 2024.09.23 |
Kubernetes KodeKloud Lab - Practice Test - Pods (0) | 2024.09.23 |