Having a simple SF application (API + Service projects), how would one convert it so it runs on Kubernetes?
Trying to migrate from SF to Kubernetes. Any insight greatly appreciated.
you cannot do that if you are using SF specific primitives (like actors), because kubernetes does not provide those. I dont think you can easily rewrite those, tbh. That would be anything but straight forward.
If you are not, however, its just a matter of containerizing all of the apps and deploying them to kubernetes like you normally would.