top | item 40002645

(no title)

sunshinekitty | 1 year ago

respectfully I think there’s too much magic here, simple use cases don’t have solutions jumping out at me

- I want to deploy my own things with argo alongside this cluster, how?

- I want a private nlb, even locked by a vpn subnet, how?

- I want to put this in an existing vpc, or peer with a vpc, or tgw with a vpc, how?

- I want to specify some RI’s for my nodes, how? I want to use spot, how?

- How do I upgrade each separate piece of the stack?

I could keep going but I hope the point is clear, I think this is too much of an oversimplification of a complex system. Better to just use MWAA or pay a devops team.

discuss

order

harshilPat|1 year ago

Great questions!

> - I want to deploy my own things with argo alongside this cluster, how? So using "cndi init" command, cndi gives a repo that contains Iaac, Cluster Manifests and Application Manifests. Everything gets deployed on choice of your cloud once you push to github. Use helm charts or K8s yaml.

> - I want a private nlb, even locked by a vpn subnet, how? Not fully baked but there is a way to add NLB manifests.

> - I want to put this in an existing vpc, or peer with a vpc, or tgw with a vpc, how? Working on this.

> - How do I upgrade each separate piece of the stack? This needs to be looked into more.