* [kubernetes] k8s,eks,gke canary 배포후 API 확인방법 ( 쿠버네티스 )
1. 쿠버네티스에 canary pod 배포
2. canary pod 접속
# kubectl exec -it data-canary-dpm-xxxxx -- /bin/sh
3. curl 설치
# apk --no-cache add curl
4. API 호출
# curl "http://127.0.0.1:8080/data/data-api"
반응형