📄️ Pod
Pods are immutable, cannot do k apply or k replace commands on them.
📄️ ConfigMaps & Secrets
ConfigMaps can be made immutable with "immutable: true"
📄️ Deployment & ReplicaSets
Deployment automatically creates a replicaset.
📄️ Jobs
Jobs are immutable except activeDeadlineSeconds, parallelism and completions.
📄️ Nodes
Node Selectors
📄️ Namespaces
Yaml definition files should have
📄️ Restrictions
LimitRange
📄️ Stateful Set
The StatefulSet manifest structure is almost identical to Deployment manifest.