Skip to content

Instantly share code, notes, and snippets.

View PraneshASP's full-sized avatar
Building

Pranesh A S PraneshASP

Building
View GitHub Profile
@PraneshASP
PraneshASP / Minikube_installation_ubuntu18.md
Last active September 20, 2023 06:29
Minikube and kubectl installation instructions for Ubuntu 18.04 LTS

First let's setup minikube :

#1 - Update your system with the latest version: apt-get update -y && apt-get upgrade -y. Use sudo if needed.

#2 - Check if virtualization is supported on Linux: grep -E --color ‘vmx|svm’ /proc/cpuinfo

#3 - Install required packages (optional): apt-get install curl wget apt-transport-https -y