Javascript 是否可以在gke集群上扩展基于websocket的应用程序?

Javascript 是否可以在gke集群上扩展基于websocket的应用程序?,javascript,node.js,websocket,google-kubernetes-engine,Javascript,Node.js,Websocket,Google Kubernetes Engine,我试图理解gke集群上基于websocket的应用程序可伸缩性特性 是否可以在gke集群上扩展任何基于websocket的应用程序 我尝试了一个基于nodejs的应用程序,它由聊天客户端、聊天api和postgresdb组成 它与单吊舱一起工作,但当我缩放api吊舱时,它会返回crashloop 这也是错误日志 错误:setFsWatchListener的createFsWatchInstance(/usr/local/lib/node_modules/forever/node_modules

我试图理解gke集群上基于websocket的应用程序可伸缩性特性

是否可以在gke集群上扩展任何基于websocket的应用程序

我尝试了一个基于nodejs的应用程序,它由聊天客户端、聊天api和postgresdb组成

它与单吊舱一起工作,但当我缩放api吊舱时,它会返回crashloop

这也是错误日志


错误:setFsWatchListener的createFsWatchInstance(/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs handler.js:38:15)处的Object.fs.watch(fs.js:1408:11)处的FSWatcher.start(fs.js:1382:19)处的watch/code/node_modules/canius/lite/data/features/watch/node_modules/node_/choki(/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs handler.js:81:15)在FSWatcher.NodeFsHandler.nodefshatchWithnodefs(/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs handler.js:233:14)在FSWatcher.NodeFsHandler在FSReqWrap.oncomplete(fs.js:153:5)的FSWatcher。(/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs handler.js:495:21)“

你能分享你正在使用的部署/服务/入口规范吗?