Kubernetes Template UML models

8/6/2019

Is there any place where I can find the UML representation of Kubernetes Templatesand constructs - Pod, ReplicaSet, Job etc.

-- user3364247
containers
kubernetes
model
uml

1 Answer

8/7/2019

There is few diagrams you can find.

For example how does the Container Deployment work: Container Deployment How does the Kubernetes Object work:

Kubernetes Object How does the architecture work:

architecture architecture

I also do recommend reading Kubernetes in three diagrams by Tsuyoshi Ushio and Getting Started With Kubernetes.

-- Crou
Source: StackOverflow