summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-02-26 14:48:44 +0100
committerValentin Rothberg <rothberg@redhat.com>2019-02-26 15:02:40 +0100
commit2ce8a1c8906443b7b2a2bfcc44e16f66e8db7cdb (patch)
tree002225db9034415f28d1ecb26c701d1263768b7f /README.md
parent05450f3162347b2d2b2f61559a6b8261f7dffec9 (diff)
downloadpodman-2ce8a1c8906443b7b2a2bfcc44e16f66e8db7cdb.tar.gz
podman-2ce8a1c8906443b7b2a2bfcc44e16f66e8db7cdb.tar.bz2
podman-2ce8a1c8906443b7b2a2bfcc44e16f66e8db7cdb.zip
README: refine "Out of scope" section
Based on user feedback, refine the "Out of scope" section regarding `docker-compose`: * Explain why Podman uses Kubernetes YAML. * Explain how `podman-play-kube` and `podman-generate-kube` fit into the picture. Addresses: https://github.com/containers/libpod/pull/2428#discussion_r259996507 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4ea63d5b9..97c548ddd 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,14 @@ This project tests all builds against each supported version of Fedora, the late
* Container runtimes daemons for working with the Kubernetes CRI interface.
[CRI-O](https://github.com/kubernetes-sigs/cri-o) specializes in that.
* Supporting `docker-compose`. We believe that Kubernetes is the defacto
- standard for container orchestration. Hence, Podman allows the creation of
- Pods from a Kubernetes YAML file. See
- [podman-play-kube](https://github.com/containers/libpod/blob/master/docs/podman-play-kube.1.md)
- for more details.
+ standard for composing Pods and for orchestrating containers, making
+ Kubernetes YAML a defacto standard file format. Hence, Podman allows the
+ creation and execution of Pods from a Kubernetes YAML file (see
+ [podman-play-kube](https://github.com/containers/libpod/blob/master/docs/podman-play-kube.1.md)).
+ Podman can also generate Kubernetes YAML based on a container or Pod (see
+ [podman-generate-kube](https://github.com/containers/libpod/blob/master/docs/podman-generate-kube.1.md)),
+ which allows for an easy transition from a local development environment
+ to a production Kubernetes cluster.
## OCI Projects Plans