Hello, I am trying to install flyte in a local kub...
# flyte-deployment
r
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
Wdym by local - on prem?
k
we have a helm chart for single node Kubernetes cluster. https://github.com/flyteorg/flyte/tree/master/charts/flyte-sandbox
r
@Ketan (kumare3) - yes. Its an on prem cluster
k
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
@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
is Postgres pod running in the k8s?
r
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.
168 Views