Skip to content

Commit cad1d95

Browse files
committed
modify: 내용 수정
1 parent 2952a18 commit cad1d95

File tree

1 file changed

+1
-1
lines changed
  • src/content/ca-in-multiple-az-cluster

1 file changed

+1
-1
lines changed

src/content/ca-in-multiple-az-cluster/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ date: '2022-12-26T02:13:42.635Z'
99

1010
먼저 `HPA`를 이용하여 파드 스케일링이 가능하도록 하였지만, 노드에 리소스가 없을 경우 스케일 아웃된 파드가 스케줄되지 못하고 `Pending` 상태에 남게 되는 문제가 발생하였다.
1111

12-
이를 해결하기 위해 `[Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler)`를 도입하였다.
12+
이를 해결하기 위해 [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler)를 도입하였다.
1313

1414
`Cluster Autoscaler`에 대해 간단히 설명하자면 클러스터의 상태를 감시하고 있다가 필요한 경우 클라우드 프로바이더의 오토스케일링 서비스를 이용하여 노드 스케일링을 진행한다.
1515

0 commit comments

Comments
 (0)