K8s Objects Detail (2/2)

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

ReplicaSet

  • Ensures a defined number of pods are always running

Job

  • Ensures a pod properly runs to completion

Service

  • Maps a fixed IP address to a logical group of pods

Label

  • Key/Value pairs used for association and filtering