-
Notifications
You must be signed in to change notification settings - Fork 888
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
[Feature] Integration with developing time #795
Comments
|
Yes, the idea is interesting, we can easily contribute vela as a tilt-extension. But it's hard to show what's the value of kubevela if users are already using tilt. vela and tilt are very similar in deveper interface. If user uses tiltfile, they won't want to learn appfile. If we give up appfile and directly use tiltfile, It's hard to show using vela is better than using K8s. The complexity of K8s can be easily hidden by tilt-extension. |
|
Let's hold until we have more Capability such as rolling update with traffic management. |
|
Nocalhost is also an option to integrate, it's a developing tool similar with tilt. refer to : https://nocalhost.dev/blog/api-six Add a nocalhost trait to debug app in developing time. |
|
Let's re-visit this issue, I think it's a good time to integrate tilt with KubeVela now. Developing tools such as Tilt and Nocalhost can help users using KubeVela easily by integrate with IDE doing local development. By using KubeVela, users can have a consistent experience from local development, testing to production deploy. The same KubeVela application yaml with components/traits/workflow specified can work in all these environments. So what's benifit for users who are already using tilt to manage K8s resources?
|
|
Hey @wonderflow, this seems pretty interesting! I would like to work on it. Could you guide me where to start from? |
|
For anyone whoe want to try this issue, I suggest these steps to get started:
The final goal is users using tilt developing with a KubeVela application yaml locally and any change could deployed in the K8s cluster and preview. |
|
@wonderflow I would like apply for this project under the LFX . I have read the previous comments and the requirements you mentioned. Looking forward to it. |
|
@lakshya8066 @MarcaWitt Thanks for your interest, you could write a proposal for your plan on this issue. |
|
Thank you @wonderflow. I am working on that. |
|
The issue looks pretty interesting. I have a few ideas regarding the same based on whatever I have worked on or have some experience about. I'd like to apply for this project under LFX if possible. Hope I get the opportunity |
|
@kaustubhsharma-009 Sure, you're welcome and please send your proposal here. |
|
I had submitted my proposal along with a cover letter on the LFX mentorship application @wonderflow |
Is your feature request related to a problem? Please describe.
Developing micro services is also challenging.
Describe the solution you'd like
Have a integration with Tilt: https://github.com/tilt-dev/tilt
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: