From 4a0af74ce221f003210ca652eeff3f021671b0ac Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Mon, 1 Apr 2019 15:57:19 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 066e063..fa1fdba 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ If that's you then check out [Google Kubernetes Engine](https://cloud.google.com Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster. -This tutorial is a modified version of the original developed by (Kelsey Hightower)[https://github.com/kelseyhightower/kubernetes-the-hard-way]. -While the original one uses GCP as the platform to deploy kubernetes, we use VirtualBox and Vagrant to deploy a cluster on a local machine. If you prefer the cloud version, refer to the original one (here)[https://github.com/kelseyhightower/kubernetes-the-hard-way] +This tutorial is a modified version of the original developed by [Kelsey Hightower](https://github.com/kelseyhightower/kubernetes-the-hard-way). +While the original one uses GCP as the platform to deploy kubernetes, we use VirtualBox and Vagrant to deploy a cluster on a local machine. If you prefer the cloud version, refer to the original one [here[(https://github.com/kelseyhightower/kubernetes-the-hard-way) Another difference is that we use Docker instead of containerd. There are a few other differences to the original and they are documented [here](docs/differences-to-original.md)