Hello, I am trying to install flyte in a local kub...
# flyte-deployment
c
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
f
Wdym by local - on prem?
g
we have a helm chart for single node Kubernetes cluster. https://github.com/flyteorg/flyte/tree/master/charts/flyte-sandbox
c
@freezing-airport-6809 - yes. Its an on prem cluster
🔥 1
f
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.
👍 1
c
@glamorous-carpet-83516 - 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 ?
g
is Postgres pod running in the k8s?
c
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.
206 Views