Skip to content

Commit

Permalink
move icons + update README
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennecoutaud committed Jul 9, 2018
1 parent 04c8f19 commit 487f994
Show file tree
Hide file tree
Showing 229 changed files with 82 additions and 54 deletions.
54 changes: 0 additions & 54 deletions communication/icons/README.md

This file was deleted.

Binary file removed communication/icons/doc/k8s-exposed-pod.png
Binary file not shown.
Binary file removed communication/icons/doc/k8s-infra.png
Binary file not shown.
Binary file removed communication/icons/doc/pod-labeled.png
Binary file not shown.
Binary file removed communication/icons/doc/pod-unlabeled.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Binary file not shown.
82 changes: 82 additions & 0 deletions icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# Kubernetes Icons Set

These icons are a way to standardize Kubernetes architecture diagrams for presentation. Having uniform architecture diagrams improve understandibility.

## Generate png icons from svg

```shell
./tools/rasterize.sh
```

This script will convert all svg into png. It's based on a docker container defined [here](hack/svgconvertor/Dockefile)

## How to use these icons

Each icons can be found in differents formats
* [png](png)
* [svg](svg)

There is 2 types of icons

| Kind | Type | Icon |
|-------|------------|----------------------------------|
| Pod | Labeled | ![](./png/resources/labeled/pod-128.png) |
| Pod | Unlabeled | ![](./png/resources/unlabeled/pod-128.png) |


## Control Plane Components icons
![](./png/control_plane_components/labeled/api-128.png)
![](./png/control_plane_components/labeled/c-c-m-128.png)
![](./png/control_plane_components/labeled/c-m-128.png)
![](./png/control_plane_components/labeled/k-proxy-128.png)
![](./png/control_plane_components/labeled/kubelet-128.png)
![](./png/control_plane_components/labeled/sched-128.png)

## Infrastructure Components icons
![](./png/infrastructure_components/labeled/master-128.png)
![](./png/infrastructure_components/labeled/node-128.png)
![](./png/infrastructure_components/labeled/etcd-128.png)

## Kubernetes Resources icons
![](./png/resources/labeled/c-role-128.png)
![](./png/resources/labeled/cm-128.png)
![](./png/resources/labeled/crb-128.png)
![](./png/resources/labeled/crd-128.png)
![](./png/resources/labeled/cronjob-128.png)
![](./png/resources/labeled/deploy-128.png)
![](./png/resources/labeled/ds-128.png)
![](./png/resources/labeled/ep-128.png)
![](./png/resources/labeled/group-128.png)
![](./png/resources/labeled/hpa-128.png)
![](./png/resources/labeled/ing-128.png)
![](./png/resources/labeled/job-128.png)
![](./png/resources/labeled/limits-128.png)
![](./png/resources/labeled/netpol-128.png)
![](./png/resources/labeled/ns-128.png)
![](./png/resources/labeled/pod-128.png)
![](./png/resources/labeled/psp-128.png)
![](./png/resources/labeled/pv-128.png)
![](./png/resources/labeled/pvc-128.png)
![](./png/resources/labeled/quota-128.png)
![](./png/resources/labeled/rb-128.png)
![](./png/resources/labeled/role-128.png)
![](./png/resources/labeled/rs-128.png)
![](./png/resources/labeled/sa-128.png)
![](./png/resources/labeled/sc-128.png)
![](./png/resources/labeled/secret-128.png)
![](./png/resources/labeled/sts-128.png)
![](./png/resources/labeled/svc-128.png)
![](./png/resources/labeled/user-128.png)
![](./png/resources/labeled/vol-128.png)

## Usage Example

#### Exposed Pod with 3 replicas
![](./docs/k8s-exposed-pod.png)

## License
The Kubernetes Icons Set is licensed under a choice of either Apache-2.0
or CC-BY-4.0 (Creative Commons Attribution 4.0 International). The
Kubernetes logo is a registered trademark of The Linux Foundation, and use
of it as a trademark is subject to The Linux Foundation's Trademark Usage
Guidelines at https://www.linuxfoundation.org/trademark-usage/.
Binary file added icons/docs/k8s-exposed-pod.png
File renamed without changes
Binary file added icons/png/resources/labeled/c-role-128.png
Binary file added icons/png/resources/labeled/cm-128.png
Binary file added icons/png/resources/labeled/crb-128.png
Binary file added icons/png/resources/labeled/crd-128.png
Binary file added icons/png/resources/labeled/cronjob-128.png
Binary file added icons/png/resources/labeled/deploy-128.png
Binary file added icons/png/resources/labeled/ds-128.png
Binary file added icons/png/resources/labeled/ep-128.png
Binary file added icons/png/resources/labeled/group-128.png
Binary file added icons/png/resources/labeled/hpa-128.png
Binary file added icons/png/resources/labeled/ing-128.png
Binary file added icons/png/resources/labeled/job-128.png
Binary file added icons/png/resources/labeled/limits-128.png
Binary file added icons/png/resources/labeled/netpol-128.png
Binary file added icons/png/resources/labeled/ns-128.png
Binary file added icons/png/resources/labeled/pod-128.png
Binary file added icons/png/resources/labeled/psp-128.png
Binary file added icons/png/resources/labeled/pv-128.png
Binary file added icons/png/resources/labeled/pvc-128.png
Binary file added icons/png/resources/labeled/quota-128.png
Binary file added icons/png/resources/labeled/rb-128.png
Binary file added icons/png/resources/labeled/role-128.png
Binary file added icons/png/resources/labeled/rs-128.png
Binary file added icons/png/resources/labeled/sa-128.png
Binary file added icons/png/resources/labeled/sc-128.png
Binary file added icons/png/resources/labeled/secret-128.png
Binary file added icons/png/resources/labeled/sts-128.png
Binary file added icons/png/resources/labeled/svc-128.png
Binary file added icons/png/resources/labeled/user-128.png
Binary file added icons/png/resources/labeled/vol-128.png
Binary file added icons/png/resources/unlabeled/c-role-128.png
Binary file added icons/png/resources/unlabeled/cm-128.png
Binary file added icons/png/resources/unlabeled/crb-128.png
Binary file added icons/png/resources/unlabeled/crd-128.png
Binary file added icons/png/resources/unlabeled/cronjob-128.png
Binary file added icons/png/resources/unlabeled/deploy-128.png
Binary file added icons/png/resources/unlabeled/ds-128.png
Binary file added icons/png/resources/unlabeled/ep-128.png
Binary file added icons/png/resources/unlabeled/group-128.png
Binary file added icons/png/resources/unlabeled/hpa-128.png
Binary file added icons/png/resources/unlabeled/ing-128.png
Binary file added icons/png/resources/unlabeled/job-128.png
Binary file added icons/png/resources/unlabeled/limits-128.png
Binary file added icons/png/resources/unlabeled/netpol-128.png
Binary file added icons/png/resources/unlabeled/ns-128.png
Binary file added icons/png/resources/unlabeled/pod-128.png
Binary file added icons/png/resources/unlabeled/psp-128.png
Binary file added icons/png/resources/unlabeled/pv-128.png
Binary file added icons/png/resources/unlabeled/pvc-128.png
Binary file added icons/png/resources/unlabeled/quota-128.png
Binary file added icons/png/resources/unlabeled/rb-128.png
Binary file added icons/png/resources/unlabeled/role-128.png
Binary file added icons/png/resources/unlabeled/rs-128.png
Binary file added icons/png/resources/unlabeled/sa-128.png
Binary file added icons/png/resources/unlabeled/sc-128.png
Binary file added icons/png/resources/unlabeled/secret-128.png
Binary file added icons/png/resources/unlabeled/sts-128.png
Binary file added icons/png/resources/unlabeled/svc-128.png
Binary file added icons/png/resources/unlabeled/user-128.png
Binary file added icons/png/resources/unlabeled/vol-128.png
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 487f994

Please sign in to comment.