From 15ade9e6344fdbb9b85505f1268d7fc584a475b6 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 29 Sep 2019 21:53:11 -0700 Subject: [PATCH] add minicube --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c33f0b..cf93836 100755 --- a/README.md +++ b/README.md @@ -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= ## Examples in this repo -* Spin up a node server example. -* Use kustomize to organize and combine YAML templates of your services and deployments. \ No newline at end of file +* [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). \ No newline at end of file