[V2] Add dockerfile and helm chart for each component
- Dominant language
- Go
- Stars
- 7.5k
- Forks
- 886
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 120
Description
### Motivation: Why do you think this is important?
In order to deploy all flyte components separately, we need to:
1. Add/update the dockerfile in each flyte component(actions, cache_service, data_proxy, events, executor, runs)
2. Add a flyte-core dir under charts folder, and add the helm charts for running each component separately. We can refer to what we've done in [v1](https://github.com/flyteorg/flyte/tree/master/charts/flyte-core)
### Goal: What should the final outcome look like, ideally?
We can test in local k3s cluster and make sure each component was deployed successfully
### Describe alternatives you've considered
n/a
### Propose: Link/Inline OR Additional context
_No response_
### Are you sure this issue hasn't been raised already?
- [x] Yes
### Have you read the Code of Conduct?
- [x] Yes
Contributor guide
Assessment
This issue has not been assessed yet.