Skip to content
View VikramBabariya's full-sized avatar

Block or report VikramBabariya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
VikramBabariya/README.md

Vikram Babariya

DevOps Engineer | Cloud Engineering

πŸ“ Rajkot, IN | ☁️ AWS Certified Cloud Practitioner | 🌐 vikram-sre.dev | πŸ’Ό LinkedIn


βš™οΈ Operational Mandate

DevOps Engineer transitioning from a Python backend foundation to high-availability infrastructure. Specializes in architecting zero-trust AWS serverless ecosystems, enforcing immutable CI/CD delivery pipelines, and applying Shift-Left SRE quality gates to strictly reduce Total Cost of Ownership (TCO) and Mean Time To Recovery (MTTR).

πŸ—οΈ Architectural Competencies

  • Cloud Infrastructure & Security: AWS (IAM, S3, API Gateway, DynamoDB, Lambda), OIDC Identity Federation, Zero-Trust Network Segmentation.
  • Pipeline Automation & DevSecOps: GitHub Actions, Multi-Stage Docker Builds, Container Hardening (PoLP, Non-Root), Semantic Validation (ajv-cli, yamllint).
  • FinOps & Observability: AWS CloudWatch, Budget Hard-Capping (β‚Ή500 INR/mo limit enforcement), Immutable Infrastructure Patterns.
  • Backend Execution: Python, Node.js, FastAPI, Django, PostgreSQL.

πŸš€ Flagship Infrastructure

  • Architecture: Serverless AWS delivery pipeline enforcing blast radius containment via OIDC identity federation, completely deprecating vulnerable, long-lived IAM keys.
  • Outcome: Guaranteed flawless artifact hygiene and zero-downtime delivery utilizing idempotent S3 state synchronizations and automated CloudFront edge network invalidations.
  • Architecture: Multi-tier Docker bridge networking β†’ full Kubernetes migration (11 manifests, dedicated namespace, ClusterIP/NodePort topology, PVC-backed PostgreSQL, ConfigMap schema injection). Zero plaintext credentials across all manifests via secretKeyRef. Validated locally on k3d, targeting k3s on OCI ARM64.
  • Outcome: Slashed production Docker artifacts by 90% (3.5 GB β†’ 364 MB). Property-based manifest test suite (6 Hypothesis tests) enforces structural correctness shift-left β€” no live cluster required to gate correctness.

πŸ”„ Current Architectural Sprint

Completed local Kubernetes deployment of the Inventory System on k3d β€” 11 manifests, zero-plaintext credentials, property-based manifest validation. Next phase: provisioning OCI ARM64 VM (Always Free A1.Flex, 4 OCPUs / 24GB RAM), installing k3s, and deploying all four services to the live cluster. CI/CD pipeline for automated image build β†’ GHCR push β†’ kubectl apply is the subsequent gate.


Executing idempotent infrastructure, absolute cost governance, and zero-trust delivery.

Pinned Loading

  1. zero-trust-rac-platform zero-trust-rac-platform Public

    An SRE-hardened Zero-Trust RaC Platform with fully declarative Terraform IaC, OIDC-federated pipelines, and idempotent CI/CD β€” mathematically enforcing blast radius containment and the Principle of…

    HCL 1

  2. inventory-system inventory-system Public

    Containerized inventory platform with a production-grade, security-first architecture. Multi-tier Docker isolation, immutable ledger pattern, 90% build artifact reduction, and a full Kubernetes mig…

    Python 1