# kubernetes-icons **Repository Path**: bdwl/kubernetes-icons ## Basic Information - **Project Name**: kubernetes-icons - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)