Skip to content
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

Move AWS resource creation logic from python to terraform #752

Open
surajkota opened this issue Jun 5, 2023 · 0 comments
Open

Move AWS resource creation logic from python to terraform #752

surajkota opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@surajkota
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This repo uses 2 tools - python+make and terraform to provide automation. Python scripts are a pain to maintain and use because they are do not provide state management features like terraform. e.g.

Describe the solution you'd like
Move python script logic to terraform stacks just keeping the kubeflow_installation.py and kubeflow_uninstallation.py in python since users still use kustomize based installation.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant