linkerd-convert-http-to-curl

command module
v0.0.0-...-14154f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2022 License: MIT Imports: 9 Imported by: 0

README

linkerd-convert-http-to-curl

Code was originally pulled from here: https://github.com/slackhq/simple-kubernetes-webhook

This follows the original license from the original repo regardless of how this repo may be licensed (in case this repo falls behind the original repo).

This is a simple webhook implementation which takes any http liveness or readiness probes and converts them to an exec curl commands in a supplemental container of a pod. This lets you get around mtls limitations with linkerd and istio by not needing to compromise security by being overly permissive to allow probes to pass. This also allows your developers to work transparently by writing their configurations using http liveness and readiness probes and you (as the admin) get to bypass any sort of retraining effort while locking down your cluster.

Cool right?!?

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
admission
Package admission handles kubernetes admissions, it takes admission requests and returns admission reviews; for example, to mutate or validate pods
Package admission handles kubernetes admissions, it takes admission requests and returns admission reviews; for example, to mutate or validate pods

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL