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