Compare commits
No commits in common. "main" and "v0.1.2" have entirely different histories.
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:39.254.3
|
container: ghcr.io/renovatebot/renovate:39.207.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title = "Use real Servers again"
|
title = "Use real Servers again"
|
||||||
date = 2025-03-18
|
date = 2025-03-18
|
||||||
updated = 2025-03-18
|
updated = 2025-03-18
|
||||||
description = "Is the cloud really the ultimate solution? This post questions the current cloud-first mentality, arguing for a return to 'real' servers and discussing the hidden costs, dependency, and political vulnerabilities of relying solely on the cloud."
|
description = "Is the cloud really the ultimate solution? This post questions the current cloud-first mentality, arguing for a return to "real" servers and discussing the hidden costs, dependency, and political vulnerabilities of relying solely on the cloud."
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["baremetal", "cloud", "google", "aws", "cloud"]
|
tags = ["baremetal", "cloud", "google", "aws", "cloud"]
|
||||||
|
@ -53,19 +53,9 @@ Agency for internet and design founded in 1998, established in Kastellaun in the
|
|||||||
|
|
||||||
## Projects
|
## Projects
|
||||||
|
|
||||||
### DevOps Engineer, AEF AgIN Common-Connector
|
|
||||||
|
|
||||||
The Common-Connector is being developed by the Agricultural Industry Electronics Foundation (AEF) as part of their Agricultural Interoperability Network (AgIN) initiative. In my role as a DevOps engineer, I supported the tender and contributed to the development of the MVP. Our team developed a Java Spring Boot application to facilitate seamless data exchange between platforms.
|
|
||||||
|
|
||||||
- Conception and Development of a Dev Cluster based on AWS EKS (IaC)
|
|
||||||
- Setting up build and deployment pipelines (GitLab)
|
|
||||||
- Development of a test concept (Playwright, Testcontainers)
|
|
||||||
- Development and integration of the operator pattern in a Java Spring Boot application
|
|
||||||
- Development of the security pipelines (SonarQube, Mend, SAST)
|
|
||||||
|
|
||||||
### DevOps Engineer, Cofinity-X
|
### DevOps Engineer, Cofinity-X
|
||||||
|
|
||||||
**until 2024**
|
**since 2023**
|
||||||
|
|
||||||
Cofinity-X is the first operator of the Catena-X network, connecting automotive partners at every level of the value chain. As a DevOps engineer, I was responsible for the enablement services.
|
Cofinity-X is the first operator of the Catena-X network, connecting automotive partners at every level of the value chain. As a DevOps engineer, I was responsible for the enablement services.
|
||||||
|
|
||||||
@ -94,5 +84,4 @@ Just right for your pharmacy! amamed is the only digital solution on the market
|
|||||||
- Provision of various services (including backend APIs, MariaDB clusters, NATs, Redis)
|
- Provision of various services (including backend APIs, MariaDB clusters, NATs, Redis)
|
||||||
- Design and operation of Kubernetes clusters (3 locations)
|
- Design and operation of Kubernetes clusters (3 locations)
|
||||||
- Management of automated pipelines via Bitbucket Pipelines (continuous integration)
|
- Management of automated pipelines via Bitbucket Pipelines (continuous integration)
|
||||||
- IT administration for 6 individuals (SysOps)
|
- IT administration for 6 individuals (SysOps)
|
||||||
|
|
@ -17,6 +17,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alexohneander-zola
|
- name: alexohneander-zola
|
||||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.4
|
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{%- set blank_target = "" -%}
|
{%- set blank_target = "" -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<section>
|
<section>
|
||||||
<nav class="socials nav-navs">
|
<nav class="socials nav-navs">
|
||||||
{%- if config.extra.socials or config.extra.email %}
|
{%- if config.extra.socials or config.extra.email %}
|
||||||
@ -66,9 +66,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
|
|
||||||
</p>
|
|
||||||
{# Footer menu #}
|
{# Footer menu #}
|
||||||
<nav class="nav-navs">
|
<nav class="nav-navs">
|
||||||
{%- if config.extra.footer_menu %}
|
{%- if config.extra.footer_menu %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user