Andrei Gavriliu
open-menu closeme
Home
Projects
About
github linkedin xing rss
  • Kubernetes Volumes: Where Pods Keep Their Stuff

    calendar Jun 17, 2025 · 5 min read · kubernetes learn storage
    Kubernetes Volumes: Where Pods Keep Their Stuff

    Or: “How to Give Your Containers a Place to Put Their Shoes” In the beginning, there was the container. And it was stateless. Ephemeral. Disposable. Like a temporary pop-up tent in the cloud. But then… someone said, “Hey, where do I put my logs? My files? My database?” Enter Kubernetes Volumes — the answer to the …


    Read More
  • Kubernetes Pod Affinity and Anti-Affinity: Scheduling With Style

    calendar Jun 10, 2025 · 3 min read · kubernetes learn scheduling
    Kubernetes Pod Affinity and Anti-Affinity: Scheduling With Style

    Imagine Kubernetes as a big party where pods are the guests. Some guests (pods) want to sit together — they’re best friends! Others… well, they’d rather not be anywhere near each other. Kubernetes, being the polite party host it is, lets you manage these social dynamics using Pod Affinity and Pod Anti-Affinity. What Is …


    Read More
  • Kubernetes RBAC: Who Can Do What, and Where?

    calendar Jun 3, 2025 · 4 min read · kubernetes learn security
    Kubernetes RBAC: Who Can Do What, and Where?

    Let’s be honest: giving everyone admin access to your cluster is fast… until it isn’t. Enter RBAC, short for Role-Based Access Control—Kubernetes’ way of saying “hold up, who let you in here?” RBAC defines who can perform what actions on which resources—like a VIP list for your Kubernetes API server. What Is RBAC? RBAC …


    Read More
  • Kubernetes Endpoints & EndpointSlices: Who’s Really Behind That Service?

    calendar May 27, 2025 · 4 min read · kubernetes learn networking
    Kubernetes Endpoints & EndpointSlices: Who’s Really Behind That Service?

    What Are Endpoints? Ever wondered how a Service in Kubernetes actually knows which pods to forward traffic to? Enter the Endpoint, Kubernetes’ behind-the-scenes phonebook. When you create a Service, Kubernetes auto-generates an Endpoint object. It’s a simple list of pod IPs and ports that match the Service’s selector. …


    Read More
  • Kubernetes Network Policies: Your Cluster’s Traffic Bouncer

    calendar May 20, 2025 · 5 min read · kubernetes learn networking security
    Kubernetes Network Policies: Your Cluster’s Traffic Bouncer

    What Are Network Policies? In Kubernetes, a NetworkPolicy is like a bouncer for your pods. It checks who’s allowed to talk to whom and kicks out anything not on the guest list. By default, Kubernetes is a friendly party where everyone can chat with everyone else—great for sociability, terrible for security. Network …


    Read More
  • Kubernetes Ingress: 7 Common Mistakes (and How to Avoid Them)

    calendar May 13, 2025 · 3 min read · kubernetes learn ingress
    Kubernetes Ingress: 7 Common Mistakes (and How to Avoid Them)

    You've finally tamed Kubernetes Ingress — or so you think. Then weird routing errors, downtime, and mysterious 404s show up. Welcome to the club! 🎩 Let's save you some headaches. Here are 7 common Kubernetes Ingress mistakes, how they happen, and how to dodge them like a pro. Quick Mistakes Checklist Mistake Symptom …


    Read More
  • Kubernetes Ingress: Your Cluster's Traffic Director

    calendar May 6, 2025 · 4 min read · kubernetes learn ingress
    Kubernetes Ingress: Your Cluster's Traffic Director

    Your app is running in Kubernetes. Great! But now you want users to actually reach it — without remembering 15 different NodePorts or manually messing with LoadBalancers. Enter the hero we need but rarely understand at first: Ingress. Today, we’re breaking down what Ingresses are, how they work, and how they can route …


    Read More
  • Kubernetes Services: The Network Matchmakers

    calendar Apr 29, 2025 · 4 min read · kubernetes learn services
    Kubernetes Services: The Network Matchmakers

    So you’ve got Pods doing great things — calculating, serving, storing, or maybe just vibing. But how do they talk to each other, or to the outside world? Enter Kubernetes Services — the built-in matchmakers making sure traffic finds the right Pods without ghosting. Let’s unravel all the types of Services, how they …


    Read More
  • Kubernetes StatefulSets: Because Some Pods Need to Remember Things

    calendar Apr 22, 2025 · 4 min read · kubernetes learn statefulset

    You’ve learned about Deployments, and now you’re deploying stateless apps like a boss. But then you hit a wall - maybe it’s a database, a cache, or something that cares about identity and storage. Enter: StatefulSets. StatefulSets are like that one friend who always insists on sitting in the same seat - and gets mad if …


    Read More
  • Kubernetes Deployments: Like a Boss (Who Delegates Everything)

    calendar Apr 17, 2025 · 4 min read · kubernetes learn deployment

    So you’ve heard about Kubernetes and now you’re swimming in YAML like it’s alphabet soup. Let’s break down one of its most useful concepts - the almighty Deployment - and figure out how it works without having to learn an arcane spellbook. What’s a Deployment, Anyway? A Kubernetes Deployment is like your project …


    Read More

Andrei Gavriliu

Senior IT Consultant | OpenShift @ ConSol Consulting & Solutions Software GmbH
Read More

Recent Posts

  • Kubernetes Volumes: Where Pods Keep Their Stuff
  • Kubernetes Pod Affinity and Anti-Affinity: Scheduling With Style
  • Kubernetes RBAC: Who Can Do What, and Where?
  • Kubernetes Endpoints & EndpointSlices: Who’s Really Behind That Service?
  • Kubernetes Network Policies: Your Cluster’s Traffic Bouncer
  • Kubernetes Ingress: 7 Common Mistakes (and How to Avoid Them)
  • Kubernetes Ingress: Your Cluster's Traffic Director
  • Kubernetes Services: The Network Matchmakers

Series

KUBERNETES 10 HOMELAB 3 HOMEASSISTANT 2

Tags

KUBERNETES 11 LEARN 10 SECURITY 3 GPG 2 HOMEASSISTANT 2 INGRESS 2 NETWORKING 2 APPLICATION 1 APT 1 ARGOCD 1 BITNAMI 1 DEPLOYMENT 1 HELM 1 IMAGES 1 KEYRING 1 LEGACY 1 LONGHORN 1 SCHEDULING 1 SEALED-SECRETS 1 SERVICES 1 SKOPEO 1 SLZB-06M 1 STATEFULSET 1 STORAGE 1 TROUBLESHOOT 1 TROUBLESHOOTING 1 WASTE-COLLECTION 1 ZIGBEE2MQTT 1
Andrei Gavriliu

Copyright 2025 -  ANDREI GAVRILIU. All Rights Reserved

to-top