We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be a nice example how to exec on a existing pod and run a curl from within it
Something like the following command :
kubectl exec -n nice_namespace nice_pod-8447f7cc77-jxz7d -it -- /bin/bash
The text was updated successfully, but these errors were encountered:
Yeah, it's been on my list for a while :) I should definitely come up with a minimal possible example of kubect exec-like functionality. Meanwhile, you can check this piece of code - it's doing pretty much that https://github.com/iximiuz/cdebug/blob/main/cmd/exec/exec_kubernetes.go.
kubect exec
Sorry, something went wrong.
No branches or pull requests
It would be a nice example how to exec on a existing pod and run a curl from within it
Something like the following command :
kubectl exec -n nice_namespace nice_pod-8447f7cc77-jxz7d -it -- /bin/bash
The text was updated successfully, but these errors were encountered: