style95 commented on issue #5532: URL: https://github.com/apache/openwhisk/issues/5532#issuecomment-2695846098
@thunderZH963 There are 2 main things. First, you need to be able to deploy core components with your deployment method, which would be similar to [the helm chart of OW](https://github.com/apache/openwhisk-deploy-kube). Second, you need to implement a custom container factory according to your orchestrator so that invokers can provision containers or pods, whatever they are. You can refer to [the one for Kuberentes here](https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/kubernetes/KubernetesContainerFactory.scala). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
