From ed07650218e16196162425a5235c23474ec2edfd Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Sun, 25 Jun 2023 16:07:44 +0200 Subject: [PATCH] fix(readme): remove orphan tag --- _posts/2023-06-25-k8s-security-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-06-25-k8s-security-best-practices.md b/_posts/2023-06-25-k8s-security-best-practices.md index acbd4cc..29021cb 100644 --- a/_posts/2023-06-25-k8s-security-best-practices.md +++ b/_posts/2023-06-25-k8s-security-best-practices.md @@ -12,7 +12,7 @@ Kubernetes provides a powerful platform for deploying and managing applications To safeguard your cluster and protect your valuable data it's crucial to implement effective security practices. -In this blog post, we'll explore some essential Kubernetes security best practices that can help you build a resilient and secure environment.

+In this blog post, we'll explore some essential Kubernetes security best practices that can help you build a resilient and secure environment. 1. Regularly Update Kubernetes and Container Images: