Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 679 Bytes

File metadata and controls

executable file
·
28 lines (21 loc) · 679 Bytes

This is github repository for store all deployment, service, configuration of Kubernetes for project

command note:

Installation:

sudo hostnamectl set-hostname chmod +x install.sh && ./install.sh

Common

30000-32767

sudo systemctl daemon-reload
kubectl get pods -A

Kubelet

sudo journalctl -u kubelet -f
sudo systemctl restart kubelet
sudo systemctl status kubelet
# Join node command
sudo kubeadm join 13.212.154.57:6443 --token 8twnq8.doax5xhkf5vmsgud --discovery-token-ca-cert-hash sha256:dde2aa02d70d4336f200c1b9d5d6b64e5e8bf7017f1631f6d1edc32bae65692b 
# Create new token
sudo kubeadm token create --print-join-command