Skip to content

Instantly share code, notes, and snippets.

View Raghul-M's full-sized avatar
:octocat:
Working on Something Interesting

RAGHUL M Raghul-M

:octocat:
Working on Something Interesting
View GitHub Profile
@Raghul-M
Raghul-M / install-kubeadm.sh
Created September 4, 2025 17:53
Same Gist
#!/bin/bash
# Install kubeadm + kubectl + kubelet
echo "[INFO] Updating system..."
sudo apt-get update -y
sudo apt-get upgrade -y
echo "[INFO] Installing dependencies..."
sudo apt-get install -y apt-transport-https ca-certificates curl