Skip to content
View salioudjalo's full-sized avatar

Block or report salioudjalo

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
salioudjalo/README.md

πŸ‘‹ Hi, I'm Saliou Djalo

Cloud & DevOps Engineer building production-grade AWS and Kubernetes platforms

Designing scalable, automated and secure cloud environments using Infrastructure as Code.


πŸš€ About Me

I design and build cloud infrastructure that is:

  • Scalable
  • Automated
  • Reproducible
  • Production-ready

My focus is on AWS environments built with Terraform, containerised workloads with Docker, and reliable CI/CD pipelines.

I approach infrastructure with the mindset that:

If it can't be versioned and automated, it shouldn't exist.


πŸ›  Core Stack

  • Cloud: AWS (EC2, VPC, IAM, S3, ECS, Route 53)
  • Infrastructure as Code: Terraform (modules, remote state, workspaces)
  • Containers & Orchestration: Docker, Kubernetes (EKS)
  • CI/CD: GitHub Actions
  • OS & Scripting: Linux, Bash

πŸ”₯ Featured Projects

Production-style AWS infrastructure built from scratch using Terraform.

Includes:

  • Custom VPC with public/private subnets
  • NAT Gateway & Internet Gateway
  • Secure IAM roles and policies
  • Remote backend configuration
  • Modular architecture structure

Goal: Simulate real-world infrastructure layout and best practices.


End-to-end container deployment workflow.

Includes:

  • Dockerised application
  • ECR image registry
  • ECS (Fargate) service deployment
  • CI pipeline with GitHub Actions
  • Automated build & push process

Goal: Fully automated container lifecycle from commit to deployment.


Production-style Kubernetes environment running on AWS EKS.

Includes:

  • Terraform-managed VPC and EKS cluster
  • Dockerised FastAPI application
  • ECR image registry integration
  • ALB Ingress (AWS Load Balancer Controller)
  • Horizontal Pod Autoscaler (HPA)
  • Liveness & Readiness probes
  • Resource requests & limits
  • GitHub Actions CI/CD pipeline (build β†’ push β†’ deploy)

Goal: Demonstrate real-world Kubernetes operations on AWS with Infrastructure as Code and automated deployments.


πŸ“Š Engineering Approach

  • Infrastructure is code, not configuration
  • Security is designed early, not added later
  • Automation reduces operational risk
  • Clear folder structure > clever hacks

I focus on writing infrastructure that teams can understand and maintain.


🌍 Connect With Me


πŸ“ˆ GitHub Activity

Consistently building hands-on cloud infrastructure projects to refine production readiness and architecture design skills.

Pinned Loading

  1. terraform-aws-foundations terraform-aws-foundations Public

    Hands-on Terraform projects for building AWS infrastructure from scratch

    HCL

  2. docker-to-ecs-real docker-to-ecs-real Public

    End-to-end Docker β†’ ECR β†’ ECS (Fargate + EC2) deployment of a containerized API

    Dockerfile

  3. eks-mini-platform eks-mini-platform Public

    Production-style EKS platform built with Terraform, FastAPI, Docker and GitHub Actions. Includes ALB Ingress, HPA autoscaling, health probes and resource optimization.

    HCL

  4. sre-observability-platform sre-observability-platform Public

    Production-oriented SRE observability stack on Kubernetes with Prometheus, Grafana, SLOs, alerting, and incident runbooks.