From 749803d6d0c187b20601913be5abb5123a26ee37 Mon Sep 17 00:00:00 2001 From: mtail Date: Tue, 5 Feb 2019 17:19:28 -0800 Subject: [PATCH] Fix a couple blog errors. --- content/blog/2019/data-plane-setup/index.md | 6 +++--- content/blog/2019/sail-the-blog/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/2019/data-plane-setup/index.md b/content/blog/2019/data-plane-setup/index.md index d16ba8b16d..d360fe3315 100644 --- a/content/blog/2019/data-plane-setup/index.md +++ b/content/blog/2019/data-plane-setup/index.md @@ -1,17 +1,17 @@ --- -title: Demystifying Istio's Sidecar Injection Model +title: Demystifying Istio's Sidecar Injection Model description: De-mystify how Istio manages to plugin its data-plane components into an existing deployment. publishdate: 2019-01-31 subtitle: attribution: Manish Chugtu -twitter: chugtum +twitter: chugtum weight: 76 keywords: [kubernetes, istio, sidecar injection, admission controller, mutating webhook, control plane, traffic management] --- A simple overview of an Istio service-mesh architecture always starts with describing the control-plane and data-plane. -[From Istio’s documentation:](../../../docs/concepts/what-is-istio/#architecture) +[From Istio’s documentation:](/docs/concepts/what-is-istio/#architecture) > An Istio service mesh is logically split into a data plane and a control plane. > diff --git a/content/blog/2019/sail-the-blog/index.md b/content/blog/2019/sail-the-blog/index.md index 800548fb15..cc441f0508 100644 --- a/content/blog/2019/sail-the-blog/index.md +++ b/content/blog/2019/sail-the-blog/index.md @@ -1,7 +1,7 @@ --- title: Sail the Blog! description: Announces the new Istio blog policy. -publishdate: 2019-01-31 +publishdate: 2019-02-05 attribution: Rigs Caballero, Google weight: 75 keywords: [community, blog, contribution, guide, guideline, event]