II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--service-mesh
service-mesh overview
Service Mesh Implementation - Complete workflow for implementing a production-ready service mesh with traffic management, security (mTLS), observability, resilience patterns, and policy enforcement. Supports multiple service mesh implementations (Istio, Linkerd, Consul Connect) with installation, configuration, progressive traffic migration, observability integration, and operational runbooks.
Attributes
displayName
service-mesh
description
Service Mesh Implementation - Complete workflow for implementing a production-ready service mesh
with traffic management, security (mTLS), observability, resilience patterns, and policy enforcement. Supports
multiple service mesh implementations (Istio, Linkerd, Consul Connect) with installation, configuration,
progressive traffic migration, observability integration, and operational runbooks.
libraryPath
library/specializations/devops-sre-platform/service-mesh.js
specialization
devops-sre-platform
references
- - Istio Documentation: https://istio.io/latest/docs/ - Linkerd Documentation: https://linkerd.io/2/overview/ - Consul Service Mesh: https://www.consul.io/docs/connect - Service Mesh Comparison: https://servicemesh.es/ - Service Mesh Patterns: https://www.oreilly.com/library/view/the-enterprise-path/9781492041795/ - CNCF Service Mesh Landscape: https://landscape.cncf.io/card-mode?category=service-mesh
example
const result = await orchestrate('specializations/devops-sre-platform/service-mesh', {
projectName: 'E-commerce Microservices',
serviceMeshType: 'istio', // 'istio', 'linkerd', 'consul'
clusterInfo: {
clusterName: 'production-k8s',
kubernetesVersion: '1.28'
},
services: [
{ name: 'api-gateway', namespace: 'default' },
{ name: 'order-service', namespace: 'default' },
{ name: 'payment-service', namespace: 'default' }
],
environment: 'production',
requirements: {
mtls: true,
trafficManagement: true,
observability: true,
resilience: true,
multiCluster: false,
egressControl: true
}
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:devops·DomainDevOps
lib_belongs_to_specialization1
- specialization:devops-sre-platform·Specialization
lib_covers_topic2
- topic:service-mesh·TopicService Mesh
- topic:microservices·TopicMicroservices
lib_implements_workflow1
- workflow:change-management·Workflow
lib_involves_role2
- role:platform-engineer·Role
- role:sre·Role
lib_requires_skill_area2
- skill-area:service-mesh-config·SkillAreaService Mesh Configuration
- skill-area:observability-instrumentation·SkillAreaObservability Instrumentation
Incoming edges
None.