Hello. I am very new to containerizing apps and deploying them to kubernetes and I don't quite understand the concept of it. Are there any guides and best-practices for deploying NestJS/NodeJS apps I could reuse in my project? Do I understand it correctly that:
- I need to build NestJS on CI
- Copy build artifacts to docker image
- Upload docker image to remote host with kubernetes
Or should this flow be different? Thanks.