awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 13 forks source link

Improve the orchestrate ability of components #33

Closed yanghua closed 9 months ago

yanghua commented 10 months ago

Some survey research:

yanghua commented 10 months ago

IMO, the scalability has several levels:

@pan3793 WYDT?

pan3793 commented 10 months ago

I would expect an image-level solution.

My original idea is very simple, use a template engine to render Dockerfile, files/, docker-compose.yaml, etc. that we write by hand currently.

pan3793 commented 10 months ago

The idea is similar to helm, using the template engine to render the final yaml files which describe the resource deployed to K8s.

yanghua commented 10 months ago

I would expect an image-level solution.

My original idea is very simple, use a template engine to render Dockerfile, files/, docker-compose.yaml, etc. that we write by hand currently.

Ok, so your thought is static rendering. Let me think if there is any scenario that requires dynamic rendering.

yanghua commented 10 months ago

Let's discuss the potential split sub-tasks, my thought is:

WDYT? @pan3793