mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 15:02:55 -04:00
Merge branch 'master' into docs_fix_typo_readme
This commit is contained in:
commit
16f66fbb3d
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -1,6 +1,4 @@
|
|||
# Resources for Kubernetes
|
||||
|
||||
## Quick overview
|
||||
# Learning Kubernetes
|
||||
|
||||
* A Kubernetes cluster consists of **Nodes** (simialr to servers)
|
||||
|
||||
|
@ -21,8 +19,6 @@
|
|||
* [Use kustomize to organize and combine YAML templates of your services and deployments](https://github.com/bt3gl/Learning_Kubernetes/tree/master/kustomize-example).
|
||||
|
||||
|
||||
--------------
|
||||
|
||||
## Tools
|
||||
|
||||
### Minikube
|
||||
|
@ -83,3 +79,10 @@ Get deployments:
|
|||
|
||||
* [AWS IAM authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator).
|
||||
|
||||
|
||||
## References & Learning Resources
|
||||
|
||||
* [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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue