MirahLabs Publications

MirahLabs Engineering Blog

Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.

Active Filters: Tag: kubernetes Clear All Filters
💻 Cloud Computing
Cloud Computing Jun 15, 2026

Monitoring Kubernetes with Prometheus, VictoriaMetrics, and Thanos

Standard Prometheus deployments hit scalability limits on large clusters. Explore how Thanos and VictoriaMetrics solve long-term metrics storage and high availability.

⏱️ 9 min read Read Article
💻 Cloud Computing
Cloud Computing May 23, 2026

Multi-Cloud Kubernetes with Anthos and Azure Arc: Hybrid Cloud Blueprint

Managing Kubernetes clusters across AWS, GCP, and on-premise is challenging. Learn how Google Anthos and Azure Arc unify operations, policy management, and application delivery.

⏱️ 9 min read Read Article
💻 Artificial Intelligence
Artificial Intelligence Apr 22, 2026

Deploying ML Models to Production: FastAPI + Docker + Kubernetes

Getting an ML model from Jupyter notebook to production requires API serving, containerization, and orchestration. This end-to-end guide covers model serving with FastAPI, containerization, and Kubernetes deployment.

⏱️ 10 min read Read Article
💻 DevOps & SRE
DevOps & SRE Apr 14, 2026

GitOps with ArgoCD: Declarative Kubernetes Deployments

GitOps treats Git as the single source of truth for infrastructure. Learn how ArgoCD continuously reconciles your Kubernetes cluster state with your Git repository.

⏱️ 9 min read Read Article
💻 DevOps & SRE
DevOps & SRE Mar 30, 2026

Kubernetes Pod Autoscaling: HPA, VPA, and KEDA Explained

Kubernetes offers multiple autoscaling mechanisms. This guide explains Horizontal Pod Autoscaler, Vertical Pod Autoscaler, and KEDA for event-driven scaling with practical examples.

⏱️ 10 min read Read Article