Coder Social home page Coder Social logo

kubectl-ns's Introduction

Build Status Release Software License Go Report Card

THIS PLUGIN IS ARCHIVED.

Please use kubectx instead.

kubectl ns plugin

Simple Plugin to display/change the current kube namespace with support for substring matching.

Build/Installation

Build from source

go version >= 1.13 with modules support enabled is required to build the plugin from source.

export GO111MODULES=on # optional if checked out outside of $GOPATH
go build

Installation

Pre-compiled statically linked binaries are available on the releases page.

Binary must be placed anywhere in $PATH named kubectl-ns with execute permissions. For further information, see the offical documentation on plugins here.

Compatibility

Known to work on Windows and Linux. Requires kubectl >= 1.12 (tested with versions >1.12). Supports the oidc, gcp and azure auth provider for authentication against the k8s api server.

Examples

For all the examples, assume your cluster has the following namespaces:

default
kube-system
kube-public
ingress-nginx
foo
bar
baz

display namespaces

Current namespace is displayed in a different color and last.

$ kubectl ns
default
kube-system
kube-public
ingress-nginx
foo
bar
baz

Substring matching can be used to display namespaces. For example if you are searching for a kube- namespace simply type:

$ kubectl ns kube-
kube-system
kube-public

change current namespace

You can switch the namespace by providing an exact name:

$ kubectl ns foo
namespace set to "foo"

But it's also possible to switch to the ingress-nginx namespace by typing a substring (as long as it is a unique name), for example:

$ kubectl ns ingress
namespace set to "ingress-nginx"

kubectl-ns's People

Contributors

dependabot[bot] avatar djboris9 avatar ghouscht avatar m4rx0 avatar marcsauter avatar zbindenren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kubectl-ns's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.