Additional API Objects

Untitled

DaemonSet

Manage pods

Make sure particular pod is running on every node

StatefulSet

Manage and Scale with stateful stuff

Job

Specified number of pods and make sure they complete.

Cronjob

Run against schedule.

PodSecurityPolicy

Pod has to conform before running on cluster

Implemented in Admission Controller

Always schedule pods with requests and limits

ResourceQuota

Set limits and quotas against namespaces

CustomResourcesDefinition

Extend that API to local cluster