Search code examples
kubernetesazure-service-fabricactor

Converting service fabric actors to kubernetes


I'm investigating converting my service fabric application to kubernetes. One area I'm struggling with, is what the equivalent of service fabric actors is in kubernetes? I mainly use reminder actors in the application, is there an equivalent in kubernetes?


Solution

  • To use actor programming model on k8s you should use the combination of actor framework (orleans or akka.net) and k8s stateful sets.

    Talk from Oslo NDC 2019 Real-Time, Distributed Applications with Akka.NET, Kubernetes and .NET Core