Hey folks... I am new-ish to Flyte... in the sense...
# ask-the-community
r
Hey folks... I am new-ish to Flyte... in the sense I've built workflows before, but this is the first time I'm looking to do a Flyte based PoC at a new workplace. So I have some fairly basic questions: 1. Should I set up a new repo? Or can it be in a folder in an existing repo? What boilerplate code does it need? 2. For the PoC I'll set up a K8s cluster on-prem. Once I install MinIO and postgres on it, how should I be configuring everything?
👋 2
❤️ 4
k
@Rupsha Chaudhuri are you asking about user code? if so you can reuse any existing repos too
Try going through the getting started just to get acquanited with a slightly newer flow
v
@Ketan (kumare3) - Can we use the “sandbox” setup to deploy all flyte components?
r
At this point I have the "example" code running on my laptop in a demo cluster
👍 1
k
@Rupsha Chaudhuri fantastic. Yes
Flyte Sandbox
- brings with it a minio server and a postgres. It is not intended for scale, but good to get started with
it is a helm chart
r
awesome.. where can I find this sandbox?
k
this is the chart, but let some expert confirm
Just ignore the
GKE/EKS
etc, that does not matter
r
thank you!
166 Views