From 53b8d8f667707e59f96590c3f91ef8d15ef93d87 Mon Sep 17 00:00:00 2001 From: steveperry-53 Date: Mon, 31 Jul 2017 15:25:55 -0700 Subject: [PATCH] Add playgrounds to Task and Tutorial prerequisites. --- _includes/task-tutorial-prereqs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/task-tutorial-prereqs.md b/_includes/task-tutorial-prereqs.md index a9cf90d265..6f1407fe45 100644 --- a/_includes/task-tutorial-prereqs.md +++ b/_includes/task-tutorial-prereqs.md @@ -1,4 +1,8 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using -[Minikube](/docs/getting-started-guides/minikube). +[Minikube](/docs/getting-started-guides/minikube), +or you can use one of these Kubernetes playgrounds: + +* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground) +* [Play with Kubernetes](http://labs.play-with-k8s.com/)