Konveyor
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Konveyor Project Roadmap * Konveyor is a CNCF project focused on accelerating application modernization to cloud native technologies in a safe and predictable manner at scale * Related documents for more background on Konveyor: * [Konveyor Project Charter](https://github.com/konveyor/community/blob/main/Charter.md) * Vision for Konveyor's [Unified Experience](https://github.com/konveyor/enhancements/tree/master/enhancements/unified_experience) * [Konveyor Application Modernization and Migration Guide](https://github.com/konveyor/methodology) * Where to file new RFEs? -> https://github.com/konveyor/enhancements/issues/new * Read our [enhancements](https://github.com/konveyor/enhancements) to learn more about design choices and how features are being implemented ## Near-term: 2023 Q3-Q4 * Theme: Establish [Steps 1->3 of Unified Experience: 'Surface Information -> Make Decisions -> Plan Work'](https://github.com/konveyor/enhancements/tree/master/enhancements/unified_experience#step-1-surface-information) * **Multi-language analysis support** * A new analysis engine, [analyzer-lsp](https://github.com/konveyor/analyzer-lsp), is being developed to leverage the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) to make additional languages easier to integrate. * enhancement: [Konveyor Analysis: Multi-language analyzer leveraging Language Server Protocol (LSP)](https://github.com/konveyor/enhancements/tree/master/enhancements/tackle/tackle-lsp-query-engine) * Intent is to replace [Windup](https://github.com/windup/windup) for Java source code analysis with [analyzer-lsp](https://github.com/konveyor/analyzer-lsp) * Add ability for Golang source code analysis via analyzer-lsp * **Allow dynamic reporting of analysis data** and aggregation across the application portfolio (enhancement: [Dynamic reports enhancement](https://github.com/konveyor/enhancements/pull/111)) * Establish ability for machine readable output from analyzer-lsp to aid the Hub to aggregate analysis information across the application portfolio (enhancement: [Analyzers Report Format](https://github.com/konveyor/enhancements/tree/master/enhancements/tackle/analyzers-report-format) * **New Assessment module** to allow greater customization of questionaries and usage (enhancement: [New assessment module enhancement](https://github.com/konveyor/enhancements/pull/136) * Introduction of '[Archetypes](https://github.com/konveyor/enhancements/pull/136/files#diff-2d249d6ed5064c180ca1a72da0658dc4322786d504739df84e55754ce83d6c86R199)' * Intent is to replace Pathfinder with this new module to allow more flexibility * Theme: Project health * Establish e2e test strategy * Establish test framework for [rulesets](https://github.com/konveyor/rulesets) * Continue creating a library of [examples-applications](https://github.com/konveyor/example-applications/tree/main) * Establish [Migration Experience User Group](https://github.com/konveyor/community/tree/main/ug-migration-experience) to facilitate sharing of use-cases and rules throughout community. ## Mid term: 2024 Q1-Q2 * Theme: Expand multi-language static code analysis capabilities * Establish C# analysis for dotnet ([analyzer-dotnet-provider](https://github.com/konveyor/analyzer-dotnet-provider)), emphasis on usecase of .Net Framework -> .Net migrations * enhancement: [dotnet-provider](https://github.com/konveyor/enhancements/pull/128) * Theme: Begin to explore improvements to [Step 4 of Unified Experience: 'Do Work'](https://github.com/konveyor/enhancements/tree/master/enhancements/unified_experience#step-4-do-work) * Evaluate if we need to orchestrate execution of multiple components in a Pipeline like approach * Possible exploration of Tekton for improving orchestration of components * Generate migration assets to aid a Migrator modernizing an application * Considering examples such as * Guide containerization of a traditional application * Guide containerization of a Wildfly application to leverage application analysis information to recommend Galleon layers to enable in the image * Generate Kubernetes resource manifests so the application may be deployed * Generate resources to enable a GitOps workflow such as ArgoCD * etc.. more to explore * Theme: Continue on expanding [Rulesets](https://github.com/konveyor/rulesets) * Considering examples related to: * .Net Framework -> .Net * Wildfly * Tomcat * Quarkus * Netflix OSS -> Kubernetes * Service Mesh adoption * Serverless * and other areas identified from the [Migration Experience User Group](https://github.com/konveyor/community/tree/main/ug-migration-experience) * Theme: Project Health * Improve Konveyor user documentation and revisit integrating https://konveyor.github.io/ into https://konveyor.io ## Long term: 2024 Q2+ * Theme: Expand multi-language capabilities * Add in capability to analyze Javascript, Typescript, Python, Ruby, Rust, etc * Continue to extend capabilities in all providers (richer queries, detect more complicated use-cases) * Theme: Experience improvements * Improve the experience of application import * [Repository crawler for application import](https://github.com/konveyor/enhancements/issues/122) * [Detect language & frameworks being used in repositories on import](https://github.com/konveyor/enhancements/issues/131) * Improve the experience of executing 'AddOns' * [Enable the UI to run arbitrary AddOns](https://github.com/konveyor/enhancements/issues/99) * Theme: Continue to explore new use-cases in [Konveyor Ecosystem](https://github.com/konveyor-ecosystem) * Explore solutions to aid in monolith to microservice * Improve resource generation * Explore k8s workload introspection to inform possible issues between versions of Kubernetes * Expand refactoring scenarios, i.e. explore patterns of leveraging knowledge from static code analysis to aid in automated refactoring to address identified issues (i.e. analyzer-lsp report -> openrewrite recipes to 'fix' code) * Research if/how AI may be applied to modernization (experiments under https://github.com/konveyor-ecosystem/MLAssist) * Theme: Integration with other services * [Janus (backstage.io) Integration #134](https://github.com/konveyor/enhancements/issues/134) ## Summary of Konveyor Releases See [konveyor/operator/releases](https://github.com/konveyor/operator/releases) for a list of all Konveyor releases or in [operatorhub here](https://operatorhub.io/operator/konveyor-operator) * __0.1.0__: April 2023 * The effort that was Tackle 2.0 is expanded to become the first release of Konveyor with the new vision based on the [Unified Experience](https://github.com/konveyor/enhancements/tree/master/enhancements/unified_experience). * __0.2.0__: June 2023 (_alpha released May 2023_) * The ability to break up and plan units of work via Migration Waves is introduced * enhancement: [Migration Waves](https://github.com/konveyor/enhancements/tree/master/enhancements/migration-waves) * enhancement: [Tackle Hub integration with Jira](https://github.com/konveyor/enhancements/tree/master/enhancements/tackle/tackle-jira-integration) * __0.3.0__: Planned Q3 2023 (_alpha released August 2023_) * Multi-language analysis capability is introduced via [analyzer-lsp](https://github.com/konveyor/analyzer-lsp) that leverages [Language Server Protocol](https://microsoft.github.io/language-server-protocol/). * enhancement: [Konveyor Analysis: Multi-language analyzer leveraging Language Server Protocol (LSP)](https://github.com/konveyor/enhancements/tree/master/enhancements/tackle/tackle-lsp-query-engine) * [Windup](https://github.com/windup/windup) is replaced by [analyzer-lsp](https://github.com/konveyor/analyzer-lsp) * Languages supported are Java and Golang. * Dynamic reporting and aggregation of analysis data across the entire application portfolio is now possible * enhancement: [Dynamic reports enhancement](https://github.com/konveyor/enhancements/pull/111) * enhancement: [Analyzers Report Format](https://github.com/konveyor/enhancements/tree/master/enhancements/tackle/analyzers-report-format) * [Active development, not in 0.3.0-alpha]: New Assessment Module to replace Pathfinder * enhancement: [New assessment module enhancement](https://github.com/konveyor/enhancements/pull/136) --- For more information and to get involved, please join the [konveyor-community@googlegroups.com](https://groups.google.com/g/konveyor-community) mailing list and/or attend a [Konveyor Community Meeting](https://github.com/konveyor/community/tree/main#meetings). This roadmap is a living document and will evolve as the project progresses. Stay tuned for updates and announcements as we work together to revolutionize application modernization to Kubernetes!

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully