Article · Wikipedia archive · Last revised May 30, 2026

Open Service Mesh

Open Service Mesh (OSM) was a free and open source cloud native service mesh developed by Microsoft that ran on Kubernetes.

Last revised
May 30, 2026
Read time
≈ 1 min
Length
261 w
Citations
10
Source
Open Service Mesh (OSM)
Original authorMicrosoft
DeveloperCloud Native Computing Foundation
Initial release2020 (2020)
Stable release
v1.2.41 / April 21, 2023 (2023-04-21)
Written inGo
PlatformUnix-like
TypeService mesh
LicenseMIT License
Websiteopenservicemesh.io
Repositorygithub.com/openservicemesh/osm

Open Service Mesh (OSM) was a free and open source cloud native service mesh developed by Microsoft2 that ran on Kubernetes.34

Overview

OSM was written in the Go programming language and designed to be a reference implementation of the Service Mesh Interface (SMI) specification, a standard interface for service meshes on Kubernetes.5 The software was based on the Envoy proxy server and allowed users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.6

The source code is licensed under MIT License and available on GitHub.7 Microsoft donated OSM to the Cloud Native Computing Foundation to ensure that it is community-led and has open governance.58 On May 4, 2023, the project announced it would be archived, ending CNCF investment in the project so that its contributors could focus on Istio.9

See also

See also

References

References

External links