Presentation slide: https://docs.google.com/presentation/d/1UmwDrVMzf5PwmxFb1KgQT-W1ZYy2WKoopBpWZRNm-rk/
Please install the following software beforehand:
After installation, please start a Minikube cluster by running:
# Starting minikube cluster
minikube start
# Double check cluster status
minikube status
# Trying to connect with minikube cluster using kubectl
# Should show `No resources found`
kubectl get pod