Skip to content

CLI to change current Kubernetes context and namespace using one command

Notifications You must be signed in to change notification settings

joel-matthias/Kns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

This cli tool requires kubectx and kubens to be installed. See https://github.com/ahmetb/kubectx

Build Package

dotnet pack

Install (first time)

dotnet tool install --global --add-source ./nupkg Kns

List Currently Installed Glbal Tools

dotnet tool list --global

Install (subsequent times)

dotnet tool update --global --add-source ./nupkg Kns

Uninstall

dotnet tool uninstall --global kns

About

CLI to change current Kubernetes context and namespace using one command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages