diff --git a/content/en/blog/_posts/2025-11-11-kubernetes-configuration-best-practices/index.md b/content/en/blog/_posts/2025-11-25-kubernetes-configuration-best-practices/index.md similarity index 98% rename from content/en/blog/_posts/2025-11-11-kubernetes-configuration-best-practices/index.md rename to content/en/blog/_posts/2025-11-25-kubernetes-configuration-best-practices/index.md index cb3375d1e5612..b747c28d0fee5 100644 --- a/content/en/blog/_posts/2025-11-11-kubernetes-configuration-best-practices/index.md +++ b/content/en/blog/_posts/2025-11-25-kubernetes-configuration-best-practices/index.md @@ -1,7 +1,7 @@ --- layout: blog title: "Kubernetes Configuration Good Practices" -date: 2025-11-11 +date: 2025-11-25 slug: kubernetes-configuration-good-practices evergreen: true author: Kirti Goyal @@ -14,6 +14,8 @@ A missing quote, a wrong API version or a misplaced YAML indent can ruin your en This blog brings together tried-and-tested configuration best practices. The small habits that make your Kubernetes setup clean, consistent and easier to manage. Whether you are just starting out or already deploying apps daily, these are the little things that keep your cluster stable and your future self sane. +This blog is inspired by the original *Configuration Best Practices* page, which has evolved through contributions from many members of the Kubernetes community. + ## General Configuration Practices ### Use the latest stable API version