Roadmap

    • Add Application object as the deployment unit applied to k8s control plane.
      • The new Application object will handle CUE template rendering on the server side. So the appfile would be translated to Application object directly without doing client side rendering.
    • Integrate Terraform as one of the core templating engines so that platform builders can add Terraform modules as Workloads/Traits into KubeVela.
    • Re-architect API Server to have clean API and storage layer as .
    • Automatically sync Catalog server and display packages information as designed.
    • Add Rollout CRD to do native Workload and Application level application rollout management.
    • Support intermediate store (e.g. ConfigMap) and JSON patch operations in data input/output.
    • Automatically generate reference docs for capabilities and support displaying them in CLI/UI devtools.
    • Integrate with S2I (Source2Image) tooling like to enable more developer-friendly workflow in appfile.
    • Integrate with Dapr to enable end-to-end microservice application development and deployment workflow.