Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add SMI Spec support table
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
  • Loading branch information
lachie83 committed Aug 5, 2020
1 parent acdd1d8 commit 62fa02a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Open Service Mesh (OSM) is a lightweight, extensible, Cloud Native [service mesh
- [Overview](#overview)
- [Core Principles](#core-principles)
- [Features](#features)
- [SMI Specification Support](#smi-specification-support)
- [OSM Design](#osm-design)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -47,6 +48,14 @@ OSM runs an Envoy based control plane on Kubernetes, can be configured with SMI
1. Integrate with [external certificate management](docs/patterns/certificates.md) services/solutions with a pluggable interface
1. Onboard applications onto the mesh by enabling [automatic sidecar injection](docs/patterns/sidecar_injection.md) of Envoy proxy

### SMI Specification support

| Specification Component | Supported Release |
| :---------------------------- | :--------------------------------: |
| Traffic Access Control | [v1alpha2](/apis/traffic-access/v1alpha2/traffic-access.md) |
| Traffic Specs | [v1alpha3](/apis/traffic-specs/v1alpha3/traffic-specs.md) |
| Traffic Split | [v1alpha2](/apis/traffic-split/v1alpha2/traffic-split.md) |

## OSM Design

Read more about [OSM's high level goals, design, and architecture](DESIGN.md).
Expand Down

0 comments on commit 62fa02a

Please sign in to comment.