From 93baaaf7d6a499bbf42cb6c5ecd5f3f6309310e6 Mon Sep 17 00:00:00 2001 From: mrhapile Date: Sat, 10 Jan 2026 00:04:26 +0530 Subject: [PATCH 1/2] docs: add BindingPolicy in Action Killercoda tutorial Signed-off-by: mrhapile --- docs/content/direct/binding.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/content/direct/binding.md b/docs/content/direct/binding.md index c97094d6..ee7d2228 100644 --- a/docs/content/direct/binding.md +++ b/docs/content/direct/binding.md @@ -75,3 +75,21 @@ spec: ## Binding TODO: write this + +## BindingPolicy in Action (Interactive Tutorial) + +To see how `BindingPolicy` works in practice, refer to the **BindingPolicy in Action** interactive tutorial available on Killercoda. + +This scenario demonstrates KubeStellar’s intent-driven placement model by showing how workload placement can be changed **by updating a `BindingPolicy` only**, without modifying or redeploying the workload itself. + +In the tutorial, you will: +- Deploy a workload once using KubeStellar +- Use a `BindingPolicy` to control which WEC the workload runs on +- Update the `BindingPolicy` to change placement dynamically +- Observe workload movement without per-cluster `kubectl apply` + +This tutorial serves as a hands-on complement to the concepts described above and illustrates how intent changes drive placement behavior in KubeStellar. + +Try the interactive tutorial on Killercoda: +**BindingPolicy in Action (Scenario 2)** + From 2e1dbbf907f72858cfaba298270aa9397cd6775d Mon Sep 17 00:00:00 2001 From: mrhapile Date: Sat, 10 Jan 2026 00:13:52 +0530 Subject: [PATCH 2/2] minor fix Signed-off-by: mrhapile --- docs/content/direct/binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/direct/binding.md b/docs/content/direct/binding.md index ee7d2228..e076b40e 100644 --- a/docs/content/direct/binding.md +++ b/docs/content/direct/binding.md @@ -91,5 +91,5 @@ In the tutorial, you will: This tutorial serves as a hands-on complement to the concepts described above and illustrates how intent changes drive placement behavior in KubeStellar. Try the interactive tutorial on Killercoda: -**BindingPolicy in Action (Scenario 2)** +[**BindingPolicy in Action (Scenario 2)**](https://killercoda.com/kubestellar/scenario/bindingpolicy-in-action-scenario-2)