Can you tell me about your server setup if you don't mind? Where did the graphs come from?
back
1 comments
Sure, I'm using GCP to host the website. Then, I'm using Docker, K8s, and then a LB sitting in front. The graph is from GCP's CDN that tracks requests per second and CDN hits/misses [1]. It's a pretty sweet setup since all of the heavy lifting is done at the CDN. You could do something similar on the CDN side with AWS using CloudFront.
Thanks a lot for that. How much does it cost for you for your site?