Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.65 KB

README.md

File metadata and controls

62 lines (50 loc) · 1.65 KB

Intro to Kubernetes Workshop

Course Outline

Kubernetes Core Concepts

  • container
  • pod
  • label
  • service
  • network

Kubernetes Infrastructure

  • CoreOS
  • Docker
  • etcd
  • fleet
  • flannel
  • Kubernetes master
  • Kubernetes node

Client tools

  • fleetctl
  • etcdctl
  • kubecfg

Labs

Kubernetes Core Components

  • kubelet
  • proxy
  • apiserver
  • scheduler
  • replication controller

Labs

Managing Applications with Kubernetes

  • Kubernetes API
  • kubecfg

Labs

Links