add minicube

This commit is contained in:
Mia Steinkirch 2019-09-29 21:53:11 -07:00
parent ae742e3ee9
commit 15ade9e634

View file

@ -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).