Install Kubernetes from Binaries (Fall 2024) #
this is not an official website of Kubernetes
It’s my notes on installing Kubernetes.
Table of content #
Basic Installation
- Basic Information and Server Preparation
- K8s Certificates and Keys
- Installing Control Node
- Installing Nodes
- Setting Up Basic Routing Network
- Running Pods
Network
Preface #
These are the notes I took while learning binary installation of K8s. I installed 1 Master and 2 Nodes. I didn’t use scripts or HA during installation.
These notes are suitable for:
- Cultivating a practical understanding of various K8s components
- Installing a minimalist environment
Not suitable for:
- Deploying a production environment
- Learning advanced concepts
Unless otherwise noted, these notes will be updated twice a year.
Version info #
This document was primarily written in September-October 2024. The main software versions used are listed below.
Components | Version |
---|---|
Linux | Rocky Linux 8.10 |
Kubernetes | v1.31.1 |
etcd | v3.4.34 |
containerd | v1.7.22 |