Kubernetes
/
EKS ZeroDown Time Deploy
Search
EKS ZeroDown Time Deploy
kubectl apply
-f
deploy.yaml
Shell
복사
Pod Readiness Gate - AWS Load Balancer Controller
•
이 readiness gate는 ALB/NLB가
Target Group에 Pod를 등록할 준비가 끝났는지
확인하는 용도
kubectl label namespace
<
namespace
>
elbv2.k8s.aws/pod-readiness-gate-inject
=
enabled
Shell
복사