mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-09 07:22:40 -04:00
Update README.md
This commit is contained in:
parent
15ade9e634
commit
5b9dc791fd
1 changed files with 10 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,5 +1,7 @@
|
||||||
# Resources and Examples to Learn Kubernetes
|
# Resources for Kubernetes
|
||||||
|
|
||||||
|
--------------
|
||||||
|
# Tools
|
||||||
|
|
||||||
## Minikube
|
## Minikube
|
||||||
|
|
||||||
|
@ -34,8 +36,13 @@ 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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue