Home

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

  1. Basic Information and Server Preparation
  2. K8s Certificates and Keys
  3. Installing Control Node
  4. Installing Nodes
  5. Setting Up Basic Routing Network
  6. 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.

ComponentsVersion
LinuxRocky Linux 8.10
Kubernetesv1.31.1
etcdv3.4.34
containerdv1.7.22

Reference #