DEVOPS ENGINEER
Profile
DevOps Engineer & Cloud Infrastructure Specialist
Manoj Kumar
DevOps Engineer
Professional Summary
Junior DevOps Engineer with 6 months of hands-on DevOps support internship experience, working with CI/CD pipelines, Docker, and basic Kubernetes orchestration. Continuously practicing cloud infrastructure and automation using AWS and Terraform. Passionate about building scalable, reliable systems and improving deployment workflows.
Personal Information
Core Skills
Skills Matrix
Advanced proficiency across the DevOps spectrum
Cloud & Infrastructure
Containers & Orchestration
CI/CD & Automation
Development
Projects
Real-world DevOps implementations with measurable impact
Kubernetes CI/CD Pipeline
Automated CI/CD pipeline for Kubernetes deployments with security scanning, automated testing, and zero-downtime deployments. Reduced deployment time by 80% and improved reliability.
Microservices Infrastructure
Containerized microservices architecture with auto-scaling, load balancing, and comprehensive monitoring. Handles 10K+ requests per minute with 99.5% uptime.
AWS Infrastructure Automation
Infrastructure as Code using Terraform with automated provisioning, configuration management, and security compliance. Eliminated configuration drift.
GitOps with ArgoCD
Implemented GitOps workflows using ArgoCD for multi-cluster Kubernetes management. Declarative configuration, automated sync, and drift detection.
Prometheus Operator Stack
Deployed and configured Prometheus Operator with custom alerting rules, Grafana dashboards, and Thanos for long-term storage and querying.
Career Timeline
Journey through DevOps excellence and technical evolution
DevOps Engineer
Implementing CI/CD pipelines, container orchestration, and cloud infrastructure. Automated deployment processes, reducing manual intervention by 80%.
Java Developer
Developed enterprise applications with Java, MySQL, and modern frameworks. Gained deep understanding of software development lifecycles.
Computer Science Student
Bachelor's in Computer Science with focus on algorithms, data structures, and software engineering principles.
Certifications
Industry‑recognized credentials
AWS Certified Solutions Architect
Amazon Web Services
Issued 2023 · Expires 2026
Certified Kubernetes Administrator
Cloud Native Computing Foundation
Issued 2024
Docker Certified Associate
Docker, Inc.
Issued 2023
HashiCorp Certified: Terraform Associate
HashiCorp
Issued 2024
Certified Security Specialist
(ISC)²
Issued 2024
DevOps Blog
Latest thoughts on infrastructure, automation, and cloud
Zero-Downtime Deployments with Kubernetes
Learn how I implemented rolling updates and canary deployments to achieve 99.99% uptime for critical services.
Read moreGitHub Actions vs Jenkins: A Practical Comparison
Based on real projects, here's why I chose GitHub Actions for some pipelines and Jenkins for others.
Read moreObservability Stack: Prometheus, Grafana, and Loki
How I built a unified monitoring solution that reduced mean time to resolution by 60%.
Read moreSecuring Kubernetes with Network Policies
A deep dive into zero-trust networking in K8s using Calico and Cilium.
Read moreCost Optimization in AWS EKS
Strategies for reducing cloud spend while maintaining performance.
Read moreAdvanced CI/CD with GitHub Actions Matrix
Using matrix strategies to test across multiple environments and versions efficiently.
Read moreTerraform Best Practices for Large Teams
Module structure, state locking, and workspace strategies for collaboration.
Read moreKubernetes Operators: Building Custom Controllers
Extending Kubernetes with operators for stateful applications.
Read moreLive Engineering Dashboard
Simulated metrics for demonstration. In production, metrics are collected via Prometheus (kube-state-metrics, cAdvisor, node exporter) and visualized in Grafana.
Examples: Error rate = sum(rate(http_requests_total{status=~'5..'}[5m])) / sum(rate(http_requests_total[5m])); p95 latency = histogram_quantile(0.95, sum(rate(http_request_duration_seconds_bucket[5m])) by (le)); Pod restarts = sum(increase(kube_pod_container_status_restarts_total[1h])).
Resume
MANOJ KUMAR · +1 (636) 985‑3823 · Tuticorin, Muthiyapuram · contact@manoj2110813.com · Naukri · LinkedIn
- DevOps‑oriented Software Developer with hands‑on CI/CD, Git/GitHub, Docker, and basic Kubernetes orchestration.
- Strong in Java and SQL/MySQL. Comfortable with Prometheus + Grafana for metrics and Jira for tracking.
- Focus on clean, scalable systems and modern automation practices.
- k8s‑cicd‑pipeline: Built an end‑to‑end pipeline to build, containerize, deploy, and monitor on AWS EKS using Docker, GitHub Actions, Terraform, Prometheus, and Grafana.
- Lemnisk CDP: Kubernetes deployment support; ticket‑driven operations via Jira.
- B.Sc. Computer Science – Aditanar College (79%)
- St. Xavier’s HSS – Computer Science (82%)
- K.T. Kosalram High School (74%)
- Assisted Kubernetes deployments and day‑2 ops; reduced manual steps by introducing checklists and scripts.
- Supported build and release using GitHub Actions; standardized workflow templates and secrets strategy.
- Monitored services with Prometheus/Grafana; triaged alerts and documented runbooks.
- Built EKS demo with Terraform and automated Docker builds; showcased blue‑green deployment pattern.
- Containerized Java app and optimized images using multi‑stage builds and caching.
- Migrated demo pipeline to Actions; cut build time by ~25% via caching and parallel jobs.
- Created reusable Terraform modules for VPC, EKS, and IAM; improved code reuse.
- Maintained 99%+ uptime for practice cluster while testing failure scenarios.
Open Source Contributions
Active contributor to CNCF projects and DevOps tooling
Kubernetes
Fixed bugs in kube-proxy and contributed to SIG-Network documentation. Reviewed PRs for network policies.
Prometheus
Added new exporters for custom applications and improved alertmanager routing examples.
Terraform Providers
Contributed to the AWS provider by adding new resources and updating documentation.
GitHub Actions
Developed custom actions for caching Docker layers and deploying to EKS.
Awards & Recognitions
Honors received for technical excellence and innovation
DevOps Innovator 2024
Recognized by Cloud Native Computing Foundation for contributions to CI/CD automation.
Hackathon Winner
First place at KubeHack 2023 for building a Kubernetes cost optimization tool.
GitHub Star
Featured as a GitHub Star for active open source contributions in 2024.
DevOps Tools I Love
My favorite technologies for building robust systems
AWS
EKS, EC2, S3, IAM, Lambda, CloudFormation
Docker
Containerization, multi-stage builds, Docker Compose
Kubernetes
Helm, Kustomize, Operators, Service Mesh (Istio)
Terraform
Infrastructure as Code, modules, remote state
Prometheus & Grafana
Metrics, alerts, dashboards, Thanos
GitHub Actions
CI/CD pipelines, self-hosted runners, reusable workflows
DevOps Practice Notes
Key concepts from EC2, Linux, and Windows – compiled from my study notes
PEM vs PPK
PEM: Linux/Mac key file. Used with SSH: ssh -i key.pem user@ip
PPK: Windows PuTTY format – convert PEM to PPK using PuTTYgen.
Initializing & Health Checks
Initializing = system getting ready (loading, checking).
2/2 Checks Passed = AWS hardware (System Status) + OS/Instance (Instance Status) both OK.
Daemon Process
Background program that runs automatically (starts at boot, no user login). Examples: networking, logging, cron, web servers (nginx, apache).
Vertical vs Horizontal Scaling
Vertical = make one server bigger (add RAM/CPU).
Horizontal = add more servers to share load.
Default Protocols
Linux → SSH (port 22), Windows → RDP (port 3389).
Public IP / Elastic IP
First public IP is dynamic (changes on stop/start). Static IP = Elastic IP (EIP) – allocate & attach manually.
EBS Volumes
Max size = 16 TB. Max 28 volumes per instance (root + extra). IOPS = Input/Output Operations Per Second – affects speed, database performance.
EC2 Launch Checklist
1. AMI (OS) 2. Instance type (CPU/RAM) 3. Network (VPC, subnet, IP) 4. Storage (EBS) 5. Tags 6. Security Group 7. Key Pair
Modify & Resize Drive (Linux)
lsblk → see attached drivessudo mkfs -t ext4 /dev/xvdf → formatmkdir newvolume; mount /dev/xvdf newvolume/resize2fs /dev/xvdf → after resizing in console.
Snapshots
Backup of EBS volume at a point in time. Can be used to create new volumes or migrate data.
S3 Storage
Unlimited, 99.99% availability, 11 9s durability. Versioning, lifecycle policies. Max object size 5 TB. 100 buckets per account.
VPC & Subnet CIDR
/32 → 1 IP, /24 → 256 IPs, /16 → 65,536 IPs. Public subnet needs IGW, private subnet can use NAT Gateway for internet.
Contact
Available for DevOps opportunities, freelance projects, and technical collaborations
manoj2110813@gmail.com
Phone
+91 63698XXXXX
Location
Tamil Nadu, India
Availability
Immediately Available
Feedback
I'd love to hear your thoughts on my portfolio