9 years designing, automating, and operating production-grade cloud platforms on AWS and Azure. I build the infrastructure that makes delivery fast, reliable, and observable — and then automate everything so it stays that way.
At a glance
Experience9 years
Current roleScottish Govt · SPM
Cloud platformsAWS · Azure
Infra cost saved~20%
IaC coverage
95%
CI/CD automation
90%
Observability
88%
What I bring
Core capabilities
☁️
Cloud Infrastructure
Production-grade AWS & Azure environments built with Terraform, CloudFormation, and Bicep. Multi-AZ, auto-scaling, and ~20% cost optimised.
🔄
CI/CD Engineering
End-to-end pipelines with Jenkins, GitHub Actions, GitLab CI. Build → test → containerise → deploy with zero manual steps in production.
🐳
Containers & Orchestration
Docker and Kubernetes at scale — Helm charts, Ingress, HPA, RBAC across dev, staging, and prod. Formerly kubeadm clusters, now EKS.
📊
Observability
Prometheus + Grafana + CloudWatch stacks. SLO tracking, alerting runbooks, and incident dashboards that actually surface the right signal.
🔐
Security & Compliance
GDPR-aligned cloud security: IAM least-privilege, KMS encryption, Secrets Manager, CloudTrail audit trails, and zero-trust network design.
🤖
Automation & SRE
Python & Ansible automation frameworks. Idempotent playbooks, webhook pipelines, and Slack self-service workflows to kill toil at source.
Certifications
🏅
AWS Certified Cloud Practitioner
Amazon Web Services · February 2025
🏅
Terraform Associate
Mphasis · December 2024
Career history
9 years of impact
From project engineer to senior DevOps lead — building platforms that ship faster, fail less, and cost less to run.
Jul 2022 – Present · 3+ years
Senior DevOps Engineer
Mphasis · Scottish Government (SPM)
Architected production-grade AWS infrastructure with Terraform — modular IaC for VPCs, EC2, ALB/NLB, ASGs, RDS, S3, IAM, KMS, and Secrets Manager across multiple environments
Led a DevOps team of 3, mentoring engineers, assigning work, and driving delivery cadence to reduce incident time
Engineered end-to-end CI/CD pipelines with Jenkins, Docker, and Kubernetes across dev, non-prod, and production environments
Achieved approximately 20% infrastructure cost reduction through resource right-sizing and Auto Scaling optimisation
Implemented Prometheus/Grafana monitoring across all platforms; introduced Slack-based self-service workflows for common support requests
Established GDPR-aligned cloud security: role-based access, KMS encryption, secrets handling, and full audit trails via CloudTrail
Created and maintained comprehensive runbooks, IaC standards, and troubleshooting procedures on Confluence
Jan 2021 – Jul 2022 · 1.5 years
Senior DevOps Engineer
Mphasis HP · Sirius Dev Environment
Owned build, release, and monitoring processes for Sirius firmware in Agile environments
Designed and maintained multi-branch CI/CD pipelines using Jenkins, Docker, and Kubernetes for repeatable, safer releases
Implemented IaC with Terraform across AWS and Azure, improving scalability and disaster recovery capabilities
Led migration of legacy applications to Kubernetes, improving observability and rerun orchestration
Developed automation frameworks using Shell, Python, Ruby, and Ansible for multi-cloud environment provisioning
Managed artifact versioning and release with Jenkins and Nexus; applied Power Platform ALM practices
Mentored junior engineers on DevOps best practices and incident runbook adoption
Aug 2018 – Jan 2021 · 2.5 years
DevOps Engineer
ThinkPalm Technologies · RADview
Migrated RADview from legacy architecture to CI/CD using Docker, Ansible, Kubernetes, and Helm
Configured and maintained Kubernetes clusters (COE) with Helm charts for production environments
Implemented Prometheus/Grafana monitoring and automated alerting integration
Acted as release engineer for RADview migrations and production rollouts, handling environment consistency and rollback planning
Jul 2016 – Aug 2018 · 2 years
Project Engineer
Wipro Technologies · Microfocus Cloudassessment
Established CI/CD using Jenkins and Docker for Microfocus Cloudassessment and Enterprise Maps
Built test automation from scratch with Jenkins and Selenium to improve release quality
Owned release responsibilities: packaging, environment coordination, and delivery management
Technical competencies
The full stack
Deep expertise across cloud, infrastructure, containers, automation, security, and observability. Expert = daily-use, production-proven.
☁️ Cloud Platforms
AWSAzureEC2EKSS3RDSVPCALB / NLBRoute 53CloudFrontAzure AKSAzure AD
The infrastructure behind this portfolio is the portfolio. Every component was provisioned with Terraform, deployed via Jenkins, and secured with AWS-native controls — all on the free tier.
Every push to main triggers a fully automated Jenkins pipeline — code quality checks, Docker build, ECR push, and SSH deploy to EC2. Zero manual steps after git push.
Jenkins pipeline — Git push to live in under 5 minutes
# Stage 1: buildFROM node:20-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm ci --production=false
COPY . .
RUN npm run build
# Stage 2: serve with nginxFROM nginx:alpine
COPY --from=builder /app/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]
Get in touch
Let's talk
Open to Senior DevOps / SRE / Platform Engineer roles
📧
Email
sarath.k@mphasis.com
📱
Phone
+44 7767 954 270
📍
Location
United Kingdom
💼
LinkedIn
linkedin.com/in/sarath-kumar-k
🐙
GitHub
github.com/sarathk-devops
📬 How this contact form works:
Messages go through the Node.js backend API hosted on this EC2, which calls AWS SES directly using IAM role credentials (no keys in code). SES sends the email to my inbox. No third-party services — full DevOps, end to end.
Send me a message
✅ Message sent! I'll get back to you within 24 hours.