132 discussions in the community
Hey everyone, I've been wrestling with managing application configurations across multiple services and environments lately. We started out using envi...
hey folks, I'm working on a web app that's got more and more static stuff like images, CSS, and JS. it makes me wonder when we should really start thi...
hey everyone, im architecting a new set of microservices and we're gonna need a clear strategy for api versioning. we want to avoid breaking changes f...
hey all, im setting up a new cluster and trying to figure out the best way to manage sensitive information like API keys and database passwords. ive s...
Hey everyone, I've been having a tough time with cache invalidation recently. You know, for some of our services, the data updates pretty often, and m...
I've noticed everyone's talking about microservices, and it sounds pretty cool. But when does all the hassle of splitting up a big old system actually...
hi folks, looking for ideas on good rate limiting strategies for distributed apps. we've tried things like token buckets at the api gateway, but it ge...
hey everyone, i'm trying to figure out the database situation for a new microservices setup and i'm kind of stuck. some services really need that rela...
hey folks, i'm wrestling with secrets management in a multi-cloud setup (aws, gcp, azure). storing api keys, database credentials, and certificates se...
hey everyone, im trying to get a better handle on cloud spending, especially across multiple AWS accounts. we're using some basic tagging, but it feel...
hey everyone im architecting a new platform that will involve a lot of user generated content images videos docs etc im trying to decide between using...
hey evryone im tryin to wrap my head around the best way to manage data consistency across microservices. ive been lookin into event sourcin as a way ...
we're setting up a multi-region deployment for our main app and need to ensure high availability. ive been looking into dns-based failover strategies,...
hey ppl ive been thinkin a lot abt the infra behind our microservices weve always run a lot on bare metal or our own vms in the cloud but with managed...
hey foks im archtecting a new system and were leaning toward event sourcing weve looked at kafka and pulsar as event logs but the actual event store i...
hey folks im wrestling with a common cloud iam challenge and wanted to get your thoughts on one hand we all know the principle of least privilege is p...
Hey everyone, I've been trying to figure out how to scale our user data storage. We're getting to the point where one database instance is becoming a ...
Hey everyone, I've been evaluating event streaming solutions for a new project and Kafka keeps coming up. It seems like the default choice for many hi...
hey everyone im tryna get a clearer pic of where to best implement caching in our stack. were setting up some new services and thinking bout how to sp...
were lookin at our load balancing setup bc were scaling microservices. we use aws elb but are thinkin about other stuff like nginx plus or haproxy for...