You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/07/20 06:14:07 UTC

[GitHub] [rocketmq] LittleBoy18 opened a new issue #3167: How to use the dLegerPeers parameter in k8s

LittleBoy18 opened a new issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167


   ![image](https://user-images.githubusercontent.com/18388649/126269814-7c339a1e-5e48-487f-aa79-5d25950beffd.png)
   
   1、only use node ip?
   2、can any port be specified?
   
   Has anyone deployed on k8s? Please give me some suggestions
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhaohai1299002788 edited a comment on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
zhaohai1299002788 edited a comment on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883150155


   Since k8s ip changes dynamically by default, ip + port number can be fixed. This port should be provided externally by this service, and it is recommended to use this default port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] caigy commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883176737


   You can use headless-services[https://kubernetes.io/docs/concepts/services-networking/service/#headless-services] 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhaohai1299002788 commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
zhaohai1299002788 commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883150155


   k8s由于ip默认是动态变化的,可以固定ip+ 端口号。这个端口应该这个服务对外提供,建议使用这个默认端口。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] caigy commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883176737


   You can use headless-services[https://kubernetes.io/docs/concepts/services-networking/service/#headless-services] 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] duhenglucky commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
duhenglucky commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883344335


   https://github.com/apache/rocketmq-operator is recommended


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] duhenglucky closed issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] caigy commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883176737


   You can use headless-services[https://kubernetes.io/docs/concepts/services-networking/service/#headless-services] 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhaohai1299002788 commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
zhaohai1299002788 commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883150155


   k8s由于ip默认是动态变化的,可以固定ip+ 端口号。这个端口应该这个服务对外提供,建议使用这个默认端口。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhaohai1299002788 edited a comment on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
zhaohai1299002788 edited a comment on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883150155


   Since k8s ip changes dynamically by default, ip + port number can be fixed. This port should be provided externally by this service, and it is recommended to use this default port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhaohai1299002788 edited a comment on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
zhaohai1299002788 edited a comment on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883150155


   Since k8s ip changes dynamically by default, ip + port number can be fixed. This port should be provided externally by this service, and it is recommended to use this default port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] zhaohai1299002788 commented on issue #3167: How to use the dLegerPeers parameter in k8s

Posted by GitBox <gi...@apache.org>.
zhaohai1299002788 commented on issue #3167:
URL: https://github.com/apache/rocketmq/issues/3167#issuecomment-883150155


   k8s由于ip默认是动态变化的,可以固定ip+ 端口号。这个端口应该这个服务对外提供,建议使用这个默认端口。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org