Skip to content
8 posts tagged

kubernetes

Operating AKS After Azure Linux Retirement: Image Lifecycle as Platform Practice

Operating AKS After Azure Linux Retirement: Image Lifecycle as Platform Practice

Node image retirement is not an emergency if you treat it as a predictable operating model. How to migrate images without chaos, what to test, and how to govern the decision.

in
Azure Kubernetes Fleet Manager in Production

Azure Kubernetes Fleet Manager in Production

Operating multiple AKS clusters becomes a different problem than running a single cluster. Azure Fleet Manager is Microsoft's opinionated answer to multi-cluster orchestration, not the only approach, but a native one worth understanding.

in
Azure Container Apps Jobs vs AKS for Event-Driven Workloads

Azure Container Apps Jobs vs AKS for Event-Driven Workloads

Event-driven workloads demand different compute models; Container Apps Jobs scales to zero and costs pennies, while AKS provides control and state coordination at the expense of operational burden. This guide shows you how to choose correctly based on your actual workload, not your last successfu...

in
Cost-Aware AKS Design: Workload Shaping and Guardrails

Cost-Aware AKS Design: Workload Shaping and Guardrails

Most AKS overspend is architectural. Fix the workload shape, match capacity class to contract, and enforce policy. Everything else is tuning noise.

in
KEDA 2.0 - An update from KEDA 1.0

KEDA 2.0 - An update from KEDA 1.0

In a previous blog post – Serverless anywhere with Kubernetes [https://florinloghiade.ro/2019/12/being-serverless-anywhere-with-kubernetes/] –

in
Container security in the Cloud. A state of uncertainty.

Container security in the Cloud. A state of uncertainty.

Thinking that you managed to escape security? Guess again. In this post, I will focus on containers with Azure Kubernetes in mind but these e

in
AKS - Working with GPUs

AKS - Working with GPUs

💡Much later edit, Nvidia no longer hosts the GPU plugin in docker and they moved it to their own repo as show here -> NVIDIA Kubernetes

in

Kubernetes managed clusters in Azure

Coming from the infrastructure world, I would say that I had a bit of a hard time wrapping my head around how you would manage containers when

in