Skip to content
View chellojuramu's full-sized avatar

Highlights

  • Pro

Block or report chellojuramu

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
chellojuramu/README.md
image



Ramu Chelloju

Senior DevOps Engineer Β· Cloud Infrastructure Architect Β· Platform Engineering

Designing, building, and operating production-grade cloud infrastructure at scale Specialized in multi-cloud automation, microservices orchestration, and zero-downtime delivery systems

LinkedIn Email GitHub


5 Years Production Experience Β· 15+ Environments Managed Β· 99.7% Uptime SLA Β· 60% Faster Deployments


πŸ‘‹ About

Production-focused DevOps Engineer with 5 years of hands-on experience architecting and operating cloud infrastructure for healthcare platforms and enterprise-grade microservices. Currently serving as the primary DevOps engineer for a telehealth platform on Azure, managing multi-tenant white-label infrastructure serving healthcare clients at scale.

Engineering Philosophy: Every manual process is technical debt. Infrastructure must be reproducible, version-controlled, observable, and self-healing. I build systems that operators trust and developers love.

What I bring to the table:

  • End-to-end ownership of cloud infrastructure β€” from architecture design to production operations
  • Deep expertise in both AWS and Azure ecosystems with production workloads
  • Battle-tested CI/CD pipeline architecture reducing deployment cycles by 60%
  • Monitoring-first mindset β€” if you can't observe it, you can't operate it

πŸ› οΈ Technology Stack

Cloud Platforms

AWS Azure

Infrastructure as Code

Terraform Ansible CloudFormation

Containers & Orchestration

Docker Kubernetes Helm

CI/CD & Automation

Jenkins GitHub Actions Azure DevOps

Monitoring & Observability

Prometheus Grafana ELK Stack

Databases & Middleware

MongoDB MySQL Redis RabbitMQ

Scripting & Tools

Bash Python Git Linux


πŸ—οΈ Production Experience β€” Current Role

Telehealth Platform Β· Wellness Stream β€” Azure Cloud Infrastructure & DevOps

Primary DevOps Engineer β€” White-Label Healthcare SaaS Platform

Sole DevOps engineer responsible for designing, deploying, and operating the complete cloud infrastructure for a telehealth platform focused on weight-loss management and remote healthcare services. Built and maintained a multi-tenant white-label architecture supporting multiple healthcare clients with isolated infrastructure and shared deployment patterns.

πŸ“‹ Key Responsibilities & Achievements (click to expand)
Area Details
Cloud Architecture Designed and managed Azure cloud infrastructure for multiple white-label environments supporting different healthcare clients
Microservices Deployed and maintained microservices architecture β€” Web, API, Batch Processing, and Chat services
Compute Configured and managed Azure App Services and App Service Plans for backend APIs and web applications
Networking Implemented Azure Front Door for global routing, load balancing, and secure access to application endpoints
Caching Managed Azure Cache for Redis for high-performance caching and session management
Observability Implemented centralized logging and monitoring using Azure Log Analytics Workspace and Application Insights
Alerting Configured smart detection alerts, metric alerts, and action groups for application failure and performance monitoring
CI/CD Built and maintained CI/CD pipelines using Jenkins to automate build, deployment, and release processes
Multi-Tenancy Managed infrastructure for multiple clients with isolated resources while sharing common deployment patterns
Operations Monitored system health, resolved production issues, and ensured high availability of telehealth services
Collaboration Collaborated with development teams to streamline deployment workflows and improve release reliability

Impact: Platform enables patients to access healthcare providers instantly through telehealth consultations β€” supporting weight-loss management, medication programs, and online patient engagement across multiple healthcare organizations.


πŸš€ Featured Projects

Production-Grade AWS Infrastructure with Terraform β€” Modular Multi-Tier Architecture

End-to-end infrastructure provisioning for a microservices e-commerce platform using Terraform with custom reusable modules.

Architecture:
β”œβ”€β”€ infra/              β†’ Environment-specific infrastructure definitions
β”œβ”€β”€ modules/
β”‚   β”œβ”€β”€ terraform-aws-vpc/   β†’ Custom VPC module (multi-AZ, public/private subnets)
β”‚   └── terraform-aws-sg/    β†’ Security group module (least-privilege network policies)
└── roboshop-infra.drawio    β†’ Architecture diagram

What makes this production-grade:

  • βœ… Custom Terraform modules for VPC and Security Groups β€” not off-the-shelf, purpose-built
  • βœ… Multi-AZ deployment with proper subnet segmentation (public, private, database tiers)
  • βœ… Remote state management with state locking for team collaboration
  • βœ… Environment separation through Terraform workspaces
  • βœ… Architecture documented with draw.io diagrams

Tech: Terraform AWS VPC EC2 Security Groups S3 Backend DynamoDB State Lock Multi-AZ


Enterprise Ansible Role Architecture β€” 11-Service Microservices Deployment

Production-ready Ansible automation with proper role-based architecture for deploying a complete microservices application stack.

Architecture:
β”œβ”€β”€ roles/
β”‚   β”œβ”€β”€ frontend/      β†’ Nginx reverse proxy + static assets
β”‚   β”œβ”€β”€ cart/          β†’ Cart microservice (Node.js)
β”‚   β”œβ”€β”€ catalogue/     β†’ Product catalog service (Node.js)
β”‚   β”œβ”€β”€ user/          β†’ User authentication service (Node.js)
β”‚   β”œβ”€β”€ shipping/      β†’ Shipping calculation service (Java)
β”‚   β”œβ”€β”€ payment/       β†’ Payment processing service (Python)
β”‚   β”œβ”€β”€ mongodb/       β†’ Document store for catalog/user data
β”‚   β”œβ”€β”€ mysql/         β†’ Relational DB for shipping/orders
β”‚   β”œβ”€β”€ redis/         β†’ Session cache + cart storage
β”‚   β”œβ”€β”€ rabbitmq/      β†’ Async message queue for order processing
β”‚   └── common/        β†’ Shared tasks and handlers
β”œβ”€β”€ group_vars/        β†’ Environment-specific variables
β”œβ”€β”€ inventory.ini      β†’ Host inventory
└── roboshop.yaml      β†’ Master orchestration playbook

What makes this production-grade:

  • βœ… Role-based structure with clear separation of concerns across 11 services
  • βœ… Jinja2 templating for environment-specific configurations
  • βœ… Idempotent playbooks β€” safe to run repeatedly
  • βœ… Handler-based service management for optimized restarts
  • βœ… Group variables for multi-environment deployment support

Tech: Ansible YAML Jinja2 Roles Handlers Node.js Java Python MongoDB MySQL Redis RabbitMQ


Terraform Deep-Dive β€” State Management, Modules, Workspaces & Advanced Patterns

Comprehensive Terraform implementation covering enterprise infrastructure patterns from fundamentals to advanced state architecture.

What's covered:

  • βœ… Remote state with S3 + DynamoDB locking β€” team-safe infrastructure management
  • βœ… Layered state architecture separating network, compute, and application layers
  • βœ… Production VPC design with multi-AZ, public/private subnet architecture
  • βœ… Modular, reusable components following DRY principles
  • βœ… Workspace-based environment separation (dev β†’ staging β†’ prod)
  • βœ… Data sources for cross-stack references and output-driven integration

Tech: Terraform AWS VPC S3 DynamoDB IAM Workspaces Modules


πŸ† Certifications

Certification Issuer Issued Verify
Microsoft Microsoft Certified: Azure Fundamentals (AZ-900) Microsoft Apr 2022 πŸ”— Verify
Udacity Foundation of Ethical Hacking Udacity Jan 2025 πŸ”— Verify
Google Foundations of Cybersecurity Google Mar 2026 πŸ”— Verify

πŸ“Š Production Impact β€” By The Numbers

Metric Result
Deployment Time Reduction 60% faster through infrastructure automation
Production Environments 15+ managed across multiple healthcare clients
Application Uptime 99.7% SLA for mission-critical telehealth services
Mean Time to Detection < 5 minutes with proactive monitoring systems
Infrastructure Migrations Executed with zero downtime

🧠 Engineering Principles

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                                                                 β”‚
β”‚   AUTOMATION FIRST     β†’ If you do it twice, automate it        β”‚
β”‚   IMMUTABLE INFRA      β†’ Servers are cattle, not pets            β”‚
β”‚   OBSERVABILITY        β†’ Can't improve what you can't measure    β”‚
β”‚   SECURITY BY DESIGN   β†’ Least privilege. Secrets never in code  β”‚
β”‚   DISASTER RECOVERY    β†’ Backup everything. Test restores often  β”‚
β”‚   INFRASTRUCTURE = CODE β†’ Version-controlled, tested, reviewed   β”‚
β”‚                                                                 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“ˆ What I Practice Daily

  • Infrastructure as Code β€” All infrastructure changes through version-controlled, peer-reviewed code
  • GitOps Workflows β€” Git as the single source of truth for infrastructure state
  • CI/CD Pipeline Design β€” Automated build, test, and deployment to production
  • Monitoring-First Operations β€” Proactive alerting with actionable runbooks
  • Incident Management β€” Defined response procedures, blameless post-mortems, continuous improvement
  • Cost Optimization β€” Resource right-sizing, tagging strategies, and waste elimination

πŸ“š Currently Exploring

Technology Focus Area
Advanced Kubernetes Operators, Custom Controllers, CRDs
Service Mesh Istio, Linkerd
GitOps ArgoCD, FluxCD
Infrastructure Testing Terratest, Kitchen-Terraform
Cloud FinOps Cost optimization at scale
Multi-Cloud Hybrid networking architectures

🀝 Let's Connect

I'm always open to discussing cloud architecture challenges, infrastructure automation strategies, and DevOps best practices. Whether you're scaling infrastructure, building CI/CD pipelines, or optimizing cloud costs β€” let's talk.

LinkedIn Email


"Infrastructure is code. Code is tested. Code is reviewed. Therefore, infrastructure is reliable."


πŸ“Š GitHub Activity

Contribution Graph
GitHub Streak GitHub Stats
Top Languages

Popular repositories Loading

  1. ansible ansible Public

    Ansible learning and automation repository containing playbooks, inventories, and best practices for configuration management and infrastructure automation.

    1

  2. chellojuramu chellojuramu Public

  3. devops-automation-toolkit devops-automation-toolkit Public

    A production-grade automation toolkit for Linux and DevOps engineers, featuring Bash and Python scripts for system administration, user management, package automation, and reliability engineering. …

    Shell

  4. devops-hands-on-docker devops-hands-on-docker Public

    Repository documenting Docker concepts and hands-on examples for building and running containerized applications

  5. roboshop-ansible-automation roboshop-ansible-automation Public

    Ansible playbooks for the automated provisioning, configuration, and deployment of the RoboShop microservices architecture.

  6. terraform-end-to-end-mastery terraform-end-to-end-mastery Public

    A comprehensive guide to Infrastructure as Code. This repository covers the complete Terraform lifecycleβ€”from basic resource creation to advanced state management and modular design across multiple…

    HCL