Skip to content
View mohan-s-gopal's full-sized avatar
πŸ‘
πŸ‘

Block or report mohan-s-gopal

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
mohan-s-gopal/README.md
Typing SVG
Snake animation

πŸ‘‹ Hi there, I'm Mohan SG

Platform Engineer | Cloud Native Architect | Infrastructure Evangelist

"Building scalable, resilient infrastructure that powers the digital world"

πŸš€ About Me

apiVersion: v1
kind: Engineer
metadata:
  name: mohan-sg
  namespace: platform-engineering
spec:
  experience: 8+ years
  specializations:
    - Cloud Native Architecture
    - Kubernetes & Container Orchestration
    - Infrastructure as Code (IaC)
    - Site Reliability Engineering (SRE)
    - DevOps & CI/CD Pipelines
    - Observability & Monitoring
  currentFocus:
    - Platform Engineering
    - AI/ML Infrastructure
    - Developer Experience (DX)
  motto: "Automate Everything, Monitor Everything, Scale Everything"

🎯 What I Do

  • πŸ—οΈ Platform Engineering: Design and build developer platforms that enable teams to ship faster
  • ☁️ Cloud Architecture: Architect multi-cloud solutions on AWS, Azure, and GCP
  • πŸ”§ Infrastructure Automation: Terraform, Ansible, and GitOps for everything
  • πŸ“Š Observability: Prometheus, Grafana, Jaeger for full-stack monitoring
  • 🚒 Container Orchestration: Kubernetes, Docker, and service mesh technologies

πŸ› οΈ Technology Arsenal

πŸ—οΈ Platform & Infrastructure
Category Technologies
Container Orchestration Kubernetes Docker Helm
Service Mesh Istio Linkerd
Infrastructure as Code Terraform Ansible Pulumi
GitOps & CI/CD ArgoCD Jenkins GitHub Actions
☁️ Cloud Platforms

AWS Azure Google Cloud DigitalOcean

πŸ“Š Observability & Monitoring

Prometheus Grafana Jaeger Elastic DataDog

πŸ’» Programming & Scripting

Go Python Shell Script YAML

πŸ—„οΈ Databases & Message Queues

Redis Apache Kafka PostgreSQL MongoDB

πŸ€– AI/ML Infrastructure

HuggingFace LangChain MLflow Kubeflow


πŸ“Š GitHub Analytics

Activity Graph

πŸ† Achievements & Certifications

AWS Kubernetes Azure

graph LR
    A[8+ Years] --> B[Platform Engineering]
    A --> C[Cloud Architecture]
    A --> D[DevOps & SRE]
    B --> E[Developer Experience]
    C --> F[Multi-Cloud Solutions]
    D --> G[Infrastructure Automation]
    E --> H[Platform Tools]
    F --> I[Scalable Systems]
    G --> J[GitOps & IaC]
Loading

πŸš€ Featured Projects

kns-top redis-cli-dashboard

πŸ”₯ Current Focus Areas

  • πŸ—οΈ Platform Engineering: Building internal developer platforms (IDPs)
  • πŸ€– AI Infrastructure: MLOps and AI model deployment pipelines
  • πŸ”„ GitOps: Advanced GitOps patterns with ArgoCD and Flux
  • πŸ“‘ Observability: OpenTelemetry and distributed tracing
  • πŸ›‘οΈ Security: DevSecOps and infrastructure security automation

🌐 Connect & Collaborate

LinkedIn Portfolio Email Twitter


πŸ’‘ "Building the infrastructure that powers tomorrow's innovations"

Profile Views GitHub Followers

⭐ Star my repositories if you find them useful!


Pinned Loading

  1. Useful Docker commands for developers Useful Docker commands for developers
    1
    docker network create mynetwork --driver=bridge
    2
    docker run -p 5601:5601 --name kibana -d --network mynetwork kibana 
    3
    docker run -p 9200:9200 -p 9300:9300 --name elasticsearch -d --network mynetwork elasticsearch"
    4
    docker exec -ti <CONTAINER_ID> bash
    5
    docker inspect <CONTAINER_ID>