Posts by Alexandre Vazquez

@Alexandre Vazquez

Alexandre Vazquez

Software engineer focused on **cloud-native architectures, DevOps, and automatio...
Madrid alexandre-vazquez.com Joined January 2026
1.9k Points58 Badges7 Connections9 Followers7 Following

Posts by Alexandre Vazquez

Alexandre Vazquez in Articles 7 min read
You have ten microservices running in Kubernetes. Each one validates JWTs, checks scopes, maintains sessions, and implements its own RBAC rules. One team uses jsonwebtoken v8, another uses a custom Go library, a third rolled their own HMAC check bec...
Alexandre Vazquez in Articles 9 min read
The framing problem Most “Kamal vs Kubernetes” articles are written by people who just discovered Kamal and are excited about it. They frame it as a simpler alternative that embarrasses Kubernetes. That framing is wrong and it wil...
Alexandre Vazquez in Articles 9 min read
Log management and observability are no longer a matter of “storing text and searching it quickly.” In 2026, the real challenge is economic and architectural: ingesting growing volumes, retaining data for months, correlating logs with me...
Alexandre Vazquez in Articles 9 min read
Seven years is a long time in observability. Since Prometheus 2.0 landed in 2017, the ecosystem has been transformed by cloud-native adoption, the rise of distributed tracing, and the emergence of OpenTelemetry as the de facto standard for instrumen...
Alexandre Vazquez in Articles 8 min read
Helm is the de facto package manager for Kubernetes, and values.yaml is its primary interface for configuration. Yet for years, that interface has been completely unvalidated by default — a free-form YAML file where any key can be anything, where ty...
Alexandre Vazquez in Articles 8 min read
Kubernetes security is not a single feature you enable — it is a layered discipline that spans the control plane, workloads, networking, supply chain, and runtime. This guide covers the security controls that matter most in production, why each one ...
Alexandre Vazquez in Articles 9 min read
Prometheus has become the de facto standard for metrics collection in cloud-native environments. Its pull-based model, powerful query language, and deep Kubernetes integration make it an obvious choice for platform teams. But as organizations scale ...
Alexandre Vazquez in Articles 9 min read
The container works fine in CI. It deploys successfully to staging. Then something goes wrong in production and you type the command you always type: kubectl exec -it my-pod -- /bin/bash. The response is immediate: OCI runtime exec failed: exec fa...
Alexandre Vazquez in Articles 9 min read
If you manage Kubernetes clusters in production, the last 18 months have been uncomfortable. Two of the most widely deployed NGINX-based Ingress Controllers have faced critical security vulnerabilities, deprecation announcements, and shifting mainte...
Alexandre Vazquez in Articles 8 min read
ArgoCD has become the de facto standard for GitOps-based continuous delivery in Kubernetes. If you are running production workloads on Kubernetes and still deploying with raw kubectl apply or untracked Helm releases, ArgoCD solves a class of problem...
Alexandre Vazquez in Articles 8 min read
Every production Kubernetes cluster talks to the outside world. Your services call payment APIs, connect to managed databases, push events to SaaS analytics platforms, and reach legacy systems that will never run inside the mesh. By default, Istio...
Alexandre Vazquez in Articles 10 min read
There is a configuration that appears in virtually every Kubernetes cluster: a HorizontalPodAutoscaler targeting 70% CPU utilization and 70% memory utilization. It looks reasonable. It follows the examples in the official documentation. And in man...
Alexandre Vazquez in Articles 8 min read
Most observability stacks that have been running in production for more than a year end up with alerting spread across two systems: Prometheus Alertmanager handling metric-based alerts and Grafana Alerting managing everything else. Engineers add a...
Alexandre Vazquez in Articles 5 min read
The recent announcement regarding the deprecation of the Ingress-NGINX controller sent a ripple through the Kubernetes community. For many organizations, it’s the first major deprecation of a foundational, widely-adopted ecosystem component. W...
Alexandre Vazquez in Articles 5 min read
Background: MinIO and the Maintenance Mode announcement MinIO has long been one of the most popular self-hosted S3-compatible object storage solutions for Kubernetes, especially for logs, backups, and internal object storage in on‑premise and clo...
Alexandre Vazquez in Articles 6 min read
The Kubernetes Gateway API is no longer a future concept—it’s the present standard for traffic management. With the deprecation of Ingress NGINX’s stable APIs signaling a definitive shift, platform teams and architects are now faced with...
Alexandre Vazquez in Articles 4 min read
Introduction: When a Tool Choice Becomes a Legal and Platform Decision If you’ve been operating Kubernetes clusters for a while, you’ve probably learned this the hard way:tooling decisions don’t stay “just tooling” for long. What starts as a d...
Alexandre Vazquez in Articles 8 min read
The Kubernetes Gateway API has rapidly evolved from its experimental roots to become the standard for ingress and service mesh traffic management. But with multiple versions released and various maturity levels, understanding which version to use, h...
Alexandre Vazquez in Articles 7 min read
When a Helm chart fails in production, the impact is immediate and visible. A misconfigured ServiceAccount, a typo in a ConfigMap key, or an untested conditional in templates can trigger incidents that cascade through your entire deployment pipeline...
Alexandre Vazquez in Articles 4 min read
Background: MinIO and the Maintenance Mode announcement MinIO has long been one of the most popular self-hosted S3-compatible object storage solutions, especially in Kubernetes and on‑premise environments. Its simplicity, performance, and API com...
chevron_left

Latest Jobs

View all jobs →