kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
41.26k stars 14.12k forks source link

Update to kubernetes 1.29.1 #761

Open KentoKubo opened 9 months ago

KentoKubo commented 9 months ago

I recently worked through "kubernetes-the-hard-way," an incredibly useful and informative guide for learning Kubernetes, using its latest version as of February 11th, 2024.

I have forked the repository from @kelseyhightower 's original at https://github.com/kelseyhightower/kubernetes-the-hard-way and made updates to version 1.27.4, incorporating many PRs from the original repository created by @alenzen (see https://github.com/kelseyhightower/kubernetes-the-hard-way/pull/742 for reference).

In this PR, I have updated Kubernetes to version 1.29.1 and also updated other components to their latest versions. This includes 'runc', for which I have used a patch version for CVE-2024-21626 .

Engaging with this guide has significantly deepened my understanding of Kubernetes, with numerous issues and PRs providing invaluable assistance along the way.

I'm immensely grateful to everyone who has contributed to this learning journey. Thank you.