From 28adbcc2a5795e3a5d55160ef9dc30faffa6d848 Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sun, 3 Feb 2019 22:40:39 +0900 Subject: [PATCH] References are added to README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d77bd7a..cc7865f 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,9 @@ This tutorial assumes you have access to the [Google Cloud Platform](https://clo * [Deploying the DNS Cluster Add-on](docs/12-dns-addon.md) * [Smoke Test](docs/13-smoke-test.md) * [Cleaning Up](docs/14-cleanup.md) + + +## References + +* [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) +* [Kubernetes The Hard Way - Bare Metal](https://github.com/Praqma/LearnKubernetes/blob/master/kamran/Kubernetes-The-Hard-Way-on-BareMetal.md)