II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--idp-setup
idp-setup overview
Internal Developer Platform (IDP) Setup - Complete workflow for building a self-service internal developer platform that empowers developers with self-service capabilities, standardized templates, golden paths, observability integration, and comprehensive developer experience improvements.
Attributes
displayName
idp-setup
description
Internal Developer Platform (IDP) Setup - Complete workflow for building a self-service
internal developer platform that empowers developers with self-service capabilities, standardized templates,
golden paths, observability integration, and comprehensive developer experience improvements.
libraryPath
library/specializations/devops-sre-platform/idp-setup.js
specialization
devops-sre-platform
references
- - Platform Engineering: https://platformengineering.org/ - Backstage: https://backstage.io/ - Team Topologies: https://teamtopologies.com/ - CNCF Platform Engineering: https://tag-app-delivery.cncf.io/whitepapers/platforms/ - Internal Developer Platform: https://internaldeveloperplatform.org/ - Golden Paths: https://engineering.atspotify.com/2020/08/how-we-use-golden-paths-to-solve-fragmentation-in-our-software-ecosystem/
example
const result = await orchestrate('specializations/devops-sre-platform/idp-setup', {
projectName: 'Acme Internal Developer Platform',
platformScope: 'full-stack', // 'backend-only', 'full-stack', 'data-platform'
platformType: 'backstage', // 'backstage', 'custom', 'port'
targetAdoption: 80, // percentage of teams using platform
organization: {
teams: 10,
developers: 50,
existingServices: 30
},
requirements: {
selfServiceProvisioning: true,
serviceCatalog: true,
goldenPaths: true,
observabilityIntegration: true,
costTracking: true,
complianceReporting: 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:developer-experience·TopicDeveloper Experience (DX)
- topic:platform-engineering-practices·TopicPlatform Engineering Practices
lib_implements_workflow1
- workflow:engineering-onboarding·WorkflowEngineering Onboarding
lib_involves_role1
lib_requires_skill_area1
- skill-area:configuration-management·SkillAreaConfiguration Management
Incoming edges
None.