These sprites have been generated using the PlantUML encodesprite
command. 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.
@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
}