<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ops Insights – 컨트롤 플레인 파라미터</title><link>https://docs.makgol.com/eks-upgrade/controlplane/</link><description>Recent content in 컨트롤 플레인 파라미터 on Ops Insights</description><generator>Hugo -- gohugo.io</generator><language>ko-KR</language><copyright>© 2026 Mont</copyright><lastBuildDate>Sat, 15 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://docs.makgol.com/eks-upgrade/controlplane/index.xml" rel="self" type="application/rss+xml"/><item><title>레이어 1 — 클러스터 파라미터와 가변성 3분류</title><link>https://docs.makgol.com/eks-upgrade/controlplane/01-cluster-parameters/</link><pubDate>Sat, 15 Aug 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/eks-upgrade/controlplane/01-cluster-parameters/</guid><description>
&lt;h1&gt;레이어 1 — 클러스터 파라미터와 가변성 3분류&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;finance blue를 만들 때 정해둘 것 셋 — &lt;code&gt;upgradePolicy.supportType = STANDARD&lt;/code&gt;(기본값이 EXTENDED입니다), &lt;code&gt;deletionProtection = true&lt;/code&gt;, 그리고 &lt;code&gt;serviceIpv4Cidr&lt;/code&gt;·&lt;code&gt;ipFamily&lt;/code&gt;·&lt;code&gt;bootstrapClusterCreatorAdminPermissions&lt;/code&gt;. 뒤 셋은 지금 틀리면 재생성뿐입니다.&lt;/li&gt;
&lt;li&gt;최상위 29개 파라미터는 &lt;strong&gt;create-only 8 · 단방향 불가역 6 · day-2 가변 15&lt;/strong&gt;로 갈립니다(§1).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;upgradePolicy.supportType&lt;/code&gt; 기본값은 &lt;code&gt;EXTENDED&lt;/code&gt;입니다. 명시하지 않으면 표준지원 종료일부터 시간당 $0.60이 자동으로 붙고 확장지원에 실제로 진입한 뒤에는 STANDARD로 못 돌아옵니다(§4).&lt;/li&gt;
&lt;li&gt;되돌릴 수 없는 문 넷 — &lt;code&gt;controlPlaneEgressMode&lt;/code&gt;(CUSTOMER_ROUTED 진입), &lt;code&gt;encryptionConfig&lt;/code&gt;(&lt;code&gt;DisassociateEncryptionConfig&lt;/code&gt; API가 아예 없습니다), &lt;code&gt;authenticationMode&lt;/code&gt;(전진만), &lt;code&gt;ipFamily&lt;/code&gt;(생성 시 영구 고정)(§2).&lt;/li&gt;
&lt;li&gt;Terraform은 되돌리기를 &lt;strong&gt;클러스터 재생성으로 모델링&lt;/strong&gt;합니다 — &lt;code&gt;plan&lt;/code&gt;에 뜨는 &lt;code&gt;# forces replacement&lt;/code&gt;는 버그가 아니라 안전장치입니다(§3).&lt;/li&gt;
&lt;li&gt;버전은 2026-07부터 되돌릴 수 있습니다(7일 창·마이너 1단계·컨트롤 플레인만). 단 &lt;code&gt;--force&lt;/code&gt;는 PDB도 어드미션 웹훅도 우회하지 않습니다(§5).&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;이 페이지가 다루는 범위는 &lt;code&gt;CreateCluster&lt;/code&gt;·&lt;code&gt;UpdateClusterConfig&lt;/code&gt;·&lt;code&gt;UpdateClusterVersion&lt;/code&gt;이 받는 &lt;strong&gt;클러스터 레벨 최상위 필드&lt;/strong&gt;입니다. 판정하는 것은 하나뿐입니다. 그 값을 언제 정할 수 있고 정한 뒤에 되돌릴 수 있는가. 2026-08에 새로 열린 컨트롤 플레인 컴포넌트 파라미터의 내부 동작과 튜닝 판단은 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/02-component-parameters/"&gt;레이어 2&lt;/a&gt;, 용량 축인 Provisioned Control Plane 티어는 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/03-provisioned-control-plane/"&gt;용량 축&lt;/a&gt;, 애초에 손댈 수 없는 영역은 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/04-not-tunable/"&gt;레이어 3&lt;/a&gt;이 갖습니다.&lt;/p&gt;</description></item><item><title>레이어 2 — 2026-08 열린 4종과 karpenter 가중치</title><link>https://docs.makgol.com/eks-upgrade/controlplane/02-component-parameters/</link><pubDate>Sat, 15 Aug 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/eks-upgrade/controlplane/02-component-parameters/</guid><description>
&lt;h1&gt;레이어 2 — 2026-08 열린 4종과 karpenter 가중치&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;실제 후보는 &lt;code&gt;MostAllocated&lt;/code&gt; 하나뿐이고 그것도 blue 안정화 이후 별건입니다. create 시점에는 4개 전부 기본값으로 둡니다(§8).&lt;/li&gt;
&lt;li&gt;4개가 열렸고 그중 3개는 추가 과금이 없습니다. scoringStrategy·eventTtl·serviceNodePortRange는 &lt;strong&gt;k8s 1.31+&lt;/strong&gt; 전 리전에서 무료로 쓸 수 있고 &lt;strong&gt;HPA syncPeriod만 Provisioned Control Plane&lt;/strong&gt;(월 증분 &lt;strong&gt;+$1,204.50&lt;/strong&gt;)이 전제입니다.&lt;/li&gt;
&lt;li&gt;완전 개방이 아니라 검증된 범위 안의 개방입니다. 범위 폭(HPA 5초 · eventTtl 축소 방향만 · 스케줄러 전략 2종만)이 그대로 AWS의 책임 경계 선언입니다 — 업스트림 kube-controller-manager에는 sync period validation이 &lt;strong&gt;아예 없습니다&lt;/strong&gt;(§2).&lt;/li&gt;
&lt;li&gt;karpenter는 이 설정을 읽지 않습니다. karpenter-core v1.14.0 전체에서 scoringStrategy 관련 심볼이 grep 0건입니다. 점수 공식이 각 항을 &lt;strong&gt;그 노드 자신의 allocatable로 나누므로&lt;/strong&gt; &amp;ldquo;노드의 cpu/memory 비율에 맞춰 가중치를 조정한다&amp;quot;는 작업은 애초에 필요하지 않습니다(§4).&lt;/li&gt;
&lt;li&gt;AWS 문서와 실제가 어긋납니다. User Guide는 Terraform을 &amp;ldquo;coming soon&amp;quot;이라 쓰지만 provider &lt;strong&gt;v6.59.0&lt;/strong&gt;(발표 당일)에 이미 들어왔고 eksctl·CDK는 반대로 과대 서술입니다(§6).&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;2026-08-12, EKS가 관리형 컨트롤 플레인 3개 컴포넌트의 파라미터 4종을 고객 설정 대상으로 열었습니다. 지금까지 kube-scheduler·kube-apiserver·kube-controller-manager 설정은 손댈 수 없는 영역이었습니다. 노드를 채워 써서 컴퓨트 비용을 줄이고 싶어도 관리형 스케줄러의 전략을 바꿀 방법이 없었습니다. &lt;a href="https://docs.makgol.com/eks-upgrade/01-target-version/"&gt;목표버전&lt;/a&gt;에서 확정한 blue의 목표는 &lt;strong&gt;1.35&lt;/strong&gt;이고 이 4종의 하한은 &lt;strong&gt;1.31&lt;/strong&gt;입니다. blue는 4개를 전부 쓸 수 있는 상태로 태어납니다. 이 페이지는 **&amp;ldquo;써야 하나&amp;rdquo;**를 판정합니다. &amp;ldquo;쓸 수 있나&amp;quot;는 이미 답이 나와 있습니다. 클러스터 레벨 파라미터와 가변성 3분류는 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/01-cluster-parameters/"&gt;레이어 1&lt;/a&gt;, HPA syncPeriod가 요구하는 용량 축은 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/03-provisioned-control-plane/"&gt;Provisioned Control Plane&lt;/a&gt;, 이번에도 여전히 닫혀 있는 플래그들은 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/04-not-tunable/"&gt;레이어 3&lt;/a&gt;이 다룹니다.&lt;/p&gt;</description></item><item><title>용량 축 — Provisioned Control Plane 티어와 복귀 제약</title><link>https://docs.makgol.com/eks-upgrade/controlplane/03-provisioned-control-plane/</link><pubDate>Sat, 15 Aug 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/eks-upgrade/controlplane/03-provisioned-control-plane/</guid><description>
&lt;h1&gt;용량 축 — Provisioned Control Plane 티어와 복귀 제약&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;finance 판정부터 — 해당 없습니다. XL 최소 증분이 월 +$1,204.50인데, 이걸 켜서 새로 얻는 파라미터는 HPA &lt;code&gt;syncPeriod&lt;/code&gt; 하나뿐이고 그 실효마저 metrics-server 스크레이프 간격과 scaleDown stabilization이 상한을 겁니다.&lt;/li&gt;
&lt;li&gt;신규 기능이 아닙니다 — 2025-11-21 GA. 2026-08-12 발표는 레이어 2 파라미터 개방입니다. Provisioned CP는 그 발표에서 전제조건으로 언급된 9개월 된 기존 기능입니다.&lt;/li&gt;
&lt;li&gt;파는 것은 용량 자체가 아니라 &amp;ldquo;언제 그 용량이 되는가&amp;quot;입니다. Standard는 APF inflight 상한을 600에서 사후적으로 최대 2000까지 올립니다. Provisioned는 그 점진 증가를 건너뛰고 티어 값을 처음부터 고정 할당합니다.&lt;/li&gt;
&lt;li&gt;8XL은 &amp;ldquo;스케줄링이 더 빠른 티어&amp;quot;가 아닙니다. 파드 스케줄링 처리율이 4XL에서 400/s로 포화하고 8XL도 400/s입니다. 8XL이 늘리는 것은 API 동시성 2배뿐입니다.&lt;/li&gt;
&lt;li&gt;Standard 복귀를 막는 조건이 둘인데 서로 다른 문서에 하나씩만 있습니다 — etcd 8GB 초과와 &lt;code&gt;horizontalPodAutoscalerSyncPeriod&lt;/code&gt; 비기본값. 한 문서만 읽으면 절반을 놓칩니다.&lt;/li&gt;
&lt;li&gt;티어 수치는 보장 처리량이 아닙니다. AWS 표현은 &amp;ldquo;underlying configuration&amp;quot;이고 APF는 그 위에서 계속 작동합니다. 그래서 티어 선정은 계산이 아니라 측정입니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/01-cluster-parameters/"&gt;레이어 1&lt;/a&gt;이 &amp;ldquo;클러스터에 어떤 값을 넣을 수 있나&amp;quot;를, &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/02-component-parameters/"&gt;레이어 2&lt;/a&gt;가 &amp;ldquo;컨트롤 플레인 컴포넌트의 동작을 어디까지 바꿀 수 있나&amp;quot;를 다룹니다. 이 페이지는 축이 다릅니다 — 컨트롤 플레인을 얼마나 크게 사느냐입니다. 파라미터 하나를 열려면 이 축을 먼저 정해야 합니다. 그래서 레이어 2의 HPA &lt;code&gt;syncPeriod&lt;/code&gt;는 이 페이지를 반드시 거칩니다.&lt;/p&gt;</description></item><item><title>레이어 3 — 닫힌 영역과 클러스터 내부 우회</title><link>https://docs.makgol.com/eks-upgrade/controlplane/04-not-tunable/</link><pubDate>Sat, 15 Aug 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/eks-upgrade/controlplane/04-not-tunable/</guid><description>
&lt;h1&gt;레이어 3 — 닫힌 영역과 클러스터 내부 우회&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;finance가 실제로 부딪히는 닫힌 항목은 셋입니다 — HPA 스케일다운 안정화 시간, 감사 정책 파일, etcd 스냅샷. 셋 다 클러스터 내부 우회로만 처리합니다.&lt;/li&gt;
&lt;li&gt;2026-08에 열린 것은 EKS API 필드 3개 안의 세부 값 4개뿐입니다. &lt;code&gt;kubeApiServerConfig&lt;/code&gt;는 하위 필드가 &lt;code&gt;eventTtl&lt;/code&gt;·&lt;code&gt;serviceNodePortRange&lt;/code&gt; &lt;strong&gt;2개&lt;/strong&gt;입니다. &amp;ldquo;이제 apiserver 플래그를 만질 수 있다&amp;quot;는 서술은 이 숫자 하나로 반박됩니다.&lt;/li&gt;
&lt;li&gt;열린 값 옆자리가 그대로 닫혀 있습니다. HPA는 &lt;code&gt;--horizontal-pod-autoscaler-sync-period&lt;/code&gt; 하나만 열리고 같은 코드 블록의 downscale-stabilization·tolerance·cpu-initialization-period·initial-readiness-delay 4개는 닫혔습니다.&lt;/li&gt;
&lt;li&gt;우회 창구는 사실상 3개입니다 — APF(&lt;code&gt;FlowSchema&lt;/code&gt;·&lt;code&gt;PriorityLevelConfiguration&lt;/code&gt;), 어드미션(웹훅·CEL·Kyverno/OPA), 자체 스케줄러 배포 + &lt;code&gt;schedulerName&lt;/code&gt;. 나머지 대부분은 대안이 &lt;strong&gt;없습니다&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;etcd는 전 구간 차단입니다. 엔드포인트도, compaction·defrag·quota 튜닝도, 스냅샷도 없습니다. 백업은 Velero 같은 API 레벨 도구뿐이고 &lt;strong&gt;원자적 시점 복구는 포기해야 합니다&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--force&lt;/code&gt;는 PDB·어드미션 웹훅을 우회하지 않습니다. EKS 자체 인사이트 검사만 우회합니다. 전진 업그레이드 쪽 강제는 2025-03-28 임시 롤백된 뒤 재활성화가 확인되지 않아 현재 실질적으로 거의 무효입니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;이 페이지는 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/01-cluster-parameters/"&gt;레이어 1&lt;/a&gt;의 클러스터 파라미터와 &lt;a href="https://docs.makgol.com/eks-upgrade/controlplane/02-component-parameters/"&gt;레이어 2&lt;/a&gt;의 열린 4종을 전제로 그 &lt;strong&gt;여집합&lt;/strong&gt;을 다룹니다. 무엇을 못 하는가, 못 하는 부분을 클러스터 안에서 어떻게 메우는가. 질문은 이 둘입니다.&lt;/p&gt;</description></item></channel></rss>