Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/istio/community

Istio governance material.
https://github.com/istio/community

community-meeting governance istio-authors istio-community

Last synced: 3 days ago
JSON representation

Istio governance material.

Awesome Lists containing this project

README

        

# Istio Community

Welcome to the Istio community!

This is the starting point for becoming a contributor - improving code, improving docs, giving talks, etc.

- [Introduction](#introduction)
- [Istio authors](#istio-authors)
- [Community meeting](#community-meeting)
- [How can I help?](#how-can-i-help)
- [Questions and issues](#questions-and-issues)

Other Documents

- [Contributing to Istio](CONTRIBUTING.md) - guidelines and advice on becoming a contributor
- [Working Groups](WORKING-GROUPS.md) - describes our various working groups
- [Working Group Processes](WORKING-GROUP-PROCESSES.md) - describes how working groups operate
- [Technical Oversight Committee](TECH-OVERSIGHT-COMMITTEE.md) - describes our technical oversight committee
- [Steering Committee](steering/) - describes our steering committee
- [Community Roles](ROLES.md) - describes the roles individuals can assume within the Istio community
- [Onboarding Technologies to Istio](ONBOARDING-TECH-TO-ISTIO.md) - how we work to onboard new technologies to the Istio project
- [Feature Lifecycle](FEATURE-LIFECYCLE.md) - requirements for features to be labeled Alpha, Beta, or Stable
- [Feature Lifecycle Checklist](FEATURE-LIFECYCLE-CHECKLIST.md) - checklist-form of requirements for features to be labeled Alpha, Beta, or Stable
- [Admins for Istio Stuff](ADMINS-FOR-ISTIO.md) - lists who handles which part of the Istio infrastructure
- [Early Disclosure for Security Vulnerabilities](EARLY-DISCLOSURE.md) - getting early notification of security vulnerabilities

## Introduction

Istio is an open platform for providing a uniform way to integrate
microservices, manage traffic flow across microservices, enforce policies
and aggregate telemetry data. Istio's control plane provides an abstraction
layer over the underlying cluster management platform, such as Kubernetes,
Mesos, etc.

Visit [istio.io](https://istio.io) for in-depth information about using Istio.

## Istio authors
Istio is an open-source project with an active development community. The project was started
by teams from Google and IBM, in partnership with the Envoy team at Lyft.

## Community Meeting

We have public, [recorded](https://www.youtube.com/channel/UC-zVlo1F3mUbExQ96fABWcQ), community meetings.
They happen on the fourth Thursday of every month at 10 AM US/Pacific. [Map that to your local time](https://time.is/compare/1000_in_San_Francisco,_California).

[Join this group](https://groups.google.com/forum/#!forum/istio-community-video-meetings)
to have the meetings automatically added to your calendar.
You can also find them on [the community calendar](https://calendar.google.com/calendar/embed?src=i10ogf58krfbrsjai5qi16g4do%40group.calendar.google.com&ctz=America%2FLos_Angeles), along with other major community events.

Meeting agendas and notes can be accessed in the [working doc](http://bit.ly/istiocommunitymeet).

Interested in presenting? Please send your abstract to [email protected].
This is the information we need from you:

* Name
* Role and Company
* Short Speaker Bio
* Talk title and a short abstract
* Talk Format(Presentation/Demo) and Session Length
* Email to connect

Suitable content:

* Istio new feature releases and project updates
* Tutorials and demos
* Use cases
* Open source content that relates vendor or platform to Istio installation and use

Unsuitable content

* Demos that are disparaging to the Istio project, its functionality or community
* Demos that do not address Istio in any way, including interacting with Istio APIs or interfaces
* Blatant vendor pitches

## How can I help?

See our [community page](https://istio.io/about/community/) for ways to get involved
in our community.

To dig deeper, check out the [architecture](https://istio.io/latest/docs/ops/deployment/architecture/)
and read some [design docs](./CONTRIBUTING.md#design-documents).

If you're looking for something to do to get your feet wet working on Istio, look for GitHub issues
marked with the Help Wanted label:

- [Primary Istio repo](https://github.com/istio/istio/issues?q=is%3Aopen+is%3Aissue+label%3A%22community%2Fhelp+wanted%22)
- [Documentation repo](https://github.com/istio/istio.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)

Of course, even if there's not an issue opened for it, we can always use more
testing throughout the platform. Similarly, we can always use more docs, richer docs,
and insightful docs. Or maybe a cool blog post?

## Questions and issues

If you've got questions or issues with using Istio, check our [discussion board](https://github.com/istio/istio/discussions)
and be sure to connect to our [community](https://istio.io/about/community/) where there's always
someone ready to lend a hand.

If you're a developer trying to hack on or use the Istio code, head to
#contributors on the [Istio Slack](https://slack.istio.io/) for help.