Update README.md

This commit is contained in:
Mia 2019-09-29 23:52:26 -07:00 committed by GitHub
parent 15ade9e634
commit 5b9dc791fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# Resources and Examples to Learn Kubernetes # Resources for Kubernetes
--------------
# Tools
## Minikube ## Minikube
@ -34,9 +36,14 @@ Get more information about a pod:
$ kubectl describe pod --namespace=<ns-name> <pod name> $ kubectl describe pod --namespace=<ns-name> <pod name>
``` ```
## 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). * [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). * [Use kustomize to organize and combine YAML templates of your services and deployments](https://github.com/bt3gl/Learning_Kubernetes/tree/master/kustomize-example).