DEV Community

Discussion on: Containerizing Angular application for production using Docker

Collapse
 
gaurangdhorda profile image
GaurangDhorda

can you give one example, where this docker image of angular app is useful or beneficial ? one real-life practical use-case.

Collapse
 
usmslm102 profile image
Usama Ansari • Edited

If you have a small application, it will not make much sense to put it in the container and run it, though you can do it and there are lot of cloud services that run the containers in a serverless way. The practical use case will be if you have a large application and using Kubernetes for all your services then you can run your angular application in the same cluster and you can get the same benefits of Kubernetes like auto-healing, scaling, etc.