[doris 3.0.2] k8s部署,集群外streamload上传失败 #50765
Unanswered
Clara12062
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi~ k8s部署的doris集群, streanload的使用方式只限于集群内吗?
问题描述
当前doris集群使用存算一体部署到k8s集群中, 对于的svc如下:
在集群外配置了LB. 当前访问:9030/8030端口都可以正常访问, 查看backends信息如下:
在集群外, 访问lb-ip:8030使用streamload导入数据报错:
我理解的fe的作用是代理, 然后将请求重定向到be的话, 会是interval的pod-ip, 这个domain:
doris-cluster-be-0.doris-cluster-be-internal.becbvd.svc.cluster.local
集群外不可访问, 所以这种情况下: doris部署到k8s集群内, 集群外走stream load通过fe-ip:8030无法导入数据对吗?或者直接给doris-be也添加LB, 直接访问BE的pod是么?
Beta Was this translation helpful? Give feedback.
All reactions