diff --git a/README.md b/README.md index b74385b..77516fb 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Resources for Kubernetes - -## Quick overview +# Learning Kubernetes * A Kubernetes cluster consists of **Nodes** (simialr to servers) @@ -21,8 +19,6 @@ * [Use kustomize to organize and combine YAML templates of your services and deployments](https://github.com/bt3gl/Learning_Kubernetes/tree/master/kustomize-example). --------------- - ## Tools ### Minikube @@ -83,3 +79,10 @@ Get deployments: * [AWS IAM authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator). + +## References & Learning Resources + +* [Google's K8s 101](https://techdevguide.withgoogle.com/paths/cloud/sequence-2/kubernetes-101-pods-nodes-containers-and-clusters/#!). +* [K8s Bootcamp](https://kubernetesbootcamp.github.io/kubernetes-bootcamp/). +* [K8s the Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way#labs). +