New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kubebox

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kubebox

CLI console for Kubernetes clusters

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
56K
decreased by-17.25%
Maintainers
1
Weekly downloads
 
Created
Source

= Kubebox Antonin Stefanutti https://github.com/astefanutti[@astefanutti] // Meta :description: CLI console for Kubernetes clusters // Settings :idprefix: :idseparator: - :experimental: // Aliases ifdef::env-github[] :note-caption: :information_source: :icon-edit: :pencil2: endif::[] ifndef::env-github[] :icons: font :icon-edit: icon:pencil[fw] endif::[] // URIs :uri-terminal-forever: http://www.commitstrip.com/en/2016/12/22/terminal-forever/

{description}

image::http://astefanutti.github.io/kubebox/kubebox.gif[]

== Run

=== NPM

Install Kubebox globally and run it:

$ npm install -g kubebox
$ kubebox

Or locally:

$ npm install kubebox
$ `npm bin`/kubebox

=== Docker

You can run Kubebox using Docker, e.g.:

$ docker run -it --rm astefanutti/kubebox

You may want to mount your home directory so that Kubebox can rely on the ~./kube/config file, e.g.:

$ docker run -it --rm -v ~/.kube/:/root/.kube/:ro astefanutti/kubebox

== Usage

{icon-edit}

== Commands

[cols="1v,2v"] |=== |Keybinding |Description

|kbd:[n] |Change current namespace

|kbd:[<-], kbd:[->] |Navigate screen

|kbd:[q], kbd:[CTRL+c] |Exit

|===

== CLI

image::http://astefanutti.github.io/kubebox/terminal-forever.jpg[link={uri-terminal-forever}]

FAQs

Package last updated on 03 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc