Cloud Native Microservices Patterns

Cloud-native service design: 12-factor compliance, liveness, readiness and startup probes, graceful shutdown with SIGTERM handling and connection draining, structured logging with correlation IDs, and idempotency. Use when pods are killed during a deploy and drop in-flight requests, when Kubernetes restarts a container that is merely slow to start, or when refactoring a service to run correctly on Kubernetes.

mchittineni d720cae 2 files · 7.2 KB Updated

File contents

mchittineni/cloud-platform-skills/tree/main/.agents/skills/cloud-native-microservices-patterns commit d720caee95

Frequently asked questions

npx skillmds@latest add mchittineni/cloud-native-microservices-patterns