II.
StackProfile JSON
Structured · livestack-profile:api-gateway-microservices
API Gateway & Microservices (Kong/Envoy + gRPC + Kubernetes + Go) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:api-gateway-microservices",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "API Gateway & Microservices (Kong/Envoy + gRPC + Kubernetes + Go)",
"description": "A microservices architecture with Kong or Envoy as the API gateway\nhandling routing, rate limiting, authentication, and observability at\nthe edge; gRPC for strongly-typed inter-service communication with\nProtocol Buffers; Kubernetes for container orchestration; PostgreSQL\nfor per-service data stores; and Go as the primary service language.\n\nThe gateway centralizes cross-cutting concerns (TLS termination, JWT\nvalidation, request transformation) so individual services remain\nfocused on business logic. gRPC provides efficient binary serialization,\nbidirectional streaming, and automatic client/server code generation.\nKubernetes handles service discovery, scaling, and health management.\nOpenTelemetry instruments distributed traces across service boundaries.\nThis stack suits organizations breaking a monolith into services or\nbuilding platform APIs consumed by multiple teams. The primary tradeoff\nis operational complexity: service mesh, distributed tracing, and\nper-service databases require mature DevOps practices.\n",
"composes": [
"tool:kong",
"tool:kubernetes",
"language:go",
"language:protobuf",
"library:grpc-js",
"library:pgx",
"tool:helm",
"tool:opentelemetry",
"tool:docker"
]
},
"outgoingEdges": [
{
"from": "stack-profile:api-gateway-microservices",
"to": "tool:kong",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "tool:kubernetes",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "language:go",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "language:protobuf",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "library:grpc-js",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "library:pgx",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "tool:helm",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "tool:opentelemetry",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "tool:docker",
"kind": "composed_of"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "role:platform-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "role:backend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "role:architect",
"kind": "used_by_role"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "workflow:microservice-decomposition",
"kind": "follows_workflow"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "workflow:api-design-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "domain:backend",
"kind": "applies_to"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "skill-area:k8s-operator-development",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "skill-area:service-mesh-config",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "skill-area:observability-instrumentation",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:api-gateway-microservices",
"to": "skill-area:event-driven-architecture",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}