F

Flyte enables you to build & deploy data & ML pipelines, hassle-free. The infinitely scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks. Explore and Join the Flyte Community!

Flyte Deployment Issue on Azure

Summary

The user is starting to work with Flyte deployments on Azure and has encountered an issue while testing a Flyte-core example for AKS from a GitHub repository. They require a single cluster deployment, which they believe is better suited for flyte-binary. The user has previously completed a helm-based deployment without Terraform and now wants to enhance it using Terraform. They faced an error related to data retrieval while running a workflow. The user is seeking information on Terraform or OpenTofu-based AKS deployment scripts specifically for flyte-binary.

Status
resolved
Tags
    Source
    #flyte-deployment
      c

      chris.grass

      10/23/2024

      <@U07R2BJFD8E>

      a

      a.silva

      10/10/2024

      hello everyone, I am starting to work with the flyte deployments for Azure, and we have recently stumbled on some content from https://github.com/unionai-oss/deploy-flyte. The problem is they only offer a flyte-core (multi-cluster) example for AKS, which should be fine per se. In our application we require really only a single cluster deployment, to which flyte-binary would be more adequate. I have done a simple helm-based deployment with no terraform in the past that works, but I would now like to professionalize it with terraform. Testing the uinionai-oss based version for flyte-core, I have stumbled on the following issue while running an workflow https://pastebin.com/fH67D9gA, which sums up to

      "Failed to get data from abfs://flytetf/flytesnacks/development/5VQ5YWMCBE7D3QTKVTF4Z4YS4E======/script_mode.tar.gz"

      Can you help me out with:

      1. Information on TF | OpenTofu based AKS deploy scripts with flyte-binary