Quickly set a Kubernetes context.
kubectl must be installed.
Kontext is POSIX compliant.
./kontext.sh
file="/home/$USER/.kube/kontext.sh" \
&& curl https://raw.githubusercontent.com/ggtrd/kontext/refs/heads/main/kontext.sh -o $file \
&& chmod +x $file \
&& echo "alias kontext='$file'" >> /home/$USER/.bashrc
kontext
This project is licensed under the MIT License. See the LICENSE file for details.