notapipeline / tiyo

Tiyo is a Kubernetes application designer and flow executor written in Go and JointJS
Mozilla Public License 2.0
0 stars 0 forks source link

Pod grouping #5

Open mproffitt opened 2 years ago

mproffitt commented 2 years ago

Currently when multiple docker containers are wrapping into a kubernetes set type, these are becoming a single pod.

Really, there should be another layer of abstraction on the front end to allow docker containers to be grouped into pods and pods to be grouped into the kubernetes set types. This will allow for a better logical grouping of applications when deploying the app.

mproffitt commented 2 years ago

This is a structural change as it will require changes to how the pipeline is composed as well as adding new kubernetes types and new front end elements