kube-linter icon indicating copy to clipboard operation
kube-linter copied to clipboard

Enhancement: Don't use naked pods

Open IAmATeaPot418 opened this issue 5 years ago • 0 comments

Don't use naked Pods (that is, Pods not bound to a ReplicaSet or Deployment) if you can avoid it. Naked Pods will not be rescheduled in the event of a node failure.

https://kubernetes.io/docs/concepts/configuration/overview/#naked-pods-vs-replicasets-deployments-and-jobs

@viswajithiii for your consideration here.

IAmATeaPot418 avatar Nov 11 '20 09:11 IAmATeaPot418