kuttle
kuttle copied to clipboard
Kubernetes wrapper for sshuttle
The autokuttle script will launch a deployment using the `python3:alpine` image.
Hi, Copying the kuttle approach I created a script that handles the creation of the pod itself: https://gist.github.com/kouk/5ee3c5892177b5db2fa22f2f0478646f Is something like this relevant to this repo? If yes, I can...
# Issue Summary After following the README instructions on my MacBook Pro (14-inch, 2021) with an M1 Pro chip, targeting a minikube cluster running locally with defaults configured, sshuttle is...
#!/bin/sh #[email protected] found=$(which sshuttle) if [ $? -ne 0 ] then echo "Please install sshuttle" echo "apt-get install sshuttle or brew install shuttle or whatever" exit 1 fi echo grabbing...
This PR creates an additional bash script that acts as a plugin to `kubectl`. If this file, kuttle, and sshuttle are all in the user's path; then they may run...