kubetap
kubetap copied to clipboard
Kubectl plugin to interactively proxy Kubernetes Services with ease
## Feature Description Kubetap is a great tool to debug web application running k8s cluster. But it's depend on a `kubetap-mitmproxy` image default from **gcr.io** registry. I'm in China, and...
To support M1 we need to also build for the `arm64` architecture. I have tested building the golang binary locally and it works great on M1
New flags added for - customProxyPort - disableReadinessProbe - customProxyReadinessPath - env vars Also updated viper to include bug fix for StringArrayP https://github.com/spf13/viper/pull/398
## Description The following command $ kubectl tap on -n mynamepsace -p443 --https myservice Returns: Error: error resolving Deployment from Service selectors: the Service selector did not match any Deployments...
## Description All pods in the namespace of the pod I tapped started tripping out. Some time after I ran the command to tap my pod, random pods in the...
## Description I tried the Tcp Raw option of mitmproyx and its not working. I don't know if this should be a feature request or a bug report. ## Kubectl...
gRPC
## Feature Description Tap gRPC Services. To be useful, this needs to provide a proxy flow list and the ability to replay individual requests. As far as I know, this...
## Feature Description Allow operators to modify the deployed Container or other Deployment specs, which may be required in some environment configurations. To support these use-cases, we need to make...
## Feature Description Use Ephemeral container so we're no longer forced to use the horrible `containerStatus` hack to know WTF is going on WRT Pod lifecycle. ## Additional Context Don't...
## Feature Description Reverse port-forward to operator for upstream proxy. ## Proposed Solution * Reverse-proxy from container to host using native Kubernetes tools is ideal, but there are alternatives to...