Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 722 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 722 Bytes

Kubernetes Deep Dive

session 1: intro to docker and kubernetes architecture

  • docker and docker runtime
  • orchestration
  • k8s components

session 2: kubernetes pods and deployments

  • k8s api and yaml structure
  • container and pods
  • replicasets and deployments

session 3: kubernetes services and networking

  • pods networking
  • intro to k8s networking solutions
  • k8s services, NodePort, ClusterIP and LoadBalancer

session 4: helm charts and release process

  • discussed kg helm charts without killercoda

session 5: service mesh

  • intro to service mesh
  • installing istio
  • istio features
  • installing anthos service mesh with asmcli

session 6: terraform

session 7: bash scripts