From 31bc7698f8920bf13fc8aa58184530afd6e9b526 Mon Sep 17 00:00:00 2001 From: Manuel Fontan Date: Mon, 20 Jun 2022 20:21:58 +0100 Subject: [PATCH 1/2] Update task-tutorial-prereqs.md ## Description Remove Katacoda playground reference ## Why Katacoda.com is now closed --- content/en/includes/task-tutorial-prereqs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/includes/task-tutorial-prereqs.md b/content/en/includes/task-tutorial-prereqs.md index b5d3c0abf37f6..4d627a0df11d1 100644 --- a/content/en/includes/task-tutorial-prereqs.md +++ b/content/en/includes/task-tutorial-prereqs.md @@ -2,7 +2,6 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using [minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/) -or you can use one of these Kubernetes playgrounds: +or you can use this Kubernetes playground: -* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground) * [Play with Kubernetes](http://labs.play-with-k8s.com/) From 7df0af912e17dead33904fa248775cd55dc14868 Mon Sep 17 00:00:00 2001 From: Manuel Fontan Date: Mon, 27 Jun 2022 15:47:23 +0100 Subject: [PATCH 2/2] Update task-tutorial-rereqs.md Review updates --- content/en/includes/task-tutorial-prereqs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/includes/task-tutorial-prereqs.md b/content/en/includes/task-tutorial-prereqs.md index 4d627a0df11d1..db8edf850576a 100644 --- a/content/en/includes/task-tutorial-prereqs.md +++ b/content/en/includes/task-tutorial-prereqs.md @@ -2,6 +2,7 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using [minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/) -or you can use this Kubernetes playground: +or you can use one of these Kubernetes playgrounds: +* [Killercoda](https://killercoda.com/playgrounds/scenario/kubernetes) * [Play with Kubernetes](http://labs.play-with-k8s.com/)