Skip to content

Piyushkhobragade/piyushkhobragade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation


tech_divider


tech_divider

Typing


About Me

DevOps Engineer from India

Expertise

  • Cloud: AWS (EC2, IAM, VPC)
  • IaC: Terraform + OIDC
  • Containers: Kubernetes + Docker
  • CI/CD: GitHub Actions

Focus Areas

  • Security: Zero-trust architecture
  • Observability: Structured logging
  • Automation: Infrastructure as Code
  • Networking: VPC, Load Balancing

Open Source: Contributor to kubernetes-sigs/kueue



Tech Stack


  Skill Proficiency  

Typing SVG

Kubernetes Contribution

Kubernetes SIG Scheduling | kubernetes-sigs/kueue


Production Code Improvement - Fixed non-JSON structured logging in fair-sharing scheduler

What I Fixed:

  • Replaced string-based logging with structured logging
  • Aligned with Kubernetes controller-runtime standards
  • Improved observability and debugging capabilities
  • Followed klog best practices

Impact:

  • Merged to Main Branch
  • Maintainer Approved
  • Production Deployed
  • Improved System Observability

Code Diff:

- log.Info("Fair sharing",
-     "cohort", cohort.Name)

+ log.Info("Fair sharing",
+     "cohort", klog.KObj(cohort))

Achievement:

  • 📝 ~15 lines changed
  • 📁 2 files modified
  • 🔄 2 review cycles
  • ⏱️ ~1 week to merge

           

tech_divider



tech_divider

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published