Metadata-Version: 1.1
Name: kploy
Version: 0.5.1
Summary: An opinionated Kubernetes deployment system for appops
Home-page: https://github.com/kubernauts/kploy
Author: Michael Hausenblas
Author-email: michael.hausenblas@gmail.com
License: Apache
Description: kploy
        =====
        
        |version| |downloads| |build status|
        
        Welcome to kploy, an opinionated Kubernetes deployment system for
        appops. We use convention over configuration in order to enable you to
        run microservices-style applications with Kubernetes as simple and fast
        as possible.
        
        Usage
        -----
        
        See `kubernetes.sh/kploy <http://kubernetes.sh/kploy/>`__ for
        installation and usage.
        
        Dependencies
        ------------
        
        All of the following are included in the setup:
        
        -  The `pyk <https://github.com/kubernauts/pyk>`__ toolkit
        -  Pretty-print tabular data with
           `tabulate <https://pypi.python.org/pypi/tabulate>`__
        
        Releases
        --------
        
        -  [x] In v0.5: simple support for helm charts via remotes
        -  [x] In v0.4: support for namespaces (field in Kployfile)
        -  [x] In v0.3: moved to Kubernauts org, new location is
           https://github.com/kubernauts/kploy
        -  [x] In v0.2: stats command, showing utilization, containers state
           summary and destroy command
        -  [x] In v0.2: init command (creates Kployfile and placeholder RC and
           service file) and app management (list of apps, check apps status)
        -  [x] In v0.1: dryrun and run commands
        
        Roadmap
        -------
        
        -  [ ] Add environment handling (Secrets, etc.) via additional
           sub-directory
        -  [ ] Add debug command, implementing
           https://gist.github.com/mhausenblas/b74742ad10f756e680c5
        -  [ ] Add scale command
        -  [ ] Add support for Jobs
        -  [ ] Add deep validation for ``dryrun`` via validating RCs and
           services through API server
        -  [ ] Add dependency management (via labels)
        
        See also the `issue <https://github.com/kubernauts/kploy/issues>`__ list
        for further planned features.
        
        .. |version| image:: https://img.shields.io/pypi/v/kploy.svg
           :target: https://pypi.python.org/pypi/kploy/
        .. |downloads| image:: https://img.shields.io/pypi/dm/kploy.svg
           :target: https://pypi.python.org/pypi/kploy/
        .. |build status| image:: https://travis-ci.org/kubernauts/kploy.svg?branch=master
           :target: https://travis-ci.org/kubernauts/kploy
        
Keywords: Kubernetes,containers,appops,deployment
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
