From 74073cf0a21ff8399743480f05b9bf471939c9e2 Mon Sep 17 00:00:00 2001 From: "Mia von Steinkirch, PhD, MSc" <1130416+bt3gl@users.noreply.github.com> Date: Sun, 1 Mar 2020 12:38:09 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=80Add=20link=20to=20article=20to=20RE?= =?UTF-8?q?ADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kustomize-example/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kustomize-example/README.md b/kustomize-example/README.md index 1533dfc..ba42077 100644 --- a/kustomize-example/README.md +++ b/kustomize-example/README.md @@ -2,11 +2,12 @@ [Kustomize](https://kustomize.io/) is a tool that lets you create an entire Kubernetes application out of individual pieces — without touching the YAML for the individual components. -Kustomize traverses a Kubernetes manifest to add, remove or update configuration options without forking. It is available both as a standalone binary and as a native feature of kubectl. +Kustomize traverses a Kubernetes manifest to add, remove, or update configuration options without forking. Kustomize is available both as a standalone binary and as a native feature of kubectl. Kustomize enables you to do that by creating a file that ties everything together, or optionally includes “overrides” for individual parameters. -In this example, you will learn how to use Kustomize to setup a Wordpress Kubernetes clusters. +In this example, you will learn how to use Kustomize to setup a Wordpress Kubernetes clusters. Please also check out [this article for a more deatailed explanation](https://medium.com/python-for-the-utopian/a-quick-introduction-to-kustomize-for-kubernetes-73490efa0966). + ### Set Minukube