Skip to content
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

[ASoC 2022] Implement version-control function for tracing serial morphling experiments. #45

Open
lwangbm opened this issue May 30, 2022 · 0 comments
Labels
asoc 2022 Alibaba Summer of Code, 2022 enhancement New feature or request

Comments

@lwangbm
Copy link
Collaborator

lwangbm commented May 30, 2022

Background:

Microservices evaluated under Morphling are routinely updated to new versions, e.g., the ML model refinement for online ML model inference services and daily version maintain for regular online services. This iterative version updates ask for version-aware and version-control features in Morphling. That is, to trace and associate sequential Morphling experiments which are launched for the same microservice with different versions. Having such a version tracing and controlling functions enables a point of view for Morphling users to compare their services under different versions, providing unified information for service version iterations. Besides, being aware of the relationship between sequential experiments enables knowledge reuse in intelligent sampling: the sampling results in former experiments provides hints of the service, which will be used to avoid useless sampling for its successive experiments.

Goals to be achieved:

Design and implement version control functions via git ops tools, providing APIs in Morphling CRD definitions.
Providing version controlling and tracing views, based on current Morphling UI board.
[Advanced] For online ML model inference services, combining the version control function with KubeDL training/model version features, providing a complete model training-model version-model serving workflow for AI services.

Additional context:

This issue is part of our Alibaba Summer of Code (ASOC) 2022 program.

Difficulty: Normal
Mentor: Luping Wang (@lwangbm )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asoc 2022 Alibaba Summer of Code, 2022 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants