Skip to content
View ilyaselhallaoui's full-sized avatar

Block or report ilyaselhallaoui

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ilyaselhallaoui/README.md

Hey, I'm Ilyas

class IlyasBuilds:
    def __init__(self):
        self.name      = "Ilyas El-Hallaoui"
        self.alias     = "ilyasbuilds"
        self.role      = "Junior DevOps Engineer · IT Consultant · Builder"
        self.location  = "Rüsselsheim, Germany"
        self.stack     = ["Linux", "Python", "Docker", "Kubernetes", "Azure"]
        self.building  = ["K3s Homelab", "CKAD Prep", "Building in Public"]

    def philosophy(self):
        return "I study the theory. But nothing sticks until I build it."

me = IlyasBuilds()
print(me.philosophy())

What ilyasbuilds is about

I'm a 20-year-old DevOps Engineer and Business Informatics student documenting the real version of learning this field.

I read. I take courses. But my main focus is always building, because that's where the actual understanding happens.

I work hands-on at Sky-E Red GmbH on real infrastructure, while studying and building on the side. Everything I learn eventually becomes something I ship.


Things I've Built (or am currently breaking)

Homelab — K3s on Bare Metal

My self-hosted Kubernetes cluster running on an IONOS VPS and an old laptop, connected via Tailscale.

Currently self-hosting Firefly III for personal finance tracking. Still early. GitOps and full automation come later. Right now I'm focused on getting the fundamentals solid first.

View on GitHub


kfix — AI-powered K8s Troubleshooting CLI

When Claude Code dropped, I wanted to try vibe coding something real. kfix was that experiment, a small CLI tool that takes your broken Kubernetes state and helps you figure out what went wrong. Nothing serious, just a fun build to test what was possible. Shipped it to PyPI.

View on GitHub


Lab — Where Things Go to Break

Not polished projects. Raw learning. Every time I pick up something new, it starts here.

View on GitHub


Pacman App — Docker to Kubernetes Migration

Started as a Docker Compose project (Node.js + MongoDB), meant to be rebuilt with Kubernetes, CI/CD, and IaC. Currently paused while I focus on other things.

Original · Full rebuild


Making the CS Degree Great Again

I study Business Informatics via distance learning at Wilhelm Büchner Hochschule, funded by my employer while working full-time as a DevOps Engineer.

A lot of people say degrees are dead. I don't fully agree. I think a degree is what you make it, and most people just do the bare minimum and wonder why it didn't open any doors.

My take: if you pair a degree with real projects, real work experience, and a genuine curiosity for the field, it still means something. That's what I'm trying to prove.

On my main channel I document exactly what I'm doing to make my degree worth it, the projects, the mindset, and the stuff universities don't teach you but should.

Follow along on YouTube Check it out at my website

Where I'm Headed

Going deep on Kubernetes, AI, and Azure. That's the intersection I find most interesting and where I want to build real expertise over the next few years. Previously earned AWS CCP in 2024.


Follow the Build

I document the process, the wins, the broken configs, the lessons. If you're a student or junior engineer trying to get real experience, this is for you.

ilyaselhallaoui.com: ilyaselhallaoui.com
Main channel: youtube.com/@Ilyashallaoui
X: x.com/ilyas_Hallaoui
LinkedIn: Ilyas El-Hallaoui
My blog: Ilyas El-Hallaoui


"I don't wait until I'm ready. I build until I am." — ilyasbuilds

Pinned Loading

  1. homelab homelab Public

    k3s-homelab

  2. lab lab Public

    JavaScript

  3. ilyaselhallaoui ilyaselhallaoui Public

    This is my personal repository, showcasing my projects and experiments in DevOps and Cloud technologies. Here, you'll find tools, scripts, and resources that reflect my learning process. Feel free …

  4. AzureResume AzureResume Public

    CSS

  5. pacman-master pacman-master Public

    JavaScript

  6. kfix kfix Public

    Python