Hi, can someone please tell me how to deploy my a...
# react
p
Hi, can someone please tell me how to deploy my app in prod using kubernetes? I’ve added the tasks for creating
browserProductionWebpack
, but not able to figure out how to start the app.
p
It's rather a big topic. Have you ever deployed anything with k8s, like a vanilla JS SPA or a simple REST service? It's a forum related to React in Kotlin/JS, it's hard to enumerate all the steps required 😄 you need to split it into subproblems
l
What problem do you have with
browserProductionWebpack
?
p
@Leon I don’t have any problem with it, I just need help in how to start the server in kubernetes using the files generated by it. Tried using node.js, as mentioned in kotlin/js docs but it is throwing error:
document not found
.