Run program using Kubernetes

Job ID: 38586524

Budget: $250 – $750 USD

I am looking to deploy a program on kubernetes to increase computational power.

The program uses a ranking system stored in a config file, which can only be used on a single machine at a time. Although I can move the config file between machines to preserve the ranking and reputation history, the program does not support simultaneous use of the same config file across multiple machines.

The objective is to run this high-ranked config file on a more powerful setup by distributing the workload across multiple machines/servers. However, the program must operate as though it is on a single machine. This means I need a solution that combines the CPU power of multiple machines, spreads the computing load, and hides the multi-machine setup from the program to avoid any functional disruptions. The IP address that the program sees/interacts with must be a single static IP.
Related categories: Kubernetes DevOps Distributed Systems