From 7a51ce8e1a6db550c9570609b485b92092eb7214 Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Tue, 26 May 2020 10:54:57 -0700 Subject: [PATCH] Add link to Katakoda sample to community samples. (#2502) --- community/samples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/community/samples/README.md b/community/samples/README.md index 23c59320f..9e14c418c 100644 --- a/community/samples/README.md +++ b/community/samples/README.md @@ -9,6 +9,14 @@ something isn't working, lend a helping hand and fix it in a PR. [**See all Knative code samples**](../../docs/samples.md) +### Interactive serving sample + +Check out [this Katacoda +tutorial](https://www.katacoda.com/swapb/scenarios/knative-intro) which will +walk you through installing Knative and the `kn` command line tool, deploying a +sample container, updating your deployment, and performing a traffic split +between the two versions. + ### Serving samples Knative Serving sample apps.