One YAML to rule them all | Tom Harris

Published: 01 December 2022
on channel: Kubernetes Community Days UK
302
5

Developers often struggle with configuration drift between environments, made more complex by the differences in the tech stack between environments (e.g. Docker Compose for local development, Helm to deploy to Kubernetes). Score is an OSS developer-centric and platform-agnostic workload specification. It ensures consistent configuration between local and remote environments. Score is a single, easy to understand configuration file for each workload. This configuration can be used to generate the Docker Compose file or Kubernetes manifest you need to get your workload up and running. In this talk, Thomas will walk through the high level goals of Score and demo of how this new open source project can reduce cognitive load on developers and ensure consistency between environments.