From 173508aaa4c8f6b0000a2424a66f83d05ad5581a Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 22:07:55 -0700 Subject: [PATCH 1/6] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0479e14..9e84d69 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Resources for Kubernetes -## Quick overview - * A Kubernetes cluster consists of **Nodes** (simialr to servers) * Nodes run **Pods**, which are collections of Docker containers. Containers in a Pod share the same network. @@ -13,6 +11,14 @@ * Kubernetes provides the **Secret** object for managing sensitive information such as passwords, API keys, and other credentials. +------------- + +## In this Repository + +* [Spin up a node server example](https://github.com/bt3gl/Learning_Kubernetes/tree/master/node-server-example). +* [Use kustomize to organize and combine YAML templates of your services and deployments](https://github.com/bt3gl/Learning_Kubernetes/tree/master/kustomize-example). + + -------------- ## Tools @@ -49,13 +55,11 @@ Get more information about a pod: $ kubectl describe pod --namespace= ``` -### AWS Tools -* [AWS IAM authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator). +-------- + +## Learning -### Learning Examples +* [Google's K8s 101](https://techdevguide.withgoogle.com/paths/cloud/sequence-2/kubernetes-101-pods-nodes-containers-and-clusters/#!). - -* [Spin up a node server example](https://github.com/bt3gl/Learning_Kubernetes/tree/master/node-server-example). -* [Use kustomize to organize and combine YAML templates of your services and deployments](https://github.com/bt3gl/Learning_Kubernetes/tree/master/kustomize-example). From 1f19deab67dd05c438657b5a44a33a28417b659e Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 22:08:27 -0700 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e84d69..25c0825 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Resources for Kubernetes +# Learning Kubernetes * A Kubernetes cluster consists of **Nodes** (simialr to servers) From 69ce884ed6609d18ff21c2c96525148190762608 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 22:08:40 -0700 Subject: [PATCH 3/6] Update README.md From f72a12e3b442b3badf60b11e094940027c3bf7f5 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 22:14:08 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c0825..95a7fc4 100755 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ $ kubectl describe pod --namespace= * [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/). From 5aff5700630a6138390080ef0873194807e58d44 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 22:14:13 -0700 Subject: [PATCH 5/6] Update README.md From 23f56ef195a3b82ac4c15c7efb45b5a9d369e5c5 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 22:15:11 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95a7fc4..e1a6473 100755 --- a/README.md +++ b/README.md @@ -63,3 +63,4 @@ $ kubectl describe pod --namespace= * [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).