-
Dockerize an Angular 17 app with nginx and deploy on Kubernetes
There serveral ways to host an Angular app using nginx, a nodejs server, IIS, Apache on a Windows or Lunix with registered as a service. In this blog post, we will go through step-by-step guide to build an Angular app using Docker and host the production-ready in nginx container and then deploy on Kubernetes. Normally,…
-
Những sai lầm và chiến lược chuyển đổi từ Monolith sang Microservices
Bài viết này là tổng hợp từ nhiều nguồn và từ kinh nghiệm của bản thân khi triển khai hệ thống theo kiến trúc Microservices từ đầu và chuyển đổi từ Monolith sang Microservices. Microservices là gì? Microservices – hay còn được gọi là kiến trúc Microservices và kiến trúc này thường được sử dụng…