1 Commits

Author SHA1 Message Date
88fac61342 Add renovate.json 2024-09-11 14:05:16 +00:00
2 changed files with 25 additions and 22 deletions

View File

@ -13,42 +13,40 @@ css: |-
.page-break { page-break-after: always; }
---
# LEBENSLAUF
## Nikolai Rodionov
### Persönliche Daten
```
Vor- und Zuname Rodionov Nikolai
Anschrift Mühlenstieg 19, Hamburg, 22041
Mobil 015223284008
E-Mail allanger@zohomail.com
Geburtsdatum 19. Dezember 1997
Staatsangehörigkeit Russische Föderation
Familienstand Verheiratet (19.10.2021)
> Location: Hamburg, Germany
> Email: allanger@zohomail.com
> Github: https://github.com/allanger
```
### Schulbildung
### About me
Gymnasium Nr. 155 <br>Sankt-Petersburg, Russische Föderation <br>Abschluss: allgemeine Oberschulbildung
I'm a DevOps engineer with 7+ years of hands-on experience with a decent amount of tools. My main focus is Kubernetes and CI/CD, but it absolutely doesn't mean that I would like to avoid tasks in other areas.
A couple of bigger tasks I've been working on:
### Berufliche Tätigkeit
| | |
|-----------------|--------------------------------------------------------------------------|
| 03.2017-05.2019 | DevOps Ingenieur <br>Etersoft <br>Sankt-Petersburg, Russische Föderation |
- A migration of several MySQL Percona clusters to Kubernetes using the Percona Operator
- An implementation of a downtime-free blue-green deployment for RabbitMQ
- A dynamic "preview" environments deployment using ArgoCD
- A data streaming automation from ~800 Postgres databases with structural changes via Kafka deployed to Kubernetes
- An introduction of versioned Gitlab-CI templates for replacing per-repo company-wide
| Firma | Job | Zeitraum |
Also, I'm a maintainer of a kubernetes operator that should help users manage databases via CRDs: <https://github.com/db-operator/db-operator>
### Experience
| Company | Position | Dates |
|------------------|-------------------|---------------------|
| **Giant Swarm** | Platform Engineer | 12.2023 - Bis jetzt |
| **Giant Swarm** | Platform Engineer | 12.2023 - Until Now |
| **Grandcentrix** | SRE | 02.2023 - 11.2023 |
| **Klöckner.I** | DevOps Engineer | 01.2022 - 01.2023 |
| **Itigris** | DevOps Engineer | 07.2019 - 12.2021 |
| **Etersoft** | DevOps Engineer | 03.2017 - 06.2019 |
### Fremdsprachen
- Russisch (Muttersprache)
- Englisch (sehr gute Kenntnisse)
### Tools
### Berufliche Kenntnisse und Interessen
- **Environments**: Linux - Containers - Kubernetes - Proxmox
- **Kubernetes**: Helm - Kustomize - Kubebuilder - Helmfile
- **Scripting/Coding**: Bash - Go - Rust - Perl
@ -60,4 +58,6 @@ Gymnasium Nr. 155 <br>Sankt-Petersburg, Russische Föderation <br>Abschluss: all
- **Secrets/Encryption**: Sops - Age - Helm Secrets
- **Databases**: PostgreSQL - MySQL - Percona MySQL - Redis
- **Storages**: Minio - Ceph - Longhorn
- **Others**: Kafka - RabbitMQ - Selenium - Kyverno - Self-Hosted - K3s - Kubeadm
- **Others**: Kafka - RabbitMQ - Selenium - Kyverno - Self-Hosted - K3s - Kubeadm
PS: *This CV is built in a CI pipeline, and uploaded to a Minio Bucket, so you should be able to download the latest version here: <https://s3.badhouseplants.net/public-download/n.rodionov.pdf>*

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}