Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
dd163dcd49
|
|||
|
2e931f4d1e
|
|||
|
96391138a4
|
|||
|
348a288fa3
|
|||
|
2418f99cc5
|
|||
|
d4b7226871
|
|||
|
5f4684d0cd
|
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/getzola/zola:v0.17.1 AS zola
|
FROM ghcr.io/getzola/zola:v0.21.0 AS zola
|
||||||
|
|
||||||
COPY . /project
|
COPY . /project
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
title = "About Me"
|
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/).
|
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).
|
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).
|
||||||
|
|||||||
@@ -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
|
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/).
|
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.
|
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.
|
But I highly recommend you to install `Lens` or `K9S` to have better overview of your cluster and resources.
|
||||||
|
|||||||
Reference in New Issue
Block a user