Service Connectivity

Covers making service-to-service connections reliable and secure — service discovery, mutual TLS, timeouts and retries with circuit breakers, backpressure under load, and secure links across hybrid or multi-cloud boundaries. Use this whenever the user is setting retry or timeout policy, adding mTLS between services, debugging cascading failures from a slow dependency, connecting services across VPCs or clouds, or seeing an upstream overwhelmed by a retry storm. For the north-south API front door use `api-gateway`, and for a mesh implementing these patterns declaratively use `service-mesh`.

arjunprabhulal Updated

File contents

arjunprabhulal/devops-skills/tree/main/skills/networking/service-connectivity commit 01773db4a6

Frequently asked questions

npx skillmds@latest add arjunprabhulal/service-connectivity