docs: add Microcks example#289
Merged
mathieu-benoit merged 2 commits intoscore-spec:mainfrom May 7, 2026
Merged
Conversation
0472aad to
9e3b73c
Compare
Signed-off-by: Abhishek <abhishekup082@gmail.com>
9e3b73c to
2e26b27
Compare
Contributor
Author
|
Hi @mathieu-benoit, It adds the Microcks example entry covering both score-compose and score-k8s tabs, following the same format as the existing examples. All local CI checks (hugo build + dprint) passed. Would love your feedback whenever you get a chance. |
mathieu-benoit
requested changes
May 6, 2026
Contributor
mathieu-benoit
left a comment
There was a problem hiding this comment.
Thanks, @Abhishek9639, much appreciated!
Couple of updates to do please, thanks!
Signed-off-by: Abhishek <abhishekup082@gmail.com>
Contributor
Author
|
Hey @mathieu-benoit,
Let me know if anything else needs tweaking. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the motivation?
Microcks is a CNCF Sandbox project that works great alongside Score, and there was no example entry for it yet in the docs. This PR adds one to help Developers understand how to use Score with Microcks to mock external service dependencies both locally and in Kubernetes.
What does this change do?
Adds a new
Microcksentry to the Examples section (/docs/examples/), covering bothscore-composeandscore-k8stabs. The content is inspired by the blog post Unifying the Inner & Outer Loops with Containers + Microcks + Score and includes:score-composetab showing the inner loop (local dev with Microcks mocking)score-k8stab showing the outer loop (Kubernetes deployment)What is your testing strategy?
yarn run hugolocally - built successfully with 0 errors (165 pages)yarn run dprint checklocally - passed with no formatting issuesIs this related to any issues?
Closes #285
Have you read the Contributing Guidelines?