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

R Bharath Kumar

04/17/2023, 2:04 PM
Hello, I am trying to install flyte in a local kubernetes cluster. Is there a helm chart available for the same. The helm charts in the documentation is for GKE/EKS cluster only
k

Ketan (kumare3)

04/17/2023, 2:26 PM
Wdym by local - on prem?
k

Kevin Su

04/17/2023, 3:40 PM
we have a helm chart for single node Kubernetes cluster. https://github.com/flyteorg/flyte/tree/master/charts/flyte-sandbox
r

R Bharath Kumar

04/18/2023, 4:28 AM
@Ketan (kumare3) - yes. Its an on prem cluster
k

Ketan (kumare3)

04/18/2023, 5:25 AM
flyte essentially needs 4 things 1. K8s cluster 2. Postgres DB (MySQL coming soon) 3. S3 like store (Minio) 4. Ability to connect - ingress / port-forward
you should start with a single binary deployment. This scales well for small to medium scale. For large scale you can move to a multi binary deployment.
r

R Bharath Kumar

04/19/2023, 2:34 PM
@Kevin Su - Thanks for the suggestion, I tried the same and i see that the pod
flyte-backend-flyte-binary-
is stuck at
wait-for-db
. Am i missing any pre-requisite step ?
k

Kevin Su

04/19/2023, 3:58 PM
is Postgres pod running in the k8s?
r

R Bharath Kumar

04/19/2023, 5:34 PM
nope. I thought the helm chart will bring it up. I'll try bringing up the dependent services first and then run the flyte-binary chart.
4 Views