Kubernetes

5 posts
2026

Step-by-Step: Exposing Custom Application Metrics to Kubernetes HPA with Prometheus Adapter

This guide shows how to expose custom Python metrics to Kubernetes HPA via Prometheus Adapter, covering mapping, RBAC, validation, and …
Read more

Troubleshoot Kubernetes DNS Resolution from Pods

“The pod cannot reach orders” describes at least four different failures: The pod generated a different DNS query than expected. Cluster DNS …
Read more

Common Kubernetes Probe Misconfigurations and Fixes

Direct answer Kubernetes probes fail when the check does not match the application’s startup time, listening address, endpoint, or …
Read more

Troubleshooting Kubernetes RBAC with kubectl auth can-i

This guide shows how to troubleshoot Kubernetes RBAC authorization failures by using kubectl auth can-i to test permissions and review roles …
Read more

Operating AI/ML Workloads on Kubernetes: A Headlamp Plugin for Kubeflow

This article explores the Headlamp plugin for Kubeflow, detailing its benefits for managing AI/ML workloads on Kubernetes and providing a …
Read more