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

[Roadmap] Doris on K8S #7587

Open
morningman opened this issue Jan 2, 2022 · 13 comments
Open

[Roadmap] Doris on K8S #7587

morningman opened this issue Jan 2, 2022 · 13 comments

Comments

@morningman
Copy link
Contributor

root issue

@liangyongz
Copy link

https://github.com/liangyongz/doris-on-k8s
The temporary solution I am currently using is hostNetwork,This approach is limited.

Will you solve this problem,Use Pod+SVC instead of hostNetwork

@anjia0532
Copy link

@hf200012
Copy link
Contributor

https://github.com/liangyongz/doris-on-k8s The temporary solution I am currently using is hostNetwork,This approach is limited.

Will you solve this problem,Use Pod+SVC instead of hostNetwork

I am also doing research in this area, we can communicate together, my WeChat: 35926237, let's pull a group to communicate

@xiedeyantu
Copy link
Contributor

Why not write a doris-operator?

@Coefu
Copy link

Coefu commented Jun 20, 2022

Why not write a doris-operator?

Have you started?

@cdmikechen
Copy link

I think daemonset with hostnetwork is a good solution, currently. The IP based is an insurmountable gap in k8s for many big data services. Even such as Apache ozone, which was originally called cloud native, have not solved this problem right now.

@didip
Copy link

didip commented Sep 2, 2022

is ip address that important? Can Doris use DNS to discover each other?

If Doris can use DNS to discover each other, then you can use a headless Service where it attached auto generated DNS name on every pod.

Would that work for Doris? I just begun experimenting with Doris and Kubernetes deployment is the first thing I am curious about. I can help in this area. I will likely write it in Helm.

@SuperEdison
Copy link

do something pls

@zakibenz
Copy link

zakibenz commented Oct 5, 2023

+1

@zakibenz
Copy link

zakibenz commented Oct 5, 2023

is there any doris-operator created since as suggested by @Coefu

@Coefu
Copy link

Coefu commented Nov 22, 2023

is there any doris-operator created since as suggested by

https://github.com/Coefu/doris-operator
A less mature version, I will perfect it.

@cdmikechen
Copy link

is there any doris-operator created since as suggested by

https://github.com/Coefu/doris-operator A less mature version, I will perfect it.

How to resolve doris DNS for pod IP issue?

@Coefu
Copy link

Coefu commented Nov 24, 2023

is there any doris-operator created since as suggested by

https://github.com/Coefu/doris-operator A less mature version, I will perfect it.

How to resolve doris DNS for pod IP issue?

Another way, multus-cni + calico(specific IP).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants