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.7k Points39 Badges7 Connections9 Followers7 Following

Posts by Alexandre Vazquez

Alexandre Vazquez in Articles 10 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 10 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 11 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 11 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 12 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 11 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 11 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 12 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 11 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 11 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 7 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 8 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 7 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 8 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 11 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 11 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 7 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...
Alexandre Vazquez in Articles 5 min read
When working seriously with Helm in production environments, one of the less-discussed but highly impactful topics is how Helm stores and manages release state. This is where Helm drivers come into play. Understanding Helm drivers is not just an aca...
Alexandre Vazquez in Articles 7 min read
Helm is one of the main utilities within the Kubernetes ecosystem, and therefore the release of a new major version, such as Helm 4.0, is something to consider because it is undoubtedly something that will need to be analyzed, evaluated, and managed...
Alexandre Vazquez in Articles 10 min read
If you’ve been running Kubernetes clusters for any meaningful amount of time, you’ve likely encountered a familiar problem: orphaned ConfigMaps and Secrets piling up in your namespaces. These abandoned resources don’t just clutter ...
chevron_left

Latest Jobs

View all jobs →