forked from kubernetes/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04c8f19
commit 487f994
Showing
229 changed files
with
82 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-18.4 KB
communication/icons/png/control_plane_components/labeled/api-256.png
Binary file not shown.
Binary file removed
BIN
-18.3 KB
communication/icons/png/control_plane_components/labeled/c-c-m-256.png
Binary file not shown.
Binary file removed
BIN
-18.2 KB
communication/icons/png/control_plane_components/labeled/c-m-256.png
Binary file not shown.
Binary file removed
BIN
-20.2 KB
communication/icons/png/control_plane_components/labeled/k-proxy-256.png
Binary file not shown.
Binary file removed
BIN
-19.2 KB
communication/icons/png/control_plane_components/labeled/kubelet-256.png
Binary file not shown.
Binary file removed
BIN
-19.8 KB
communication/icons/png/control_plane_components/labeled/sched-256.png
Binary file not shown.
Binary file removed
BIN
-16.6 KB
communication/icons/png/infrastructure_components/labeled/etcd-256.png
Binary file not shown.
Binary file removed
BIN
-19.9 KB
communication/icons/png/infrastructure_components/labeled/master-256.png
Binary file not shown.
Binary file removed
BIN
-19.2 KB
communication/icons/png/infrastructure_components/labeled/node-256.png
Binary file not shown.
Binary file removed
BIN
-14.6 KB
communication/icons/png/infrastructure_components/unlabeled/etcd-256.png
Binary file not shown.
Binary file removed
BIN
-17.1 KB
communication/icons/png/infrastructure_components/unlabeled/master-256.png
Binary file not shown.
Binary file removed
BIN
-17.2 KB
communication/icons/png/infrastructure_components/unlabeled/node-256.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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/. |
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
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.