3. 설정된 로드밸런서 서비스와 부여된 IP를 확인합니다.
[root@m-k8s ~]# kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
hpa-hname-svc LoadBalancer 10.108.60.165 192.168.1.11 80:30304/TCP 2m28s
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 95m
4. HPA가 작동하려면 파드의 자원이 어느 정도 사용되는지 파악해야 합니다. 부하를 확인하는 명령은 리눅스의 top(table of processes)과 비슷한 kubectl top pods입니다.
[root@m-k8s ~]# kubectl top pods
Error from server (NotFound): the server could not find the requested resource (get services http:heapster:)