Skip to content
View rajeshd2091's full-sized avatar

Organizations

@gophers-prop @kupher-tools @kubernetes-myths

Block or report rajeshd2091

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

Rajesh Deshpande, The Kubernetes Mythologist

Cloud-Native Architect with 14+ years of experience specializing in Kubernetes, Platform Engineering, and DevSecOps. Proven success in automating secure CI/CD pipelines, building self-service developer platforms, and driving cloud-native transformations for enterprises.

Passionate about reducing developer toil and enabling scalable, secure software delivery


🔥 Featured Projects

📘 Kubernetes Myths Stars

Source-code driven explanations of common Kubernetes misconceptions

Focus:

  • Scheduler, kubelet, controllers, GC, authn/authz
  • Myths validated with code, logs, and experiments

🐹 Kupher Stars

Golang-powered Kubernetes utilities

A collection of small, focused tools written in Go to solve day-to-day platform engineering problems using Kubernetes APIs.

Includes:

  • Kubernetes operators
  • Admission controllers
  • Custom schedulers
  • Automation for DevEx and security

🛠️ Tech Stack

Infrastructure Plane: K8s, EKS, AKS, GKE, OCP, CNI, Ingress, Load Balancer, Service Mesh, AWS, GCP, Private Cloud

Integration & Delivery Plane: Jenkins, FluxCD, Terraform, Helm Chart, Kustomize, K8s Operators, Docker, ACR, Harbor, Artifactory

Security Plane: Vault, Cert-Manager, Wiz, OPA, Snyk, SonarQube, IRSA, Pod Identity

Observability Plane: OGTM (Open Telemetry, Grafana, Tempo, Mimir), ELK (Elasticsearch, Logstash, Kibana), Splunk, Jaeger

Developer Control Plane: Golang, API, Operator SDK, Java, GitHub, GitLab, Bitbucket, Maven


⭐ Repositories I Learn From

Some projects I actively read and learn from:

  • kubernetes/kubernetes
  • kubernetes-sigs/controller-runtime
  • etcd-io/etcd
  • golang/go
  • sigs.k8s.io/kustomize

Reading real systems code is part of my daily routine.


📊 GitHub Activity

GitHub stats


✍️ Writing & Knowledge Sharing

I share learnings from:

  • Kubernetes internals
  • Golang patterns
  • Platform engineering failures & fixes
  • Real production lessons

🤝 Open Source

  • Contributor to Kubernetes ecosystem
  • Actively contributing via issues, PRs, and documentation fixes
  • Learning in public through code and experiments

Think You Know Kubernetes?
What most people “know” is often incomplete or wrong.
I validate everything with source code and experiments.

Pinned Loading

  1. kubernetes-myths/website kubernetes-myths/website Public

    Debunking Kubernetes misconceptions with proofs, experiments, and real-world validation.

    TypeScript 12 5

  2. kupher-tools/auto-mtls kupher-tools/auto-mtls Public

    A Zero-Touch mTLS for Kubernetes Workload

    Go 12 7

  3. kupher-tools/registry-policy-controller kupher-tools/registry-policy-controller Public

    Admission Controller to enforce image registry policies per namespace and across cluster.

    Go 2 1

  4. kupher-tools/internal-development-platform kupher-tools/internal-development-platform Public

    A cloud-native Internal Developer Platform (IDP) built in Golang to provide self-service APIs for platform engineering workflows.

    Go