Skip to content

Commit c763f69

Browse files
Update KubeCon blog post with more community updates (#110)
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent 5dd2068 commit c763f69

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

  • content/blog
    • celebrating-1-year-as-cncf-sandbox
    • docker-sponsored-open-source-program
    • score-at-kubecon-eu-2026-in-amsterdam

content/blog/celebrating-1-year-as-cncf-sandbox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: mathieu-benoit
99

1010
🎉 Today, Score celebrates its first anniversary as [CNCF Sandbox](https://score.dev/blog/score-joins-the-cncf-as-a-sandbox-project/), time flies! 🎉
1111

12-
Wow! What a ride, nothing but fun, gratitude and great learnings!
12+
Wow! What a ride, nothing but fun, gratitude and great learnings!
1313

1414
One of our key learning is that an open source project without its contributors and its community cannot go that far.
1515

content/blog/docker-sponsored-open-source-program/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ _Note: Proud moment, we were able to do a quick walkthrough about our DHI integr
103103

104104
## docker/github-builder
105105

106-
Not directly related to the DSOS Program, but we took the opportunity to use the new [`docker/github-builder` GitHub reusable workflow](https://docs.docker.com/build/ci/github-actions/github-builder/) to release our container images.
106+
Not directly related to the DSOS Program, but we took the opportunity to use the new [`docker/github-builder` GitHub reusable workflow](https://docs.docker.com/build/ci/github-actions/github-builder/architecture/) to release our container images.
107107

108108
> This model gives you a build pipeline that is maintained in the Docker organization, uses a pinned BuildKit environment, distributes multi-platform builds across runners when that helps, and emits signed SLSA provenance that records both the source commit and the builder identity.
109109
> That tradeoff is intentional. You keep control of when the build runs and which inputs it uses, but the build implementation itself lives in the Docker-maintained workflow rather than in per-repository job steps.
@@ -202,7 +202,7 @@ cosign verify \
202202

203203
## That's a wrap!
204204

205-
Being part of the Docker Sponsored Open Source (DSOS) Program has been so rewarding and has helped adopt a security by default foundation for the Score project. Using Docker Scout, Docker Hardened Images and the `docker/github-builder` has reinforced the security posture of our container images as well as demonstrated broader benefits for the Score projects and repositories.
205+
Being part of the Docker Sponsored Open Source (DSOS) Program has been so rewarding and has helped adopt a security by default foundation for the Score project. Using [Docker Scout](https://docs.docker.com/scout/), [Docker Hardened Images](https://docs.docker.com/dhi/) and the `docker/github-builder` has reinforced the security posture of our container images as well as demonstrated broader benefits for the Score projects and repositories.
206206

207207
If you maintain a CNCF project or any open source project, we highly encourage you to explore the Docker Sponsored Open Source (DSOS) Program. The security improvements we achieved were significant, and the process was straightforward.
208208

content/blog/score-at-kubecon-eu-2026-in-amsterdam/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ After three KubeCons: [in Salt Lake City in 2024](https://score.dev/blog/score-a
1010

1111
This year's updates and community achievements mark another exciting milestone, and we're eager to connect with the cloud-native community to showcase how Score is evolving.
1212

13-
Here are three opportunities to hear more about Score and meet with its maintainers at this year's KubeCon EU in Amsterdam in March 2026.
13+
Here are four opportunities to hear more about Score and meet with its maintainers at this year's KubeCon EU in Amsterdam in March 2026.
1414

1515
## Opportunity #1 - Maintainer Summit
1616

@@ -38,14 +38,28 @@ A great collaboration with [Yacine](https://www.linkedin.com/in/yacinekheddache/
3838

3939
Score will have a dedicated **Kiosk P-3A** provided by the CNCF (thank you!) in the [Project Pavilion](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/features-add-ons/project-engagement/#project-pavilion) on Thursday between 10am and 2pm. Please visit this Kiosk to meet with Score Maintainers. We will answer all your questions and will show live demos.
4040

41+
## Opportunity #4 - TAG DevEx updates
42+
43+
Score is very aligned with the mission and activities of the [TAG Developer Experience (DevEx)](https://contribute.cncf.io/community/tags/developer-experience/).
44+
45+
> TAG Developer Experience focuses on improving the developer experience in cloud native environments, covering databases, microservices, streaming, messaging, API management, and developer frameworks.
46+
47+
Learn more about the latest updates of this TAG and its activities during this session: [The Next Chapter of Developer Experience: TAG DevEx in Action - Julien Semaan, Kubex; Graziano Casto, Akamas; Mona Borham, swengin.io; Kevin Dubois, IBM; Daniel Oh, IBM](https://kccnceu2026.sched.com/event/2EF5e/the-next-chapter-of-developer-experience-tag-devex-in-action-julien-semaan-kubex-graziano-casto-akamas-mona-borham-swenginio-kevin-dubois-ibm-daniel-oh-ibm).
48+
4149
## Project updates
4250

4351
The Score project got some updates in the last few months. Here are the most notable ones since last KubeCon NA 2025:
4452
- [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/), since its version [`0.30.0`](https://github.com/score-spec/score-compose/releases/tag/0.30.0) natively supports the Docker Model Runner feature of Docker Compose. This simplifies how workloads can interact with local LLM models. See it in actions in this blog post: [Score + Docker Compose to deploy your local LLM models](https://medium.com/google-cloud/score-docker-compose-to-deploy-your-local-llm-models-10aff89686ce). Thanks [Ummam, for your contribution](https://github.com/score-spec/score-compose/pull/392)!
4553
- [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/), since its version [`0.8.2`](https://github.com/score-spec/score-k8s/releases/tag/0.8.2) allows the access of the workload's `metadata` in the [`score-k8s`'s provisioners](https://docs.score.dev/docs/score-implementation/score-k8s/resources-provisioners/). Thanks [Jared, for your contribution](https://github.com/score-spec/score-k8s/pull/232)!
4654
- [`score-radius`](https://github.com/score-spec/score-radius) went out as a new experimental Score implementation (we want your feedback!). We got the opportunity to do a [live demo during the Radius Community Meeting on December 9th 2025](https://youtu.be/XJorwBWmWCI?list=PLrZ6kld_pvgwYMLI-j_f0Dq2Dgv5MlK8R&t=1753). You can see it in actions also here in this blog post: [CNCF Sandbox projects: Score & Radius, a better together story, from a Workload spec to Kubernetes](https://itnext.io/cncf-sandbox-projects-score-radius-a-better-together-story-from-a-workload-spec-to-kubernetes-73a5708728c6).
4755
- We are also now taking advantage of the [Docker's Sponsored Open Source Program from the CNCF-Docker partnership](https://score.dev/blog/docker-sponsored-open-source-program/). We are now using Docker Scout, Docker Hardened Images and the new `docker/github-builder` improving the Security Posture of the Score projects.
56+
57+
## Community updates
58+
59+
We are very grateful for all the interactions and contributions with and by the Score community, here are some updates that we want to highlight:
60+
- One of the contributors highlighted above also shared their experience and described their setup as a Score end user, so great to hear and see! Learn more about this story here: [How Engine Built a Self-Service Kubernetes Platform with Score](https://score.dev/blog/engine-self-service-kubernetes-platform-with-score/).
4861
- Score @ KubeCon India 2026: [Abhinav Sharma](https://www.linkedin.com/in/abhinavsharma0/) & [Mumshad Mannambeth](https://www.linkedin.com/in/mmumshad/) from KodeKloud got their talk [The Death of the YAML-Engineer: Engineering "Invisible" Platforms With Crossplane and Score](https://sched.co/2IW4r) accepted.
62+
- We are starting a conversation and a collaboration with an other CNCF Sandbox project: [OpenChoreo](https://www.cncf.io/projects/openchoreo/). It's a [new experimental Score implementation](https://github.com/mathieu-benoit/score-openchoreo), stay tuned!
4963

5064
Interested in knowing more about Score or even contributing to Score? [Visit our community page](https://docs.score.dev/docs/community/) to connect with Score users, contributors and maintainers there!
5165

0 commit comments

Comments
 (0)