From dd163dcd49f5a13709c0808cced9e02ef3ad8d14 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Thu, 6 Aug 2026 16:07:15 +0200 Subject: [PATCH] Fixed typo. Signed-off-by: Pavel Kirilin --- content/posts/kube-intro/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/kube-intro/index.md b/content/posts/kube-intro/index.md index fa79d6f..b4fbdd7 100644 --- a/content/posts/kube-intro/index.md +++ b/content/posts/kube-intro/index.md @@ -248,7 +248,7 @@ kubectl cluster-info Once we are connected to the cluster, we can start deploying applications and managing resources. But before that I want to mention [Lens](https://k8slens.dev/) and [K9S](https://k9scli.io/). -These two things will help you a lot to get into kubernetes. Becuase kubectl is great, no shit, +These two things will help you a lot to get into kubernetes. Because kubectl is great, no shit, I'll be using it for showing everything what is going on. But I highly recommend you to install `Lens` or `K9S` to have better overview of your cluster and resources.