Metadata-Version: 2.1
Name: rkd-harbor
Version: 1.0.1.dev187
Summary: UNKNOWN
Home-page: https://riotkit.org
Author: RiotKit non-profit organization
Author-email: riotkit@riseup.net
License: Apache-2
Description: RiotKit's Harbor
        ================
        
        [![Documentation Status](https://readthedocs.org/projects/riotkit-docker-template/badge/?version=latest)](https://environment.docs.riotkit.org/en/latest/?badge=latest)
        
        `docker-compose` based framework for building production-like environments - developing and testing on your local computer, deploying to your server or cluster from shell or from CI.
        
        Harbor
        ^^^^^^
        
        Is Kubernetes or OKD too big overhead or not suitable for your environment?
        """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
        
        Is standard docker-compose too primitive to use in production?
        """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
        
        Harbor fits perfectly, while providing some of Kubernetes-like solutions in docker-compose!
        """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
        
        
        
        **Features:**
        
        - Service discovery (pins containers into WWW domains by labelling)
        - Deployment strategies: compose's standard, recreation, and **rolling-updates (zero-downtime updates)**
        - Automatic Letsencrypt SSL
        - Standardized directory structures and design patterns
        - Ready to use snippets of code and solutions (one command to install database, Wordpress or other application from our repository)
        - Ansible integration to prepare your production/testing server and deploy updates in extremely intuitive way
        
        
        **Roadmap:**
        
        **Harbor 2.1**
        
        - Init containers support (basing on Kubernetes idea) (`#5 <https://github.com/riotkit-org/riotkit-harbor/issues/5>`_)
        - delayed-request update strategy (zero-downtime deployment with holding all HTTP requests waiting for new application) (`#11 <https://github.com/riotkit-org/riotkit-harbor/issues/11>`_)
        - Webhook handling update daemon to trigger container and git updates (`#10 <https://github.com/riotkit-org/riotkit-harbor/issues/10>`_)
        
        Read documentation for more: https://environment.docs.riotkit.org/en/latest/?badge=latest
        """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
        
        Changelog
        ---------
        
        Harbor 2.0
        """"""""""
        
        - Service upgrade strategies: Compose-native, recreation, rolling-updates
        - Rewrite from Makefile to Python
        - Containers startup priority
        - Maintenance mode is now not only global, but also per domain
        - Development mode now supports not only .localhost domains, but also \*.xip.io
        
        From authors
        ------------
        
        We are grassroot activists for social change, so we created Harbor especially in mind for those fantastic initiatives:
        
        - RiotKit (https://riotkit.org)
        - International Workers Association (https://iwa-ait.org)
        - Anarchistyczne FAQ (http://anarchizm.info) a translation of Anarchist FAQ (https://theanarchistlibrary.org/library/the-anarchist-faq-editorial-collective-an-anarchist-faq)
        - Federacja Anarchistyczna (http://federacja-anarchistyczna.pl)
        - Związek Syndykalistów Polski (https://zsp.net.pl) (Polish section of IWA-AIT)
        - Komitet Obrony Praw Lokatorów (https://lokatorzy.info.pl)
        - Solidarity Federation (https://solfed.org.uk)
        - Priama Akcia (https://priamaakcia.sk)
        
        Special thanks to `Working Class History <https://twitter.com/wrkclasshistory>`_ for very powerful samples that we could use in our unit tests.
        
        
Keywords: setup,distutils
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
