Articles in this series
Initial Assumption: Expected network traffic to flow as designed. Issue Encountered: Front-end uses Client-Side Rendering (CSR). CSR mode prevents...
In this post, we'll dive into configuring the proxy servers necessary for handling requests in a 3-tier architecture with Docker, focusing on Nginx...
In this post, we'll cover the setup of the frontend, backend, and database services, focusing on creating efficient Docker images. Traffic...
Traffic Flow Prometheus Configuration prometheus.yaml This file is the main configuration file for Prometheus. global: scrape_interval: 15s #...
In this post, we'll explore three different methods to run and manage the services we've set up, including the frontend, backend, database, and...