ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

Generate the replica-set graph and use it for generating the YAML file. #60

Closed spetrovic77 closed 1 year ago

spetrovic77 commented 1 year ago

The benefit of doing so are:

rgrandl commented 1 year ago

Also, we may want to add priority classes to containers at some point, so we can somehow try to start services based on the topo order (https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/).

Can you add me as a reviewer as well to all the weaver-kube PRs please?

rgrandl commented 1 year ago

It looks great :)