Open Service Mesh

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

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. 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.

The source code is licensed under MIT License and available on GitHub. Microsoft donated OSM to the Cloud Native Computing Foundation to ensure that it is community-led and has open governance. 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.

See also

References

Uses material from the Wikipedia article Open Service Mesh, released under the CC BY-SA 4.0 license.