Skip to content
View saiakhil-devops's full-sized avatar
:electron:
:electron:

Block or report saiakhil-devops

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
saiakhil-devops/README.md

wave Hello, I'm

Akhil P S

Cloud & DevOps Enthusiast — CI/CD • Containers • AWS • Python

email badge linkedin badge github badge


About Me

I like turning “it works on my machine” into repeatable, secure pipelines.
QA roots taught me to value fast feedback loops, clear signals, and predictable outcomes.

  • Ship small, ship often: lint → test → scan → build → publish → deploy
  • ✳️ Bias for simplicity: small YAML, small images, small steps → reliable results
  • 📝 Docs for humans: short TL;DRs + copy-paste blocks that help the next person (often me)
  • 🔐 Secure by default: CodeQL & Trivy in CI; least-privilege IAM wherever possible

Certifications

  • 🏅 AWS Certified Cloud Practitioner (CCP) — foundations of core AWS services, security, pricing/modeling, and cloud architecture; comfortable designing small pipelines and packaging/deploying containers.
  • ☁️ Google Cloud Ready Facilitator — completed hands-on Qwiklabs quests covering IAM, compute, networking, serverless, storage & container services; mentored peers during labs.
  • 🎯 Next up: AWS Solutions Architect – Associate (in progress)

Featured Projects

1) GitHub Actions DevOps Pipeline

A clean, automation-first CI/CD demo that bakes in feedback and code quality.

Repo:
https://github.com/saiakhil-devops/github-actions-devops-pipeline

Live status badges

Build CodeQL Trivy

What it shows

  • Multi-stage workflow: lint → test → scan → build → deploy
  • CodeQL + Trivy integrated without slowing delivery
  • Health surfaced as README badges so status is always obvious

2) AWS DevOps CI/CD Pipeline Demo

Containerized Python app + GitHub Actions → GHCR → AWS ECS/ECR deployment.

Repo:
https://github.com/saiakhil-devops/aws-devops-pipeline-demo

Live status badges

CI CodeQL Trivy

What it shows

  • Full-stack delivery: Dockerized app → AWS ECS/ECR (Fargate)
  • Secure supply chain: Actions + OIDC + CodeQL + Trivy
  • Portable IaC/structure for dev/stage/prod with reproducible environments

Toolbox (quick glance)

DevOps CI/CD Docker Containers AWS Python CodeQL Trivy


Let’s connect / collaborate

  • Found a rough edge or have an idea? Open an issue or PR—I love learning from real use-cases.
  • If any repo helped you, a ⭐️ on GitHub genuinely fuels my next sprint.
  • Prefer DMs? Reach me on LinkedIn or via email above.

Live GitHub Stats

GitHub stats GitHub streak

Pinned Loading

  1. saiakhil-devops saiakhil-devops Public

    Profile README: Cloud & DevOps portfolio, featured projects, and contact

  2. aws-devops-pipeline-demo aws-devops-pipeline-demo Public

    Containerized Python app with GitHub Actions CI; AWS-ready scaffold for ECR/ECS deployment

    Dockerfile

  3. github-actions-devops-pipeline github-actions-devops-pipeline Public

    CI/CD with GitHub Actions: linting (Flake8), formatting (Black), tests (Pytest), and Docker build & push

    Dockerfile

  4. Cloud-Devops-field-notes Cloud-Devops-field-notes Public

    Practitioner-style Cloud & DevOps notes, runbooks, and diagrams.