tilt-dev / tilt-dev/tilt

Add support for score.dev

Open
#6,590 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
10.1k
Forks
413
Avg merge
1d 10h
Merged PRs (30d)
6

Description

Describe the Feature You Want

Add support for score.dev, so it would be possible to run it as k8s_yaml(score("score.yaml", target="k8s")) or k8s_yaml(score_k8s("score.yaml"))

Current Behavior

Only kustomize/helm built-ins, but score.dev is another quite popular CNCF project for it.

Why Do You Want This?

It would let devs to use score out of the box

Additional context
since score.dev supports docker-compose as well, so it will be possible to use in the same way for the docker compose, e.g.
docker_compose(score("score.yaml", target="compose")) or docker_compose(score_compose("score.yaml"))

Internally it will just call local command score_compose or score_k8s from score and that's it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading Tilt's existing kustomize and helm built-ins and the entry points used by k8s_yaml and docker_compose. Check how local commands are invoked, then verify that score.dev can be used for both Kubernetes and Docker Compose targets and that the proposed function forms work.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, go, kubernetes
Domain
devops, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.