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
bb96ee67a6
commit
173508aaa4
1 changed files with 12 additions and 8 deletions
20
README.md
20
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=<ns-name> <pod name>
|
||||
```
|
||||
|
||||
### 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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue