Meshery is the cloud native management plane offering lifecycle, configuration, and performance management of Kubernetes, service meshes, and your workloads.
Meshery is a Cloud Native Computing Foundation project.
The Docker Extension for Meshery extends Docker Desktop’s position as the cloud native developer’s go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes. Service mesh or not, though, Meshery offers a visual topology for designing Docker-Compose applications, operating Kubernetes, service meshes, and their workloads. Meshery brings deep support of 10 different service meshes to the fingertips of Docker Desktop developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.
Navigate to the Extensions area of Docker Desktop.
Meshery runs as a set of containers inside your Docker Desktop virtual machine.
docker extension install meshery/docker-extension-meshery
See the quick start guide.
- Install any service mesh with the check of a box.
- Import your Docker Compose apps for visual design and deployment to Kubernetes and service meshes.
The Docker Extension for Meshery deploys Meshery to your local Docker host as a Docker Compose application.
Learn more about Meshery's architecture.From /install/docker-extension
, familiarize with available make
targets by executing:
make
Review the available targets and their purpose. In general, follow this sequence when building and testing changes:
make extension
Once build is complete:
docker extension install meshery/docker-extension-meshery:edge-latest
Or reinstall with:
docker extension update meshery/docker-extension-meshery:edge-latest