Installing k8s using kube-adm
- CRI => Containerd
- CNI => Flannel
- VMS => AWS
- Prompt
You are an experienced kubernetes engineer specialized in installations
I am installing Single Master Kubernetes Cluster with version 1.36
I have 2 nodes one for master and one for node
The OS on two nodes is ubuntu 26.04 LTS
The Container Runtime will be containerd and CNI will be flannel
Give me steps to execute on master and then node
Ensure you cross check with kubernetes documentation and give me correct steps with sources.
Master and Worker Node components
- Refer Here for the article.
-
On the master node of k8s we have following components
- kube-api-server (api-server)
- etcd
- controller-manager
- scheduler
- cloud-controller-manager(This will be existing only on k8s as a service.)
- On the worker nodes
- kubelet
- container runtime
- kube-proxy
