Metadata-Version: 1.1
Name: kubeshell
Version: 1.1.5
Summary: terminal git log browser
Home-page: https://github.com/roubles/kubeshell
Author: roubles
Author-email: rouble@gmail.com
License: Creative Commons Attribution-Noncommercial-Share Alike license
Download-URL: https://github.com/roubles/kubeshell/tarball/1.1.5
Description: kubeshell
        =========
        
        kubeshell is a command line tool to interactively shell in to (and out
        of) kubernetes pods.
        
        ::
        
           ~$ kubeshell
            Pick your pod:
               NAME                                                              READY   STATUS             RESTARTS   AGE
        
            => some-pod-7f9b5f475wdcmv                                           1/1     Running            0          26h
               some-other-pod-556p4cfw                                           0/1     CrashLoopBackOff   83         7h10m
               yet-another-pod-589cf77568-rjzkv                                  0/1     Running            82         7h4m
               exit
        
        Install
        -------
        
        ::
        
           $ git clone https://github.com/roubles/kubeshell
           $ cd kubeshell
           $ python setup.py install
        
        Usage
        -----
        
        ::
        
           usage: kubeshell [-h] [-s SHELL] [-n NAMESPACE] [substring]
        
           interactively shell into k8s pods
        
           positional arguments:
             substring             substring to filter pods
        
           optional arguments:
             -h, --help            show this help message and exit
             -s SHELL, --shell SHELL
                                   Which shell to use
             -n NAMESPACE, --namespace NAMESPACE
                                   Which namespace to use
        
Platform: UNKNOWN
