You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/07/01 02:29:23 UTC

[GitHub] [openwhisk] qi0523 opened a new issue, #5264: About Invoker

qi0523 opened a new issue, #5264:
URL: https://github.com/apache/openwhisk/issues/5264

   In kubernetes environment,how to get ip address of the physical machine where the invoker pod is located?


-- 
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: issues-unsubscribe@openwhisk.apache.org.apache.org

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


[GitHub] [openwhisk] qi0523 commented on issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
qi0523 commented on issue #5264:
URL: https://github.com/apache/openwhisk/issues/5264#issuecomment-1173611215

   > If you are using a ShardingPoolBalancer, controllers, and invokers will communicate with each other via Kafka. IIRC, controllers form an Akka cluster to determine the number of controllers and divide the invoker resource pool.
   
   That's right.
   If using a FPCPoolBalancer, can this project [openwhisk-deploy-kube](https://github.com/apache/openwhisk-deploy-kube) be useful to deploy?


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] qi0523 commented on issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
qi0523 commented on issue #5264:
URL: https://github.com/apache/openwhisk/issues/5264#issuecomment-1173066012

   > This is out of the scope of the OpenWhisk, but I believe you can get the node information with `kubectl get pod -o wide`.
   
   Thanks.
   Is it true that the controller and invoker don't know their respective IP addresses, they communicate through Kafka? Controller and invoker are local akka's actorSystem, not remote akka's actorSystem, right?
   If using `kubectl get pod -o wide,` is pod‘s’ name assigned by
   `val assignedInvokerId = new InstanceIdAssigner(config.zookeeperHosts).setAndGetId(unique, overwriteId)` ?


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] style95 commented on issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5264:
URL: https://github.com/apache/openwhisk/issues/5264#issuecomment-1173625110

   FPCPoolBalancer is not yet applied to the project yet. It needs to be added.
   


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] style95 commented on issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5264:
URL: https://github.com/apache/openwhisk/issues/5264#issuecomment-1172855847

   This is out of the scope of the OpenWhisk, but I believe you can get the node information with `kubectl get pod -o wide`.
   


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] style95 commented on issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5264:
URL: https://github.com/apache/openwhisk/issues/5264#issuecomment-1173210438

   If you are using a ShardingPoolBalancer, controllers, and invokers will communicate with each other via Kafka.
   IIRC, controllers form an Akka cluster to determine the number of controllers and divide the invoker resource pool.
   


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] qi0523 commented on issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
qi0523 commented on issue #5264:
URL: https://github.com/apache/openwhisk/issues/5264#issuecomment-1172869436

   Thanks.
   Is it true that the controller and invoker don't know their respective IP addresses, they communicate through Kafka? Controller and invoker are local akka's actorSystem, not remote akka's actorSystem, right?
   If using `kubectl get pod -o wide`, is pod‘s’ name assigned by
   `val assignedInvokerId = new InstanceIdAssigner(config.zookeeperHosts).setAndGetId(unique, overwriteId)` ?


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] qi0523 closed issue #5264: About Invoker

Posted by GitBox <gi...@apache.org>.
qi0523 closed issue #5264: About Invoker
URL: https://github.com/apache/openwhisk/issues/5264


-- 
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: issues-unsubscribe@openwhisk.apache.org

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