K8s Objects Detail (1/2)

This workshop has been deprecated and archived. The new Amazon EKS Workshop is now available at www.eksworkshop.com.

Pod

  • A thin wrapper around one or more containers

DaemonSet

  • Implements a single instance of a pod on all (or filtered subset of) worker node(s)

Deployment

  • Details how to roll out (or roll back) across versions of your application