Skip to content

Instantly share code, notes, and snippets.

View johnbedeir's full-sized avatar
📚
Studying Everything

JohnyDev johnbedeir

📚
Studying Everything
View GitHub Profile
@johnbedeir
johnbedeir / gist:720b58c5feaf8b257625c0d50d369c1c
Last active December 18, 2022 08:44
Run Kubernetes Locally
# How to install and run kubernetes locally (Ubuntu)
## 1. Intsall [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)
## 2. Intsall [MiniKube](https://minikube.sigs.k8s.io/docs/start/)
## 3. Add Docker to Sudo group:
```bash
# (required) to be able to start minikube
$ sudo groupadd docker