@@ -21,6 +21,9 @@ self-managed, or fully managed._
2121
2222<!-- more-->
2323
24+ _ NOTE: this article has been updated on April 14th, 2026 with the most recent
25+ version of ` kind ` ._
26+
2427---
2528
2629One standout tool in the Kubernetes ecosystem is
@@ -106,7 +109,7 @@ Returning:
106109
107110``` console
108111Creating cluster "cnpg" ...
109- ✓ Ensuring node image (kindest/node:v1.30 .0) 🖼
112+ ✓ Ensuring node image (kindest/node:v1.35 .0) 🖼
110113 ✓ Preparing nodes 📦 📦 📦 📦 📦 📦
111114 ✓ Writing configuration 📜
112115 ✓ Starting control-plane 🕹️
@@ -132,12 +135,12 @@ This command will return:
132135
133136``` console
134137NAME STATUS ROLES AGE VERSION
135- cnpg-control-plane Ready control-plane 5m4s v1.30 .0
136- cnpg-worker Ready <none> 4m44s v1.30 .0
137- cnpg-worker2 Ready <none> 4m44s v1.30 .0
138- cnpg-worker3 Ready <none> 4m45s v1.30 .0
139- cnpg-worker4 Ready <none> 4m44s v1.30 .0
140- cnpg-worker5 Ready <none> 4m45s v1.30 .0
138+ cnpg-control-plane Ready control-plane 5m4s v1.35 .0
139+ cnpg-worker Ready <none> 4m44s v1.35 .0
140+ cnpg-worker2 Ready <none> 4m44s v1.35 .0
141+ cnpg-worker3 Ready <none> 4m45s v1.35 .0
142+ cnpg-worker4 Ready <none> 4m44s v1.35 .0
143+ cnpg-worker5 Ready <none> 4m45s v1.35 .0
141144```
142145
143146As you can see, only the ` cnpg-control-plane ` node has a ` control-plane ` role.
@@ -178,12 +181,12 @@ Now, if you rerun the `kubectl get nodes` command, you should see the updated ro
178181
179182``` console
180183NAME STATUS ROLES AGE VERSION
181- cnpg-control-plane Ready control-plane 19m v1.30 .0
182- cnpg-worker Ready infra 19m v1.30 .0
183- cnpg-worker2 Ready app 19m v1.30 .0
184- cnpg-worker3 Ready postgres 19m v1.30 .0
185- cnpg-worker4 Ready postgres 19m v1.30 .0
186- cnpg-worker5 Ready postgres 19m v1.30 .0
184+ cnpg-control-plane Ready control-plane 19m v1.35 .0
185+ cnpg-worker Ready infra 19m v1.35 .0
186+ cnpg-worker2 Ready app 19m v1.35 .0
187+ cnpg-worker3 Ready postgres 19m v1.35 .0
188+ cnpg-worker4 Ready postgres 19m v1.35 .0
189+ cnpg-worker5 Ready postgres 19m v1.35 .0
187190```
188191
189192This output makes it clear that we have six nodes, each ideally dedicated to
0 commit comments