Install Cluster Kubernates using Kubeadm Ubuntu 22.04

Requirement : Initialize node reference : https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd Make sure date time are correct and synced We use timesyncd, check the status Edit your NTP Server Restart the service Check your time and timezone, set your timezone if neccessary $timedatectl $timedatectl set-timezone Asia/Jakarta Remove Swap Sometime etcd having problem running in Ubuntu 22.04, edit the grub […]

Installing microk8s Ubuntu 20.04 22.04

Install: Check the status while Kubernetes starts Auto sudo: kubectl command for microk8s: Install CoreDNS and Other Common Service in Kubernetes Additional service for dashboard and ingress Access the Kubernetes dashboard Kubernetes is a collection of system services that talk to each other all the time. If you don’t need them running in the background […]