Skip to content

Commit 929d279

Browse files
committed
Tweak article formatting
1 parent b90c590 commit 929d279

File tree

1 file changed

+2
-2
lines changed
  • content/en/blog/_posts/2025-11-25-kubernetes-configuration-best-practices

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2025-11-25-kubernetes-configuration-best-practices/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ A missing quote, a wrong API version or a misplaced YAML indent can ruin your en
1313
This blog brings together tried-and-tested configuration best practices. The small habits that make your Kubernetes setup clean, consistent and easier to manage.
1414
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.
1515

16-
This blog is inspired by the original *Configuration Best Practices* page, which has evolved through contributions from many members of the Kubernetes community.
16+
_This blog is inspired by the original *Configuration Best Practices* page, which has evolved through contributions from many members of the Kubernetes community._
1717

18-
## General Configuration Practices
18+
## General configuration practices
1919

2020
### Use the latest stable API version
2121
Kubernetes evolves fast. Older APIs eventually get deprecated and stop working. So, whenever you are defining resources, make sure you are using the latest stable API version.

0 commit comments

Comments
 (0)