chaostoolkit-kubernetes
chaostoolkit-kubernetes copied to clipboard
Add Port-forward action
I want an action to activate port-forwarding to a service or pod during the experiment. This will allow me to hit private endpoints that are not exposed. Currently, I manually set up the port forwarding using kubectl before the experiment begins. https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/ I would like to add it as an action.