Metadata-Version: 1.1
Name: cilium-microscope
Version: 0.1.4
Summary: An urwid-based interface for watching `cilium monitor` events across your cluster
Home-page: https://github.com/cilium/microscope
Author: Maciej Kwiek
Author-email: maciej@covalent.io
License: Apache 2.0
Description: |logo|
        
        Cilium Microscope
        =================
        
        Cilium microscope allows you to see ``cilium monitor`` output from all your cilium nodes.
        This allows you to have one simple to use command to interact with your cilium nodes
        within k8s cluster.
        
        
        Running microscope in your Kubernetes cluster
        ---------------------------------------------
        
        ``kubectl run -i --tty microscope --image cilium/microscope --restart=Never -- sh`` will run a shell inside a pod in your cluster.
        
        ``./microscope -h`` inside this shell will show ``microscope`` help.
        
        
        Running microscope locally
        --------------------------
        
        To run ``microscope`` locally, you need to have Python 3.5 or newer installed. Using virtualenv is recommended, but not necessary.
        
        ``microscope`` is available as a package in PyPI, so all you need to do is run ``pip install cilium-microscope``. ``microscope`` executable should be available in your path.
        
        Alternatively you can run ``make`` to build self-contained Python archive which will container all dependencies and requires only Python to run.
        
        The archive will be located in ``dist/microscope.pyz``, and should be executable directly.
        
        
        .. |logo| image:: https://cdn.rawgit.com/cilium/microscope/master/docs/logo.svg
            :alt: Cilium Microscope Logo
        
Keywords: microscope,cilium,monitor,k8s,kubernetes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Networking :: Monitoring
