Interactive Kubernetes Hands-on on Jupyer Notebook
docker volume create k8s-hands-on
docker container run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v k8s-hands-on:/root/config \
-p 8080:8080 sakajunquality/k8s-hands-on
- http://localhost:8080
- Password:
sakajunquality
- follow the instruction on notebooks
- 00 Environment Check
- 01 Introduction to Docker
- 02-A Introduction to Google Kubernetes Engine (GKE)
- 02-B Introduction to Amazon Elastic Container Service for Kubernetes (EKS)
- 03 Introduction to Kubernetes
- 04 Kubernetes First Deployment
- 05 Kubernetes Rolling Update
- 06 Kubernetes Advanced
- 99-A GKE Clean up
- 99-B EKS Clean up
docker volume rm k8s-hands-on