kubectl-curl
kubectl-curl copied to clipboard
Kubectl plugin to run curl commands against kubernetes pods
I installed kubectl-curl from the README and ran into an error. Install: ``` $ go install github.com/segmentio/kubectl-curl@latest go: downloading github.com/segmentio/kubectl-curl v0.1.5 ``` Error: ``` $ kubectl curl http://{pod}/metrics * ERROR:...
Hi! We use [go-teleport](https://goteleport.com) installed at say `tele.host.com`. Using kubectl curl I get this: ``` m ~/D/ kubectl curl -vvv --debug "http://{podname}:3000/healthz" * 2022/05/15 21:46:39 kubectl get -n default pod/{podname}...
See the code comment for an explanation.
Would it be possible to distribute this plugin via [Krew](https://krew.sigs.k8s.io/)? I believe this would help with the discovery of this plugin & simplifying the installation process 🙂
I would like to be able to do this: $ kubectl curl http://{svc-name}/metrics
When I try to use the --user username:password option, I consistently get this error message: * ERROR: auth info "username:password" does not exist Error: exit status 1 Any chance this...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.27.0. Commits 681b4d8 jws: split token into fixed number of parts 3f78298 all: upgrade go directive to at least 1.23.0 [generated] 109dabf endpoints: add links/provider...
We allow users to pass just a bare resource name, searching the resource controllers for it in this priority: 1. deployment 2. statefulset 3. daemonset This priority maps to the...