Logo Yogesh Sharma
Logo Inverted Logo
  • Posts
  • Getting Started with Azure Function
    • 01: Before Starting
    • 02: Setting up Environment
    • 03: Creating Azure Function App
    • 04: Writing an API
    • 05: API Authentication
    • 06: Accessing Protected API
    • 07: Logging with App Insight
    • 08: Telemetry with App Insight
  • Kubernetes
    • Awesome Kubernetes Resources
    • Extending K8S: Mutating Web hooks
  • Python Blogs
    • Python Sanic vs GoLang Mux
    • Feature Flag Using Python Decorators
Hero Image
Awesome Kubernetes

Click here to star, improve or add to this page List of Awesome Lists Awesome Kubernetes Tools and Resources by datree.io ramitsurana/awesome-kubernetes: A curated list of awesome Kubernetes tools and resources. tomhuang12/awesome-k8s-resources: A curated list of awesome Kubernetes tools and resources. nubenetes: A curated list of awesome references collected since 2018. Tools Kubexit: Command supervisor for coordinated Kubernetes pod container termination. Kubectl-flame: Kubectl plugin for effortless profiling on kubernetes Kube-lineage: A CLI tool to display all dependencies or dependents of an object in a Kubernetes cluster.

June 18, 2022 Read
Hero Image
Extending K8S: Mutating Web hooks

We will be writing a Mutating Webhook to implement a pattern where we need to inject another container as side car. Say, we are running a rest-api container and we want to front that with nginx Container as sidecar in a Pod. This nginx container will be used to terminate SSL and act as reverse proxy for rest-api container. As a user, we will only be writing rest-api container manifest within Pod and let mutating webhook inject nginx to it.

June 1, 2022 Read
Navigation
  • About
  • Skills
  • Experiences
  • Education
  • Recent Posts
  • Resume-CLI
Contact me:
  • [email protected]
  • yks0000
  • Yogesh Sharma
  • +91-96xxxxxx

© 2022 Copyright. | Yogesh Sharma