Skip to content

ggtrd/kontext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Kontext

Quickly set a Kubernetes context.

kubectl must be installed.

Kontext is POSIX compliant.

Usage

Using as a simple script

./kontext.sh

Installing on the current user

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Quickly select Kubernetes context

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages