Skip to content
View plpetkov-tech's full-sized avatar
🐍
🐍

Block or report plpetkov-tech

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

Hi there πŸ‘‹ I'm Plamen Petkov

Site Reliability Engineer | Kubernetes & Cloud-Native Solutions Architect

I'm a technology enthusiast specializing in cloud native infrastructure, with a strong focus on Kubernetes and platform engineering. With extensive experience across various industries, I bring a comprehensive approach to building and maintaining scalable, secure, and observable systems.

Current Focus 🎯

  • Building and operating production-grade Kubernetes platforms
  • Implementing GitOps practices with Terraform and ArgoCD
  • Designing comprehensive observability solutions
  • Developing internal developer platforms to enhance team productivity

Technical Expertise πŸ› 

  • Container Orchestration: Kubernetes, OpenShift, AKS
  • Infrastructure as Code: Terraform, Ansible
  • Observability: Grafana stack (Mimir, Loki, Tempo, Beyla), Prometheus
  • Security: Trivy, Falco, Security Profiles
  • CI/CD: Github Actions, GitLab CI, Jenkins, Azure DevOps
  • Cloud Platforms: AWS, Azure

Certifications πŸ†

  • Certified Kubernetes Security Specialist (CKS)
  • Certified Kubernetes Administrator (CKA)
  • Certified Kubernetes Developer (CKAD)
  • AWS Solutions Architect
  • HashiCorp Terraform Associate
  • GitOps Certifications (3/3)

Personal Projects πŸ”§

  • Operating a homelab environment for testing and learning
  • Implementing multi-tenant Kubernetes clusters with zero-trust security
  • Building IoT monitoring solutions with the Grafana stack
  • Experimenting with service mesh technologies (Istio, Linkerd)

Interests Beyond Tech 🌱

  • Calisthenics enthusiast
  • Homelab tinkerer
  • Hiking adventures
  • Proud father

Connect With Me 🀝


Always excited to collaborate on cloud native projects and share knowledge with the community. Currently focused on advancing platform engineering practices and building developer-centric infrastructure solutions.

Pinned Loading

  1. homelab homelab Public

    My homelab Kubernetes IaC and GitOps repo

    Shell

  2. feelgood-api feelgood-api Public

    πŸ›‘οΈ SLSA Level 3 Training ground

    Shell 2

  3. ecommerceApp ecommerceApp Public

    HTML

  4. k8s_setup.sh k8s_setup.sh
    1
    sudo su -
    2
    apt update && apt upgrade -y && apt dist-upgrade -y && apt autoremove -y && apt autoclean -y
    3
    sudo apt -y full-upgrade
    4
    [ -f /var/run/reboot-required ] && sudo reboot -f
    5
    sudo apt -y install curl apt-transport-https
  5. Automated Rollouts with Analysis and... Automated Rollouts with Analysis and Prom dependant rollouts
    1
    apiVersion: argoproj.io/v1alpha1
    2
    kind: AnalysisTemplate
    3
    metadata:
    4
      name: quick-rollout-analysis
    5
      namespace: rollout-demo
  6. setup-new-dev-machine setup-new-dev-machine Public archive

    Shell