doc(README.md): modifying the readme to reflect beta status#84
Conversation
| ## License | ||
|
|
||
| Copyright 2013, 2014, 2015 Engine Yard, Inc. | ||
| Copyright 2013, 2014, 2015,2016 Engine Yard, Inc. |
There was a problem hiding this comment.
missing an extra space for consistency
| # About | ||
|
|
||
| This package provides a [Minio](http://minio.io) S3-compatible object storage system on Kubernetes. It can be used as a [Deis](https://deis.com/) component to provide object storage for various other components, but it is flexible enough to be run anywhere else. | ||
| The Deis minio component provides a [Minio](http://minio.io) server that can be run on Kubernetes. It's intended for use within the [Deis v2 platform](http://docs-v2.readthedocs.org/en/latest/) as an object storage server, but it's flexible enough to be run as a standalone pod on any Kubernetes cluster. |
There was a problem hiding this comment.
Minio provides a standalone S3 based object storage server
|
ping @kmala |
|
|
||
| We provide it as a Docker container, and also provide the following manifests to run it inside [Kubernetes](http://kubernetes.io/): | ||
| Currently, we aren't providing this component with any kind of persistent storage, but it may work with [persistent volumes](http://kubernetes.io/docs/user-guide/volumes/). | ||
|
|
There was a problem hiding this comment.
Before this it's better we mention. Minio backs deis-registry and builder
|
Thanks @smothiki |
| applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide | ||
| a lightweight, [Heroku-inspired](http://heroku.com) workflow. | ||
| Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide | ||
| a lightweight, easy and secure way to deploy your code to production. |
There was a problem hiding this comment.
I feel like this section needs to be reworded to accurately reflect that Deis Workflow is the PaaS.
Here's how it has been worded in docs-v2:
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage applications on your own servers.
There was a problem hiding this comment.
@krancour thanks for that. fixed in e6633a6 and noted in deis/builder#259 to be fixed, as that README has already been refactored and merged
doc(README.md): modifying the readme to reflect beta status
cc/ @smothiki @mboersma @slack
Ref deis/deis#4962