From eefbcc693c742021ac8037211fb618bb5b95caa2 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 18 Oct 2016 11:49:34 -0400 Subject: [PATCH] Add missing information and new link on Kompose Adds a new to Kompose on the Kubernetes Incubator More information on Kompose / better formatting to reflect other tools on the page --- docs/tools/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/tools/index.md b/docs/tools/index.md index 37cc5bc54b..482df866b4 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -35,6 +35,11 @@ Use Helm to: ### Kompose -[`kompose`](https://github.com/skippbox/kompose) is a tool to help users familiar with `docker-compose` -move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes objects. `kompose` -is a convenient tool to go from local Docker development to managing your application with Kubernetes. +[Kompose](https://github.com/kubernetes-incubator/kompose) is a tool to help users familiar with Docker Compose +move to Kubernetes. + +Use Kompose to: + +* Translate a Docker Compose file into Kubernetes objects +* Go from local Docker development to managing your application via Kubernetes +* Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/)