6 Commits

Author SHA1 Message Date
s3rius dd163dcd49 Fixed typo.
Release / docker_build (push) Successful in 46s
Release / deploy_helm (push) Successful in 10s
Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
2026-08-06 16:07:21 +02:00
s3rius 2e931f4d1e Removed python speedup post. 2026-02-13 00:26:17 +01:00
s3rius 96391138a4 Added speedup project code. 2025-09-12 18:13:08 +02:00
s3rius 348a288fa3 Reverted shit.
Release / docker_build (push) Successful in 1m28s
Release / deploy_helm (push) Successful in 16s
2025-08-12 18:55:56 +02:00
s3rius 2418f99cc5 Added new domain.
Release / docker_build (push) Successful in 1m3s
Release / deploy_helm (push) Successful in 16s
2025-08-12 18:47:43 +02:00
s3rius d4b7226871 Removed shit.
Release / docker_build (push) Successful in 1m0s
Release / deploy_helm (push) Successful in 10s
2025-07-25 19:27:20 +02:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -2,8 +2,6 @@
title = "About Me"
+++
# Who Am I?
My name is Pavel Kirilin, and my nickname is [@s3rius](https://github.com/s3rius). I am a backend developer with diverse experience. Currently, I hold the position of CTO at [Intree](https://www.intree.com/).
In my free time, I enjoy experimenting with various technologies and building new projects. You can find some of my work on [GitHub](https://github.com/s3rius) or on my self-hosted Gitea instance at [gitea.le-memese.com](https://gitea.le-memese.com/s3rius).
+1 -1
View File
@@ -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.