Hi I want to deploy Flyte onto my EKS cluster and ...
# flyte-support
a
Hi I want to deploy Flyte onto my EKS cluster and create some basic workflows. Is there any tutorial for that? I did deploy helm chart and some pods did not start, they needed postgre so I am looking for something more comprehensive solution/tutorial.
f
There are some and also terraform templates
a
Thanks for that Ketan!!
I will try these one out. Are there any video tutorials?
f
There are check union ais YouTube channel
a
Awesome!
Let me check it out.
a
Hi @bulky-gold-93144 I got thus far
Copy code
kubectl get pod -A
NAMESPACE     NAME                                  READY   STATUS     RESTARTS   AGE
flyte         flyte-flyte-binary-69dfc4cbdf-w2hcw   0/1     Init:0/1   0          16m
kube-system   aws-node-jl7b9                        2/2     Running    0          29m
kube-system   aws-node-m4tb8                        2/2     Running    0          29m
kube-system   coredns-5449774944-rkpsc              1/1     Running    0          30m
kube-system   coredns-5449774944-smdr9              1/1     Running    0          30m
kube-system   kube-proxy-9bvlj                      1/1     Running    0          29m
kube-system   kube-proxy-mrccn                      1/1     Running    0          29m
I have created RDS, S3, Queue created in AWS My eks-started.yaml is below Any further assistance will be much appreciated
DB in a private network so not sure how pod will connect with it
Not so strong in networking area
Particularly in AWS area
Any help from AWS Networking experts would be awesome.
Are there Single Cluster AW setup code that I could use and create a simple workflow? I am annoyed that Docker Desktop does not work on Windows 10. It was giving me a lot of errors Hoping to get some support from experts here!
a
@acoustic-city-8573 single cluster step-by-step deployment guidance: https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/aws/01-eks-permissions.md
it includes a quick method to test connection from flyte to DB