A cross-platform tool to switch between different Kubernetes contexts easily.
The executable is self-contained, so you can place it wherever you want and run it on startup.
Add a file named kube-context.Desktop
to your ~/.config/autostart
directory, with the following contents:
[Desktop Entry]
Name=kube-context
Icon=<path-to-executable>
Exec=<path-to-executable>
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
and replace <path-to-executable> accordingly.
- This tool was inspired by turkenh's KubeContext, which sadly was only available for MacOS.
- getlantern's systray, a package to create cross-platform systray applications.