microservices - Scalable Application Architecture
Structures an application as a collection of loosely coupled, independently deployable services.
Tags
Updated: 2026-02-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Deploy service independently
- Scale system components
- Implement API Gateway
- Use message queues
- Handle distributed transactions
Inputs
- Application modules
- Service definitions
- CI/CD pipeline
- Infrastructure as Code
Outputs
- Deployed microservices
- Service APIs
- Event messages
- System logs
Requirements
- Docker or container runtime
- Orchestration platform (e.g., Kubernetes)
- Distributed tracing system
- Message queue service
