migrate a project from Azure Service Fabric to Azure Kubernetes service

Nambi R 1 Reputation point
2022-11-23T15:24:17.96+00:00

Hi team, i want to move/migrate a project from Azure Service Fabric to Azure Kubernetes service. I cant find any example. Can you let me know the steps.

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
252 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
721 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,880 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,602 Reputation points Microsoft Employee
    2022-12-01T23:42:01.86+00:00

    Hi @Nambi R Currently there is no official documentation or tooling available for migrating from SF to AKS.
    I would need more information about your workload and how your app is written to find out more on it.

    The migration could be anything from redeploy/refactor (containers or guest executables) to rewrite (Service Fabric Reliable Services and Actors) depending on your dependencies on Service Fabric.

    If your app is already containerized in SF then running it in AKS shouldn't be an issue. If it is not containerized but does not use SF-specific constructs (Guest application) then that should be easy to migrate. Most difficult is, if it uses Reliable Collections/Services/Actor Framework etc. and takes a dependency on the SF SDK. That would need a re-work and there is no cookie-cutter way to address it.

    Hope that helps. Let me know more about your app in the comments and I can try to get more details from the internal team.

    Thanks.

    1 person found this answer helpful.
    0 comments No comments