Implementation Guide
Self-Service Portal
Crossplane Configuration
apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
name: platform-config
spec:
package: xpkg.upbound.io/platform/config:v1.0.0
---
apiVersion: platform.org/v1alpha1
kind: ApplicationTemplate
metadata:
name: web-application
spec:
components:
- name: frontend
type: kubernetes
properties:
replicas: 2
image: nginx:latest
- name: database
type: rds
properties:
engine: postgres
size: smallInternal Developer Platform
Backstage Implementation
Developer Experience
Backstage Implementation
Service Catalog
Resource Templates
Infrastructure Automation
Terraform Controller
Service Mesh Integration
Linkerd Configuration
Best Practices
Last updated