Michiel Kalkman

Notes and observations

20 Dec 2018

New repository - PlantUML Kubernetes icons/sprites

Update 2019-11: This work has been integrated into the PlantUML standard library 🎉🎉

New repository with sprites for Kubernetes in PlantUML projects.

These sprites have been generated using the PlantUML encodesprite command. See http://plantuml.com/sprite.

The source of the images is the kubernetes-icons repository at https://github.com/octo-technology/kubernetes-icons. This repository inherits the Apache license from there. See LICENSE.

Example

@startuml
!include ../resource/k8s-sprites-unlabeled-25pct.iuml
package "Infrastructure" {
  component "<$master>\nmaster" as master
  component "<$etcd>\netcd" as etcd
  component "<$node>\nnode" as node
}

Sprites

Unlabeled 25% kubernetes k8s plantuml sprite icons

References

Next time, we'll talk about "What Tiger King can teach us about x86 Assembly"