144 discussions in the community
i've been thinking about caching lately in our microservice architecture. we have a few services that are read-heavy, but others are more write-intens...
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 working on a new microservice architecture and im trying to nail down the best way to handle security. we've got multiple services th...
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...
We're looking into API gateways for our microservices, which are really growing. There are tons of managed services available now, but I'm wondering i...
Hey everyone, I'm building out a new microservice setup and could use some advice on logging. I know about big systems like the ELK stack and Splunk, ...
i'm looking at this pretty big, old application, and yeah, it's showing its age. it's getting hard to scale, and we're just not building new stuff as ...
ive been seeing a lot more talk about Kubernetes Operators lately, especially for managing stateful applications like databases or message queues. the...
hey everyone, been thinking about message queue implementations lately. when building systems that rely heavily on queues, especially for critical dat...
hey everyone, i'm looking for some thoughts on how to implement real-time user presence indicators, like online or offline status, in a web app. we're...
Hey everyone, I'm working on a distributed system and we're running into some problems with rate limiting. Right now, each service has its own rate li...
hey folks, ive been thinking about rate limiting lately, specifically for apis exposed to external consumers. weve handled simple rate limiting at the...
when youre working with a production system that has a lot of data and is actively being used, changing the database schema can be a nightmare. rollin...
hey everyone, been thinking a lot about system design lately. we're building out a new service and i'm trying to figure out the right initial focus fo...
hey everyone, i'm trying to get a better handle on message queues for a new project. i know the basic idea of decoupling services, but i'm seeing term...
hey everyone, i've been thinking a lot about cloud costs lately, especially as our projects scale. it feels like a constant balancing act between perf...
Hey everyone, I'm wrestling with a common challenge in microservices: managing state. We're aiming for a stateless architecture where possible, but so...
hey everyone, ive been thinking a lot about how we manage communication between our microservices. weve used an api gateway for external traffic manag...
hey everyone, i'm looking for some ideas on how teams manage sensitive stuff like API keys, passwords, and certificates in Kubernetes. besides the bas...
hey folks, im working on a social media platform and were seeing a lot of reads for user profile information (name, bio, avatar URL). this data doesnt...