Skip to content
View ehtishammubarik's full-sized avatar

Block or report ehtishammubarik

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ehtishammubarik/README.md

Ehtisham Mubarik

Senior Platform & AI Infrastructure Engineer - Kubernetes, MLOps, and GPU systems in production. CKA + CKAD certified · 7+ years building cloud and on-prem infrastructure for real-time, AI-native products.

Website Upwork LinkedIn Email

I build the platforms other engineers ship on: multi-tenant Kubernetes control planes, GPU and MLOps pipelines, observability, and the automation that keeps them reliable and cheap to run.

What I work on

  • Kubernetes platforms - multi-tenant control planes (Kamaji), GPU orchestration, MetalLB / K3s / Rancher, and bare-metal and air-gapped deployments for data-sovereign environments.
  • AI / MLOps infrastructure - AWS Bedrock, Ray distributed training and inference, Kubeflow / MLflow / Airflow, model serving, and cost-aware routing.
  • LLM systems for operations - an SRE harness that ingests alerts, correlates them against logs and metrics, summarizes the incident, and gates remediation behind approval, with token budgets on every run. Built on LangGraph and the Anthropic Claude Agent SDK.
  • Reliability & cost - Prometheus / Grafana / Loki, SLOs, incident response, and FinOps. Cut AWS spend 60%+ on a real-time gaming platform.

Selected background

  • Senior DevOps across a real-time gaming/AI platform, a Kubernetes automation product for AI/ML teams, and multi-tenant AI platforms (Pulumi/Go modules with per-tenant provisioning and automated teardown).
  • Team Lead on a HIPAA-aligned healthcare IoT platform - LoRaWAN device fleets on Kubernetes.
  • MSCS; thesis on GPU Cluster Optimization for ML Workloads.

Tech

Kubernetes Docker Terraform Helm Argo CD AWS Azure GCP

Python Go Ray Kubeflow Prometheus Grafana Kafka LangGraph

Open source

Tools I built because I needed them, then made good enough to hand to someone else.

One argument runs through all three: the failure that costs you is the one nothing reported. A corpus that silently lost documents. A Terraform repo that passes validate and cannot apply. A GPU dashboard that reads 100% while the machine does nothing. Each of these is built so the system tells you what it actually did, and each runs with no runtime dependencies, so it works in a locked-down container or an air-gapped build box.

truthscale: your GPU is not 90% busy CI

nvidia-smi reports "utilization" and means "a kernel was resident". One small kernel on 1 of an H100's 132 SMs reads 100%. LLM decode pins it there while the tensor cores idle, and production clusters average 5% real utilization behind healthy-looking dashboards. truthscale reports SM occupancy beside the flag, explains the gap in words, and refuses to render an unmeasured counter as zero.

The thesis · Metric definitions · Roadmap · Go, no runtime dependencies

websieve: turn a web crawl into an ML-ready dataset PyPI CI

Boilerplate extraction, Gopher/C4 quality filtering, MinHash near-dedup, sharded output. The quality rules adapt to the writing system, so they do not silently reject Chinese, Japanese, Thai, and Korean the way English-derived rules do. Every drop is attributed to a rule, and the counts reconcile.

PyPI · Quickstart · Benchmarks · Roadmap

stackmason: Terraform repositories that are secure by default PyPI CI

Answer some questions, get a repository, not a snippet. It refuses to emit a data port open to 0.0.0.0/0, a publicly accessible database, or a committed credential, and there will never be a flag that downgrades a refusal to a warning. A generator multiplies whatever it emits, so the defaults are the product.

PyPI · Guardrails · Roadmap · Contributing

Both take contributions. Issues labelled good first issue are pre-scoped, and each repo's CONTRIBUTING.md says how to claim one so two people do not build it twice.

Certifications

  • Certified Kubernetes Administrator (CKA) - The Linux Foundation
  • Certified Kubernetes Application Developer (CKAD) - The Linux Foundation

Currently

Founder at Eprecisio Technologies. Open to hands-on senior, founding, and forward-deployed engineering roles involving difficult infrastructure problems.

📫 ehtishammubarik.com · Upwork · LinkedIn · ehtisham@eprecisio.com

Eprecisio Technologies: Website · LinkedIn · X · Instagram · Facebook

Pinned Loading

  1. websieve websieve Public

    Turn a web crawl into an ML-ready dataset. Boilerplate extraction, Gopher/C4 quality filtering, MinHash near-dedup, sharded output. Zero dependencies.

    Python 1 8

  2. kindk8scluster kindk8scluster Public

    Create a virtualized multi node kubernetes cluster on your host machine using kind

    Shell 1

  3. stackmason stackmason Public

    Answer some questions, get a Terraform repository that is secure by default. Refuses to emit open data ports, public databases, or committed credentials. Zero dependencies.

    Python

  4. truthscale truthscale Public

    Your GPU is not 90% busy. truthscale measures what each node can actually deliver, reports the gap, and makes that the signal you scale on.

    Go