Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If doing a move, you should also remove the previous / old file, ie content/en/blog/_posts/2025-11-11-kubernetes-configuration-best-practices/index.md

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done @lmktfy

Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down