Skip to content

Instantly share code, notes, and snippets.

View GeorgeNjeri-BET's full-sized avatar

GeorgeNjeri-BET GeorgeNjeri-BET

  • Nairobi, Kenya
  • 12:15 (UTC +03:00)
View GitHub Profile
@swagfin
swagfin / microk8s-kubernetes-install-linux.md
Last active March 23, 2024 09:44
Install Kubernetes Cluster using Microk8s on Linux

Install Kubernetes Cluster using Microk8s on Linux

STEP 1 (Update and Upgrade the System)

sudo apt update
sudo apt upgrade

STEP 2 (Install MicroK8s)

sudo snap install microk8s --classic