-
Notifications
You must be signed in to change notification settings - Fork 118
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
feat: Simplify plugin architecture of Move2Kube #1131
Comments
For those coming from LFX, this issue #1063 has a few more details on how to get started with Move2Kube. |
Related #882 |
Greetings to you @kmehant @HarikrishnanBalagopal ,hope you are doing well! I just came upon this issue while exploring the move2kube repo & I feel that this would be the perfect project for me to tackle, as part of the LFX spring program! A couple reasons:
|
For LFX spring program, along with resume and cover letter, Is there any another prerequisite which we have to do while applying to LFX program ? |
Nothing apart from that, please complete and submit your application on the LFX Portal. |
Okay |
Would it be possible to get a review of the cover letter/proposal, in addition, is there a specific deadline for when we can expect to hear back? |
@xevor11, there are a lot of applicants, I wouldn't expect individual tailored critiques of applications from the mentors. Regarding when you may hear back about applications, please see the published program timeline. |
Motivation
Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. The tool has a powerful plugin based transformer architecture where developers can write their own custom transformer plugins to fulfil their re-platforming needs. However, concepts like path mappings etc could be simplified for better adoption.
Expected Outcome
Example
Writing a Move2Kube custom transformer needs developers to understand various concepts such as path mappings etc, can we reduce the learning overhead by simplifying this architecture?
Resources
Transformer - https://move2kube.konveyor.io/concepts/transformer
Path Mapping - https://move2kube.konveyor.io/concepts/path-mapping
Artifact - https://move2kube.konveyor.io/concepts/artifact
Transformer types - https://move2kube.konveyor.io/transformers
Getting Started
Follow the tutorial on how to use it to do a transformation https://move2kube.konveyor.io/tutorials/cli
Transformer
architecture in Move2KubeThe text was updated successfully, but these errors were encountered: