Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1019 Bytes

Belajar Kubernetes (k8s)

Belajar Orchestration Container System dengan menggunakan Kubernetes untuk pemula sampai mahir

  1. Pengenalan Kubernetes

    • What is kubernetes?
    • Why kubernetes so powerful?
    • When and why you need kubernetes?
  2. 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
  3. 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
  4. Kubernetes workloads

    • Deployments & ReplicaSet
    • StatefulSet with PersistentVolume
    • DaemonSet
    • Job and CronJob