mirror of https://github.com/istio/istio.io.git
72 lines
3.2 KiB
HTML
72 lines
3.2 KiB
HTML
---
|
|
title: FAQ
|
|
layout: default
|
|
group: 'navigation'
|
|
bodyclass: faq
|
|
---
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-11 nofloat center-block">
|
|
<div class="col-md-9 faq-container">
|
|
<ul class="list-unstyled">
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">What is Istio?</h6>
|
|
<div class="submenu-content">
|
|
<p>FILL ME.</p>
|
|
<!-- <p> Read the longer <a href="{{ site.baseurl }}/blog/principles">Motivation & Design Principles</a> post for background on why we created gRPC.</p> -->
|
|
</div>
|
|
</li>
|
|
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">Why would I want to use Istio?</h6>
|
|
<div class="submenu-content">
|
|
<p>
|
|
The main usage scenarios:
|
|
<ul>
|
|
<li>FILL ME.</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">How do I get started using Istio?</h6>
|
|
<div class="submenu-content">
|
|
<p>You can start with installation of Istio by following instructions from <a href="{{site.baseurl}}/docs/tasks">here</a>.</p>
|
|
</div>
|
|
</li>
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">What is the license?</h6>
|
|
<div class="submenu-content">
|
|
<p>Apache V2.</p>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">How can I contribute?</h6>
|
|
<div class="submenu-content">
|
|
<p>Contributors are highly welcome and the repositories are hosted on GitHub.
|
|
We look forward to community feedback, additions and bugs.
|
|
Please see our <a href="https://github.com/istio/istio/blob/master/CONTRIBUTING.md">Contribution Guidelines</a>
|
|
to learn how to contribute.</p>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">Where is the documentation?</h6>
|
|
<div class="submenu-content">
|
|
<p>Check out the <a href="/docs/">documentation</a> right here on istio.io.</p>
|
|
</div>
|
|
</li>
|
|
<li class="submenu">
|
|
<h6 class="arrow-r">What is the roadmap?</h6>
|
|
<div class="submenu-content">
|
|
<p>See <a href="{{site.baseurl}}/docs/home/roadmap.html">here</a> for info on our release roadmap.
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|