Skip to content
View VibeDevOpsing's full-sized avatar

Block or report VibeDevOpsing

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VibeDevOpsing/README.md
DevOps

Hey, I'm Anatolii πŸ‘‹

Typing SVG DevOps Animation

Lead DevOps Engineer crafting cloud infrastructure that scales 11+ years turning chaos into automation πŸš€

🎯 What I Do

I build resilient cloud systems and automate everything that shouldn't be done manually. Currently focused on container orchestration, MLOps pipelines, and making infrastructure boring (in a good way).

Developer

πŸ›  Tech Stack

Cloud & Infrastructure

AWS Google Cloud Kubernetes Docker Terraform Ansible

DevOps Pipeline

Jenkins GitLab CI GitHub Actions Helm

Monitoring & Observability

Prometheus Grafana ElasticSearch Datadog

Languages

Python Shell Script Go JavaScript

πŸ”„ DevOps Workflow

πŸ“‹ Pipeline Architecture

graph LR
    A[πŸ§‘β€πŸ’» Code] --> B[πŸ”§ Build]
    B --> C[πŸ§ͺ Test]
    C --> D[πŸ“¦ Package]
    D --> E[πŸš€ Deploy]
    E --> F[πŸ“Š Monitor]
    F --> G[πŸ“ˆ Optimize]
    G --> A
Loading

🎯 Core DevOps Practices

Infrastructure as Code (IaC)
  • Terraform for multi-cloud provisioning
  • Ansible for configuration management
  • CloudFormation for AWS-native deployments
  • Git-based version control for all infrastructure
CI/CD Pipeline
Pipeline:
  - Code Commit:    Git hooks, branch protection
  - Build Stage:    Docker multi-stage builds, dependency caching
  - Test Suite:     Unit tests, integration tests, security scans
  - Quality Gate:   SonarQube analysis, coverage checks
  - Packaging:      Container registry, artifact management
  - Deployment:     Blue-green, canary, rolling updates
  - Monitoring:     Real-time metrics, log aggregation
Container Orchestration
  • Development: Docker Compose for local environments
  • Staging: Kubernetes with Helm charts
  • Production: EKS/GKE with GitOps (ArgoCD/Flux)
  • Service mesh with Istio for microservices
Monitoring Stack
Component Tools
πŸ“Š Metrics Prometheus, Grafana
πŸ“ Logs ELK Stack, Loki
πŸ” Traces Jaeger, Zipkin
🚨 Alerts AlertManager, PagerDuty
πŸ“ˆ APM New Relic, DataDog
Security (DevSecOps)
  • Code Scanning: SonarQube, Snyk
  • Container Security: Trivy, Aqua Security
  • Secrets Management: HashiCorp Vault, AWS Secrets Manager
  • Compliance: BlackDuck, OWASP dependency checks

πŸ”¬ Current Projects

  • K8s AI/ML Cluster - MLOps pipelines for model training and deployment
  • Everything as Code - Full IaC migration with Terraform/Ansible
  • Container Migration - Legacy app containerization
  • Smart Home DevOps - IoT monitoring with Prometheus

πŸŽ“ Certifications & Learning

Currently Pursuing:

  • 🎯 AWS Solutions Architect Professional
  • 🎯 Certified Kubernetes Administrator (CKA)
  • 🎯 MLOps Specialization

πŸ’‘ Philosophy

def my_devops_philosophy():
    while True:
        if manual_process.exists():
            automate(it)
        elif already_automated():
            monitor(it)
        else:
            scale(it)
        sleep(0)  # Never stop improving

🀝 Let's Connect

I'm always interested in discussing:

  • πŸ›  Open source DevOps tools
  • ☸️ Kubernetes optimization
  • πŸ’° Cloud cost optimization
  • πŸ€– AI/ML infrastructure

GitHub LinkedIn


"The best infrastructure is the one you don't notice"

Pinned Loading

  1. ecr2artifactory ecr2artifactory Public

    Docker images Migration Script from AWS ECR to Artifactory Docker Repository

    Python 1

  2. flaing-plane flaing-plane Public

    Simple web stub with flying plane

    JavaScript