The architecture behind a one-person tech startup
anthonynsimon.com
The architecture behind a one-person tech startup
1–10 of 334 posts
Re: The architecture behind a one-person tech startup
#2I'm just wondering why you don't also run your managed services in k8s?
Re: The architecture behind a one-person tech startup
#3Edit: Maybe the downvoters can explain what they're disagreeing with?
Re: The architecture behind a one-person tech startup
#4That is the closes thing to a number of requests I could find. So this architecture, no matter how solid, is somewhere between „way to large“ and „matches perfect“.
It seems like a solid breakdown on how to deploy your services to k8s and how to properly do CD deployments. But it does never mention whether it actually makes sense at the scale he actually has.
Re: The architecture behind a one-person tech startup
#5It's a great writeup, I just find it weird that the author runs his "privacy-focused" analytics service on AWS and Cloudflare. From a GDPR perspective it's not even clear if this is lawful (Schrems-II), and there are some good alternative cloud services available in the EU (e.g. Hetzner or OVH). Also, Cloudflare still sets the __cf* cookie on every request, so it's not really cookieless tracking (I'm aware that Cloud…
Regardinging CloudFlare cookies, I am not sure if this is the authors problem, since I guess he is neither processing nor storing any data about it.
Re: The architecture behind a one-person tech startup
#6Re: The architecture behind a one-person tech startup
#7> From a technical point of view, this SaaS processes a large amount of requests per second from anywhere in the world, and stores the data in an efficient format for real time querying. That is the closes thing to a number of requests I could find. So this architecture, no matter how solid, is somewhere between „way to large“ and „matches perfect“. It seems like a solid breakdown on how to deploy your services to k8…
Re: The architecture behind a one-person tech startup
#8It's a great writeup, I just find it weird that the author runs his "privacy-focused" analytics service on AWS and Cloudflare. From a GDPR perspective it's not even clear if this is lawful (Schrems-II), and there are some good alternative cloud services available in the EU (e.g. Hetzner or OVH). Also, Cloudflare still sets the __cf* cookie on every request, so it's not really cookieless tracking (I'm aware that Cloud…
On AWS you can chose the geographic location where you run your stuff. I guess the author is running them in EU zones. Regardinging CloudFlare cookies, I am not sure if this is the authors problem, since I guess he is neither processing nor storing any data about it.