AI Platform Architect

Ashish Kumar Pandey

Building next-gen platforms for the AI and agentic future. I design and run cloud-native platforms across telecom, edtech, and healthtech. This site is where I write about that work.

  1. Where Kubernetes security config actually lives

    Sep 7, 2026

    A map of the files and objects you will open when Trivy, Falco, PSS, AppArmor, and the API server are misbehaving.

  2. Watch the cluster at runtime with Falco

    Sep 6, 2026

    Falco sits on syscalls and Kubernetes audit events. Custom rules go in falco_rules.local.yaml. Restart, then prove the rule fires.

  3. Sandbox runtimes and CIS checks: gVisor, Kata, kube-bench

    Sep 5, 2026

    RuntimeClass to pick gVisor or Kata for a workload, and kube-bench to score the node against CIS Kubernetes.

  4. AppArmor and seccomp on Kubernetes

    Sep 4, 2026

    Kernel-level restrictions for pods: load an AppArmor profile on the node, point seccomp at RuntimeDefault or a localhost JSON, then test the deny.

  5. Pod Security Standards and Gatekeeper

    Sep 3, 2026

    Namespace labels for PSS, what restricted actually requires, and how Gatekeeper ConstraintTemplates sit on top of admission.

All essays

  • AWS
  • Kubernetes
  • Terraform
  • ArgoCD
  • OpenTelemetry
  • MLflow
  • Python