mirror of https://github.com/istio/istio.io.git
42 lines
737 B
Markdown
42 lines
737 B
Markdown
---
|
|
title: Configuring Mixer
|
|
headline: Task X
|
|
sidenav: doc-side-nav.html
|
|
bodyclass: docs
|
|
layout: docs
|
|
type: markdown
|
|
|
|
category: Tasks
|
|
order: 110
|
|
|
|
---
|
|
{% capture overview %}
|
|
This task shows how to do X in a Kubernetes cluster. You'll learn
|
|
how to ...
|
|
{% endcapture %}
|
|
|
|
{% capture prerequisites %}
|
|
* Do this.
|
|
* Do this too.
|
|
{% endcapture %}
|
|
|
|
{% capture steps %}
|
|
## Doing ...
|
|
|
|
1. Do this.
|
|
1. Do this next. Possibly read this [related explanation](...).
|
|
{% endcapture %}
|
|
|
|
{% capture discussion %}
|
|
## Understanding ...
|
|
|
|
Here's an interesting thing to know about the steps you just did.
|
|
{% endcapture %}
|
|
|
|
{% capture whatsnext %}
|
|
* Learn more about [this](...).
|
|
* See this [related task](...).
|
|
{% endcapture %}
|
|
|
|
{% include templates/task.md %}
|