Belajar Orchestration Container System dengan menggunakan Kubernetes untuk pemula sampai mahir
-
Pengenalan Kubernetes
- What is kubernetes?
- Why kubernetes so powerful?
- When and why you need kubernetes?
-
Getting started using kubernetes
- Create single cluster for learning environment
- Create a deployment configuration using command
- Expose your container application publicly
- Scale the deployment
- Update your software with new version
- Basic control of kubernetes cluster using minikube
- Using your own container image into minikube cluster
-
Pod and Containers
- Working with Pods
- Basic Pod and Containers
- Pod and Container lifecycle
- Init containers
- Using environment variables
- Configure Request and Limit of Resource
- Configure container probe
-
Kubernetes workloads
- Deployments & ReplicaSet
- StatefulSet with PersistentVolume
- DaemonSet
- Job and CronJob