mirror of https://github.com/istio/istio.io.git
84 lines
4.0 KiB
HTML
84 lines
4.0 KiB
HTML
---
|
|
layout: default
|
|
group: 'navigation'
|
|
title: Community
|
|
bodyclass: Community
|
|
headline: 'Our Community'
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-11 nofloat center-block">
|
|
<div class="community col-lg-9 col-md-10 col-sm-12">
|
|
<section class="lead">
|
|
<p>
|
|
Istio has an active community that supports its use and on-going development. We'd love for you
|
|
to join us and get involved!
|
|
</p>
|
|
</section>
|
|
|
|
<section class="community-section">
|
|
<h3>For Operators and IT Professionals</h3>
|
|
<p>
|
|
If you're using Istio in your environment, there are different channels where
|
|
to find information and community help.
|
|
</p>
|
|
<br/>
|
|
<br/>
|
|
<table>
|
|
<tr>
|
|
<td><img alt="Stack Overflow" src="{{ site.baseurl }}/img/stackoverflow.png" /></td>
|
|
<td><img alt="Mailing List" src="{{ site.baseurl }}/img/group.png" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<h4><a href="https://stackoverflow.com/questions/tagged/istio">Stack Overflow</a></h4>
|
|
<p>Our user forum is a great place to go for community support.</p>
|
|
</td>
|
|
<td>
|
|
<h4><a href="https://groups.google.com/forum/#!forum/istio-user">Mailing List</a></h4>
|
|
<p>Join the istio-user mailing list to get announcements and participate in discussions about
|
|
configuring and operating Istio.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
|
|
<section class="community-section">
|
|
<h3>For Developers</h3>
|
|
<p>Istio has an active community of developers from Google, IBM, and Lyft who are contributing
|
|
to the project. If you're a developer and you've got great ideas to improve Istio, we'd
|
|
love to have you join the fun and help to grow our ecosystem and capabilities.
|
|
</p>
|
|
<br/>
|
|
<br/>
|
|
<table>
|
|
<tr>
|
|
<td><img alt="GitHub" src="{{ site.baseurl }}/img/github.png" /></td>
|
|
<td><img alt="Slack" src="{{ site.baseurl }}/img/slack.png" /></td>
|
|
<td><img alt="Mailing List" src="{{ site.baseurl }}/img/group.png" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<h4><a href="https://github.com/istio">GitHub</a></h4>
|
|
<p>Check out the source code and consider contributing.</p>
|
|
</td>
|
|
<td>
|
|
<h4><a href="https://istio-dev.slack.com">Slack</a></h4>
|
|
<p>Our Slack channel is the best way to contact our engineers and share your ideas with them.</p>
|
|
</td>
|
|
<td>
|
|
<h4><a href="https://groups.google.com/forum/#!forum/istio-dev">Mailing List</a></h4>
|
|
<p>Any questions or suggestions? Just want to be in the loop of what is going on with the
|
|
project? Join the istio-dev mailing list.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|