Kubernetes
Kubernetes是用於自動部署、擴充和管理「容器化應用程式」的開源系統。該系統由Google設計並捐贈給Cloud Native Computing Foundation來使用。 它旨在提供「跨主機叢集的自動部署、擴充以及執行應用程式容器的平台」。 它支援一系列容器工具, 包括Docker等。
Learning Kubernetes
Introduction
Installation
- Kubernetes Cluster Deployment on CentOS Linux (learncodeonline.in)
- Kubernetes Home Lab: Ultimate Guide for 2025!
Tutorials
- [Video] i built a Raspberry Pi SUPER COMPUTER!! // ft. Kubernetes (k3s cluster w/ Rancher)
- The Ultimate Kubectl Cheat Sheet
- Monitor Uptime of Endpoints in K8s using Blackbox Exporter
- Kubernetes CLI (kubectl) tips you didn't know about
- Create a Kubernetes Cluster using Virtualbox — The Hard Way
SSL
Kubernetes Python Client
Kubernetes basics
Control plane vs worker nodes
Control Plane:
- The control plane is installed on your master node
- Can be both a control plane node and a worker node
- It houses the API server, scheduler, and controller manager settings
Worker Nodes:
- This is where the kubelet and kube-proxy are installed
- You can use the kubeadm join command to join workers to the master node to form the cluster