https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
h

Hampus Rosvall

02/15/2023, 8:38 AM
Hey, I just noticed there is a single binary deployment available for Flyte. We are looking to migrate our current deployment to a new EKS cluster, and I was thinking of deploying it using a single binary as looks awesome! We are currently leveraging OAuth2 authentication, based on the docs. However, with the new binary I would imagine the auth setup to be simplified, but the docs for single cluster production-grade deployment yields a 404 in terms of authentication (https://docs.flyte.org/en/latest/deployment/deployment/cloud_production.html#authentication). I would assume the app for flytepropeller is obsolete for binary deployments as there is no need for authenticated requests between the flyte components? Is there an updated guide that we can use?
s

Samhita Alla

02/15/2023, 12:48 PM
The link's broken. We'll need to fix it. Please refer to https://docs.flyte.org/en/latest/deployment/configuration/auth_setup.html page. cc @Niels Bantilan
h

Hampus Rosvall

02/15/2023, 12:50 PM
We use that currently, but I was assuming that flytepropeller app is not needed since we use a single binary?
s

Samhita Alla

02/15/2023, 12:58 PM
Not very sure. @Yee could you clarify please?
y

Yee

02/15/2023, 1:00 PM
No you still need it unfortunately.
Even though it’s a single binary they’re still different pieces of code.
And they talk over the local host network
h

Hampus Rosvall

02/15/2023, 1:01 PM
Understood, thanks!
y

Yee

02/15/2023, 1:01 PM
Of course
n

Niels Bantilan

02/15/2023, 2:35 PM
FYI just set up a redirect to the 404'ing page, it should go to the new page
18 Views