Kubernetes Worksphop Material
- Level 01 - Introduction to Kubernetes
- Level 02 - Using Helm
- Level 03 - Building Serverless apps using Kubeless
- Minikube
- Kubectl
- Kubeless
- Helm
Tip: Checkout setup for more info.
# Configure Minikube for 4GB RAM
minikube stop
VBoxManage modifyvm "minikube" --cpus 4 --memory 8196
minikube start --memory=8196 --cpus=4