Migrate Software Platform to a Kubernetes-based on-prem system
Migrate static.sendroks.com to run in Kubernetes on-prem on five servers, each with four cores, 16 Gig of main memory, and 500 Gig SSD. The system currently runs in digitalocean.com with cloudflare. The following are the specific objectives: Serve the single-page app (SPA) from cloudflare.com itself. Run the API code on-prem, which means that each browser client, after loading the SPA from cloudflare.com, will be making API calls to the on-prem servers. On-prem, the first server will be used as a SQL database server. The other four servers will be running the API code under Kubernetes control.