Sreehari's Portfolio

Sreehari S Kumar

Sr. DevOps Engineer

About Me

Hello! I’m Sreehari S Kumar. I'm passionate about using technology and to work automation and making sure that systems are running smoothly. I'm always learning new technologies and exploring new ideas. I have hands-on experience in DevOps tools/services like Linux, Terraform, Packer, Ansible, Docker, Bash, Python, Jenkins, Git. I am a quick learner and a team worker that gets the job done.

Bio

Date Of Birth
11/06/1994
Email
ssksreehari@gmail.com
Phone
+91 8137896560
Address
Sreehari S Kumar
Parambithara Cross Road
Panampilly Nagar P.O.
Cochin - 36, Kerala, India
PIN: 682 036

Professional Skills

Cloud (AWS)
Intermediate
Infrastructure as Code (Terraform)
Intermediate
Configuration Management (Ansible)
Intermediate
Scripting (Bash/Python)
Advance
Linux
Master
Containerzation (Docker)
Intermediate
CI/CD (Jenkins)
Beginner
Version Control (Git)
Intermediate

Work Experience

Sr. DevOps Engineer at Crozaint Technologies Pvt. Ltd.
June, 2023 - present
• Implement and maintain CI/CD pipelines to automate the build, test, and deployment processes, enabling faster and more reliable software releases.
• Integrate Jenkins/GitHub Action as part of the CI/CD pipeline to automate the building and packaging of Docker containers, ensuring seamless integration with container orchestration tools.
• Define infrastructure configurations as code to ensure consistency, scalability, and repeatability, whether deploying to on-premises servers or cloud platforms.
• Implement robust monitoring solutions to track the performance and health of applications and infrastructure.
• Set up centralized logging systems to aggregate and analyze logs, facilitating quick identification and resolution of issues.
Analyst - Cloud & DevOps at FutureBlox Technologies Pvt. Ltd.
March, 2022 - December, 2022
• Used critical thinking to break down problems, evaluate solutions and make decisions.
• Configured & implemented resources using Terraform.
• Increased customer satisfaction by resolving issues.
• Troubleshoot and fix web server or database resource utilization issues.
• Plan and monitor AWS Cloud Infrastructure.
• Applied scripting methodologies to automate IT administrative-related tasks.
• Identified and resolved problems through root cause analysis and research.
L2 Server Engineer at Hashroot Technologies Pvt Ltd.
December, 2021 - March, 2022
• OS installation based on customer requirements.
• Configuration of different RAID levels.
Server & Network Administration Trainee at Spices Board
February, 2020 - December, 2021
• Installation & Configuration of Centralised users.
• Automation using Ansible.
• Expertise in shell scripting for automation of tasks.
• Hands-on experience with Web Servers: Apache, Nginx.
• Database management: MySQL, MariaDB.

Education

Bachelor of Engineering (Computer Science) from Dr. Paul's Engineering College
2012 - 2016
CGPA: 5.63
CLASS XII from Sree Narayana Higher Secondary School, Ayyappankavu
2010 - 2012
Grade: D+

Projects

AWS / EventBridge / Lambda / EBS Monitoring / SNS / Integration

Identifying Unused EBS Volumes

In this article we will be using AWS’ EventBridge and Lambda functions, we’ll set up a process to regularly check for forgotten EBS volumes in AWS.

ECS / Blue/Green Deployment / AWS Cloud / Containerization / Docker

Blue/Green Deployment on AWS ECS EC2 Instances

This project discusses the seamless implementation of Blue/Green deployment of docker containers into AWS EC2 instances using AWS ECS service.

AWS / API Gateway / Lambda / Integration

API Gateway & Lambda Integration to Start and Stop EC2 Instances

In this article, we will explore how API Gateway can be integrated with Lambda functions streamlines the process of starting and stopping EC2 instances.

Ansible / Jenkins / AWS Cloud /GitHub Webhook / Docker

CI/CD Pipeline to Automate Docker Image Build

This project shows how to automate the Docker image build process on every commit on the GitHub repo using Ansible. An Ansible playbook created will be triggered using github webhook which builds a Docker image from a Flask app repository, pushes it to Docker Hub, and runs it on a test server. Using this workflow, testing of applications can be done smoothly.

Docker / Nginx / IP-geolocation API / Redis

Dockerizing Your IP Geolocation Service with Nginx Reverse Proxy

This is a simple IP-location application project which you can deploy with the help of containerization. Also, this project includes 3 api containers for effectivly working and that can handle more clients, and these containers uses a common cache server (Redis). Also, an Nginx container acts as a reverse proxy, which receives traffic from the outside world and redirects it to the api containers.

AWS Cloud / Ansible / LAMP Stack

Launching a WordPress Website on LAMP Stack Across Different Operating Systems using Anisble Playbook

This project shows how to create an Ansible playbook that can be used to deploy a WordPress website on a LAMP stack, regardless of the target server’s operating system. This playbook can be used to run on servers running on Amazon Linux & Ubuntu AMI's.