Fix a couple blog errors.

This commit is contained in:
mtail 2019-02-05 17:19:28 -08:00
parent 08d01e08db
commit 749803d6d0
2 changed files with 4 additions and 4 deletions

View File

@ -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 Istios documentation:](../../../docs/concepts/what-is-istio/#architecture)
[From Istios documentation:](/docs/concepts/what-is-istio/#architecture)
> An Istio service mesh is logically split into a data plane and a control plane.
>

View File

@ -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]