Adds a new logo for Kompose (#1574)

Woo! Our new logo!

It's a little cartoon octopus inside of a septagon (similar to
Kubernetes).

It's to show how "composable" we similar to an octopus.

I've gone ahead and updated the documentation as well as the website.
This commit is contained in:
Charlie Drage
2023-02-08 15:23:16 -05:00
committed by GitHub
parent 35a430614f
commit a2b2a1f304
15 changed files with 6 additions and 12 deletions
+2
View File
@@ -2,6 +2,8 @@
[![Build Status Widget]][Build Status] [![Coverage Status Widget]][Coverage Status] [![GoDoc Widget]][GoDoc] [![GoReportCard Widget]][GoReportCardResult]
![logo](/docs/assets/images/logo.png)
`kompose` is a tool to help users who are familiar with `docker-compose` move to [Kubernetes](http://kubernetes.io). `kompose` takes a Docker Compose file and translates it into Kubernetes resources.
`kompose` is a convenience tool to go from local Docker development to managing your application with Kubernetes. Transformation of the Docker Compose format to Kubernetes resources manifest may not be exact, but it helps tremendously when first deploying an application on Kubernetes.