mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 23:13:08 -04:00
add minicube
This commit is contained in:
parent
ae742e3ee9
commit
15ade9e634
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
# Learning Kubernetes.
|
||||
# Resources and Examples to Learn Kubernetes
|
||||
|
||||
|
||||
## Minikube
|
||||
|
||||
[Minikube](https://github.com/kubernetes/minikube) implements a local Kubernetes cluster on macOS, Linux, and Windows. You can install it following [this instructions](https://minikube.sigs.k8s.io/docs/start/).
|
||||
|
||||
## Kubectl
|
||||
|
||||
|
@ -35,5 +38,5 @@ $ kubectl describe pod --namespace=<ns-name> <pod name>
|
|||
## Examples in this repo
|
||||
|
||||
|
||||
* Spin up a node server example.
|
||||
* Use kustomize to organize and combine YAML templates of your services and deployments.
|
||||
* [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