Merge branch 'master' into docs_fix_typo_readme

This commit is contained in:
Mia von Steinkirch 2019-10-23 12:58:09 -07:00 committed by GitHub
commit 16f66fbb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).