Hi!
I am thinking about running JPPF in a Kubernetes cluster. I know, Kubernetes is more for running small, lightweight apps/containers. As JPPF (or the jobs/tasks that run in JPPF) are more CPU heavy load apps, you have to force Kubernetes to run one JPPF node on one Kubernetes node and not to change this.
The advantage would be that you can get up a Kubernetes cluster running easily at a local installation but also at almost every cloud provider our of the box.
Has anybody tried this yet?