Aptomi / k8s-app-engine

Application delivery engine for k8s
Apache License 2.0
163 stars 19 forks source link

Figure out EdgesIn & EdgesOut in actual state #327

Closed romangithub1024 closed 6 years ago

romangithub1024 commented 6 years ago

1) Right now EdgesIn and EdgesOut only get transferred to the actual state on component creation

2) We need to figure out cases when edges can appear and disappear for existing components

3) Do we need to transfer edges at all into actual state, or they only have to be present in desired state? Do they only make sense in desired state?

4) Check how diff gets built (using edges from Prev and Next)

5) Possibly write stress tests where random actions fail

romangithub1024 commented 6 years ago