konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
383 stars 118 forks source link

Add support for KubeLinter based checks #237

Closed ashokponkumar closed 3 years ago

ashokponkumar commented 3 years ago

Is your feature request related to a problem? Please describe. Add support for KubeLinter based checks

Describe the solution you'd like KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.

Adding this will help Move2Kube state the areas where manual intervention might be required by the user.

Describe alternatives you've considered Manually coding into Move2Kube places where Users need to take action on.

ashokponkumar commented 3 years ago

Validate sub command handles this