Open arun-gupta opened 7 years ago
Design pattern - have regular backups of your etcd cluster state?
Design pattern - Evaluate HA for your clusters and applications and follow appropriate upgrade process (in-place or blue/green)
@dalbhanj do you consider backups of etcd cluster state an anti-pattern or design pattern?
add design practices: imperative vs declarative object management.
https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/
For users, I would also consider discussing the number of replicas in a deployment. It happened to us that someone was using deployments with only one replica... and then complained about their application not being available. We usually recommend minimum 3 when they are interested in HA.
Let's list Kubernetes design patterns here:
latest
tagPod
directly, wrap it in aDeployment
(this will createReplicaSet
)Anti-patterns