Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 789 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 789 Bytes

kubernetes-workshop

k8s

Kubernetes Worksphop Material

Basic Requirements

  • Minikube
  • Kubectl
  • Kubeless
  • Helm

Tip: Checkout setup for more info.

Known Minikube configurations

# Configure Minikube for 4GB RAM

minikube stop
VBoxManage modifyvm "minikube" --cpus 4 --memory 8196
minikube start --memory=8196 --cpus=4

References: