Migrating Service Fabric app to Kubernetes Migrating Service Fabric app to Kubernetes kubernetes kubernetes

Migrating Service Fabric app to Kubernetes


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.