Score: One Spec, Any Platform cover

Technology · Ebook

Score: One Spec, Any Platform

by Shriira Press

4.7(353)126 pagesPublished 2026

Score is an open-source, platform-agnostic workload specification: a single score.yaml file that describes what an application needs to run — its containers, ports, variables, and dependencies like a database or DNS name — without hard-coding how any environment provides them. Implementations such as score-compose, score-k8s, and score-humanitec translate that one file into Docker Compose files, Kubernetes manifests, or platform configuration, decoupling developer intent from environment specifics. This book walks the anatomy of a Score file, the resource model that powers the decoupling, the implementations that do the translation, and the provisioner system platform engineers use to back resource types — then traces one workload from laptop to cluster and places Score in the cloud-native landscape.

Contents

  1. 1Preface
  2. 2Chapter 1 — What Score Is
  3. 3Chapter 2 — Anatomy of a Score File
  4. 4Chapter 3 — Resources and the Decoupling Model
  5. 5Chapter 4 — The Implementations
  6. 6Chapter 5 — Provisioners: Backing the Spec
  7. 7Chapter 6 — A Workload From Local to Cluster
  8. 8Chapter 7 — Score in Practice