89 discussions in the community
hey folks, im wrestling with the best way to roll out updates to our core services without impacting users. we've looked at blue-green, but it feels h...
Hey everyone, I'm trying to figure out the best way to shard a database for an app that's getting pretty big. We have tons of data, and our current se...
We're building out a new set of microservices, and we're really counting on caching to speed things up and take some pressure off the database. The tr...
hey folks, ive been wrestling with how to best instrument our microservices for distributed tracing. we've tried a few different libraries, but gettin...
Hey everyone, I've been thinking a lot about disaster recovery lately, especially for cloud-native stuff. We tend to focus a lot on keeping things run...
Hey everyone, I've been struggling to get logging standardized across our microservices as we keep growing. It's tough because we're using different l...
hey everyone, ive been wrestling with a challenge in my kubernetes deployments lately and wanted to get your thoughts. were running some stateful appl...
hi all, i'm stuck on something with our system. we have an api that handles user features, and it's usually solid. but sometimes we get huge, crazy tr...
I'm setting up a new Kubernetes cluster and trying to figure out how to make services available externally. CoreDNS works fine for finding things insi...
Hey everyone, I'm trying to figure out the best way to handle database schema changes in production. I've heard about blue-green deployments for datab...
were building out a new microservices architecture and one of the things I keep going back and forth on is how to effectively implement rate limiting....
hey folks, i've been thinking about our observability stack. we're scaling out our microservices and the sheer volume of data is just getting overwhel...
were using terraform for our infra as code, and while its great for initial provisioning, were starting to see config drift. manual changes or updates...
Hey everyone, I've been thinking about API Gateway patterns recently. We're looking at switching from one big, central API Gateway to a more spread-ou...
hey everyone, i'm wrestling with secrets management in our containerized environment. we're currently injecting secrets as environment variables, but ...
Hey everyone, we're moving more of our infra into Kubernetes and are hitting the point where we need to manage sensitive information like API keys and...
hey all, i'm setting up new services and trying to nail down our observability stack. we're leaning towards OpenTelemetry, but the sheer number of bac...
Hey everyone, I'm trying to figure out the best caching strategies for our really busy web app. We've got tons of static files, plus some content that...
hey everyone, been thinking about api rate limiting lately. we're seeing some increased traffic and want to implement limits to protect our service. t...
hey folks, i'm wrestling with scaling a rapidly growing application and the idea of database sharding keeps coming up. we're hitting some performance ...