2020-12-03 00:57:11 UTC - Joshua Dunham: It asks for local endpoint but the login still seems like it wants to auth against ibm cloud (unless I missed something). https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606957031376100?thread_ts=1606873590.375100&cid=C3TPCAQG1 ---- 2020-12-03 01:04:28 UTC - Rodric Rabbah: do you mean in terms of defining and deploying the apis? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606957468376300?thread_ts=1606873682.375600&cid=C3TPCAQG1 ---- 2020-12-03 04:07:01 UTC - Joshua Dunham: yeah, I've deployed OW on rancher k3s so technically I have Traefik, NGINX, and ApiGateway in message path. Would like to consolidate tasks to minimize components that must stay up. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606968421376500?thread_ts=1606873682.375600&cid=C3TPCAQG1 ---- 2020-12-03 04:07:30 UTC - Joshua Dunham: They are all very robust and efficient so it's not a problem per se ... more understanding how to best use each. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606968450376700?thread_ts=1606873682.375600&cid=C3TPCAQG1 ---- 2020-12-03 14:45:18 UTC - Rodric Rabbah: It is possible to consolidate apigw and nginx - in fact I think the docker-compose deployment does that. That would save you a hop. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1607006718377300?thread_ts=1606873682.375600&cid=C3TPCAQG1 ---- 2020-12-03 14:46:28 UTC - Rodric Rabbah: Curious about your experience with k3s @Joshua Dunham - been seeing that come up more and more, and wondering if we should have a k3s deployment as part of the project https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1607006788377500?thread_ts=1606484852.354900&cid=C3TPCAQG1 ---- 2020-12-03 14:48:00 UTC - Rodric Rabbah: I’m sure others have seen the kube deprecation notice for dockershim <https://kubernetes.io/blog/2020/12/02/dockershim-faq/>
I think several private deployment don’t use docker but the Apache project does. I haven’t processed this but I think we’ll have to do something about it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1607006880379000 ---- 2020-12-03 15:21:32 UTC - Dave Grove: Should probably move this to the dev list, but while we’re here…. :wink: The big decision point is whether we want to have the option when deploying on Kubernetes to bypass the global Kubernetes scheduler and do our own container management on dedicated invoker worker nodes. If so, we need to invest in a container-d or cri-o variant of the current DockerContainerFactory. The alternative is to make a long-term bet that eventually things like Knative will force Kubernetes to reach acceptable levels of latency in Pod creation. If so, then the path is to invest in getting a reasonable logging story for the KubernetesContainerFactory and just accept that we will not do our own fine-grained scheduling of user-action pods to worker nodes. +1 : Dominic Kim, Brendan Doyle https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1607008892384400 ----