Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octo-technology/kubernetes-icons
[obsolete] Set of icons for Kubernetes diagrams, has been merged into official k8s repo!!
https://github.com/octo-technology/kubernetes-icons
diagrams documentation icons kubernetes tools
Last synced: 3 months ago
JSON representation
[obsolete] Set of icons for Kubernetes diagrams, has been merged into official k8s repo!!
- Host: GitHub
- URL: https://github.com/octo-technology/kubernetes-icons
- Owner: octo-technology
- License: apache-2.0
- Archived: true
- Created: 2018-03-23T07:39:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T14:30:40.000Z (over 6 years ago)
- Last Synced: 2024-08-01T13:29:25.316Z (6 months ago)
- Topics: diagrams, documentation, icons, kubernetes, tools
- Homepage: https://github.com/kubernetes/community/tree/master/icons
- Size: 6.79 MB
- Stars: 214
- Watchers: 18
- Forks: 61
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Icons Set
This repository contains a set of icons related to Kubernetes resources and components.
This is a way to standardize Kubernetes architecture diagrams for presentation. Having uniform architecture diagrams improve understandibility.
## How to use this repository
Each icons can be found in differents formats
* [png](png)
* [svg](svg)There is 2 types of icons
| Kind | Type | Icon |
|-------|------------|----------------------------------|
| Pod | Labeled | ![](./doc/pod-labeled.png) |
| Pod | Unlabeled | ![](./doc/pod-unlabeled.png) |This repository contains slidedeck with all icons and some diagrams
| Link | Extension |
|-------|------------|
| [Kubernetes_Icons_Keynote](./slidedeck/Kubernetes_Icons_Keynote.key) | Apple keynote 09 |
| [Kubernetes_Icons_PPTX](./slidedeck/Kubernetes_Icons_PPTX.pptx) | Microsoft PowerPoint 16 |
| [Kubernetes_Icons_GSlide](https://docs.google.com/presentation/d/1lJ0RHWzEKzd6PFePTpukNqPoTIPrvg25_-VS6bmEHIw/edit?usp=sharing) | Google Slide |
| [Kubernetes_Icons_PDF](./slidedeck/Kubernetes_Icons_PDF.pdf) | PDF |## Usage Example
There is icons for each layers of a complete Kubernetes Architecture
* [Infrastructure components](./png/infrastructure_components)
* [Control Plane components](./png/control_plane_components)
* [Kubernetes Resources](./png/k8s_resources)#### Kubernetes infrastructure diagrams example
![](./doc/k8s-infra.png)#### Exposed Pod with 3 replicas
![](./doc/k8s-exposed-pod.png)