diff --git a/README.md b/README.md index cf93836..142c19c 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Resources and Examples to Learn Kubernetes +# Resources for Kubernetes +-------------- +# Tools ## Minikube @@ -34,9 +36,14 @@ Get more information about a pod: $ kubectl describe pod --namespace= ``` +## Other Tools -## Examples in this repo +* [AWS IAM authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator). + +----- + +## Learning Examples * [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). \ No newline at end of file +* [Use kustomize to organize and combine YAML templates of your services and deployments](https://github.com/bt3gl/Learning_Kubernetes/tree/master/kustomize-example).