Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 셀렉터 셀렉터는 [[레이블]] (또는 레이블 집합)을 찾는 표현식이다. <code> apiVersion: v1 kind: Service ... spec: ... selector: app: demo </code> ### 클러스터 조회 <code> kubectl get pods --all-namespaces --selector app=demo </code> ### 고급 셀렉터 <code> kubectl get pods -l app=demo,environment=production </code> open/셀렉터.txt Last modified: 2024/10/05 06:15by 127.0.0.1