Metadata-Version: 1.1
Name: kib
Version: 0.1
Summary: Kubernetes image builder
Home-page: https://github.com/tomkukral/kib/
Author: Tomáš Kukrál
Author-email: tomas.kukral@6shore.net
License: MIT
Download-URL: https://github.com/tomkukral/kib/archive/v0.1.tar.gz
Description-Content-Type: UNKNOWN
Description: # kib
        Kubernetes image builder is simple service capable to build custom images and push them to registry. It is using [Custom resources](https://kubernetes.io/docs/concepts/api-extension/custom-resources/) and image controller.
        
        Image controller is listening for changes in Kubernetes API and build missing images.
        
        ## Instalation
        
        1. Create custom resources
        
        ```
        kubectl apply -f resources/
        ```
        
        2. Run controller (running in container/pod will be available in next version)
        
        ```
        python3 -m kib
        ```
        
        3. Add Image resources and wait for them to get builded. Image examples can be found in `examples/`
        
        
        ## Demo
        
        [![asciicast](https://asciinema.org/a/137445.png)](https://asciinema.org/a/137445)
        
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
