From e2eb51417e8a2a8375687c21d6a6c9a94f59b613 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 2 Aug 2017 09:49:50 -0400 Subject: [PATCH] Add integration doc Adds an integration document that lists third-party organizations / users that use Kompose in some-way or another. --- docs/integrations.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/integrations.md diff --git a/docs/integrations.md b/docs/integrations.md new file mode 100644 index 00000000..5cc76be1 --- /dev/null +++ b/docs/integrations.md @@ -0,0 +1,33 @@ +# Integrations + +There are some projects out there known to use Kompose integrated in some form or another + +### Kompose UI by Jad Chamoun (ICANN) + +__Description:__ "A web interface to convert Docker Compose files to Kubernetes YAML" + +__Link:__ https://github.com/JadCham/komposeui + +### Kompose Docker Container by Cloudfind + +__Description:__ "A Docker container for the Kompose translator for docker-compose" + +__Link:__ https://github.com/cloudfind/kompose-docker + +### KPM by CoreOS + +__Description:__ "KPM is a tool to deploy and manage application stacks on Kubernetes" + +__Link:__ https://github.com/coreos/kpm + +### Docker Image for Adobe Enterprise Manager by Adfinis SysGroup AG + +__Description:__ "Docker Image for Adobe Enterprise Manager" + +__Link:__ https://github.com/adfinis-sygroup/aem-docker/tree/master + +### Kompose Ansible Playbook by Chris Houseknecht (Red Hat) + +__Description:__ "Download and unarchive the latest kompose release asset for your OS" + +__Link:__ https://github.com/chouseknecht/kompose-install-role