-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🤔[question] Open to updates to EKS deployment? #9355
Comments
hello @bryantbiggs , thanks a lot for addressing terraform-aws-modules/terraform-aws-eks#3027 . you are right to guess that I've been investigating how we can modernize our EKS support and move from a manual setup to terraform. as an open-source product we'd be happy to take a PR for that. reading between the lines, I assume you're looking to offer us your professional services. unfortunately we're not able to do that at this time. |
I do not know what you mean by this, perhaps you could clarify. To be clear, I am not looking for monetary compensation to add this update - it was more of raising it as a discussion first before going down the path of submitting a PR, and just overall align on the approach. If you are open to the idea of updating the EKS portion of the docs, I am offering my services to do so, free of charge 😬 |
ah, I apologize for misunderstanding. I've noticed that
As a background, today we have a What I'd like to have in a long term, is
|
thank you for sharing that information! I'll put it on my list to try putting together a pattern of running the Determined AI helm chart on EKS and then we can discuss how that fits into the documentation that is currently provided One thing to keep in mind - most of the Terraform users are used to interacting with Terraform directly, and not through a wrapper CLI. So this is more along the lines of what we provide for folks to help them understand how to achieve a certain outcome. This gives them options for consumption - they can copy+paste it into their environment and deploy it, they can compare the code against their setup if trying to figure out what they may be missing, or they can simply use it as a frame of reference to guide their implementation |
yep, I understand that's a typical approach for terraform ecosystem. However in our product historically we've been targeting ML engineers who do not have any experience with terraform, but want to push a button and get a cluster in a box deployed. In the end of the day, CLI is just a thin wrapper on top of terraform code. Some users elect to bypass the wrapper and take the raw terraform code if they want to consume it that way. |
@bryantbiggs can you please share what are you plans and timelines? I'd also like working in that direction, but I don't want to repeat the same work you are doing. |
Describe your question
Hello 👋🏽 - are you open to updates to the EKS deployment guidance https://docs.determined.ai/latest/setup-cluster/k8s/setup-eks-cluster.html ?
I work on a number of AWS led projects for EKS such as https://github.com/aws-ia/terraform-aws-eks-blueprints and https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest and would be happy to provide an update to the deployment using Terraform (since this is the tool we see that is used the most)
Checklist
The text was updated successfully, but these errors were encountered: