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.
2
.gitignore
vendored
@ -72,3 +72,5 @@ tags
|
||||
|
||||
# IntelliJ IDE specific
|
||||
.idea
|
||||
|
||||
.DS_Store
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
|
||||
[![Build Status Widget]][Build Status] [![Coverage Status Widget]][Coverage Status] [![GoDoc Widget]][GoDoc] [![GoReportCard Widget]][GoReportCardResult]
|
||||
|
||||

|
||||
|
||||
`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.
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 25 KiB |
@ -9,17 +9,7 @@ Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1450 2910 c-31 -9 -109 -45 -325 -150 -93 -45 -206 -99 -250 -120
|
||||
-44 -21 -147 -70 -230 -110 -82 -40 -177 -85 -210 -100 -96 -45 -130 -88 -150
|
||||
-190 -2 -8 -13 -55 -24 -105 -20 -83 -27 -114 -36 -155 -2 -8 -16 -67 -31
|
||||
-130 -14 -63 -34 -151 -44 -195 -14 -61 -105 -463 -113 -494 0 -3 2 -26 6 -51
|
||||
7 -42 61 -122 165 -245 9 -11 33 -40 52 -65 19 -25 40 -51 48 -58 7 -8 25 -30
|
||||
40 -50 15 -21 29 -39 32 -42 4 -3 33 -39 65 -80 71 -90 70 -88 98 -123 13 -15
|
||||
75 -92 137 -171 122 -153 158 -185 218 -195 20 -4 300 -6 622 -6 584 1 585 1
|
||||
630 23 38 19 99 90 410 478 201 251 373 473 383 493 19 41 18 97 -7 202 -17
|
||||
71 -56 245 -61 269 -2 8 -8 33 -13 55 -6 22 -13 51 -15 65 -3 14 -26 114 -51
|
||||
223 -25 109 -48 208 -50 220 -15 76 -50 205 -61 227 -29 55 -30 55 -530 295
|
||||
-66 31 -167 80 -225 108 -58 28 -107 52 -110 52 -3 1 -63 29 -134 64 -128 62
|
||||
-185 77 -236 61z"/>
|
||||
<path d="M0 1500 l0 -1500 1500 0 1500 0 0 1500 0 1500 -1500 0 -1500 0 0
|
||||
-1500z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 603 B |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 107 KiB |
BIN
docs/assets/images/logo.xcf
Normal file
BIN
docs/assets/images/logo_large.png
Normal file
|
After Width: | Height: | Size: 643 KiB |
BIN
docs/favicon.ico
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |