Skip to content
View Piyushkhobragade's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Piyushkhobragade

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

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

Pinned Loading

  1. devsecops devsecops Public

    HCL 1

  2. kubernetes/kubernetes kubernetes/kubernetes Public

    Production-Grade Container Scheduling and Management

    Go 120k 42.4k

  3. argoproj/argo-cd argoproj/argo-cd Public

    Declarative Continuous Deployment for Kubernetes

    Go 21.9k 6.8k

  4. kubernetes-sigs/kueue kubernetes-sigs/kueue Public

    Kubernetes-native Job Queueing

    Go 2.3k 515

  5. SmartHostel SmartHostel Public

    TypeScript 1