Visit Meshery.io to learn more!
Meshery is a multi-service mesh management plane adopting, operating, and developing on different service meshes. Meshery facilitates learning about functionality and performance of service meshes. It incorporates the collection and display of metrics from applications running on or across service meshes. At a high level, Meshery provides performance benchmarking, service mesh lifecycle management, and service mesh interoperability and federation.
For further information, refer to the Meshery Docs.
Before contributing, please review the Contribution Flow. In the following steps you will set up your development environment, fork and clone the repository, run the site locally, and finally commit, sign-off, and push any changes made for review.
-
The Meshery site is built using Jekyll - a simple static site generator! You can learn more about Jekyll and setting up your development environment in the Jekyll Docs.
-
First install Ruby, then install Jekyll and Bundler.
- Fork and then clone the Meshery.io repository
$ git clone https://github.com/YOUR-USERNAME/meshery.io
- Install any Ruby dependencies
$ bundle install
- Serve the code locally
Note: From the Makefile, this command is actually running
$ make site
$ bundle exec jekyll serve --drafts --livereload
- After making changes, don't forget to commit with the sign-off flag (-s)!
$ commit -s -m “my commit message w/signoff”
- Once all changes have been committed, push the changes.
$ git push origin <branch-name>
- Then on Github, navigate to the Meshery.io repository and create a pull request from your recently pushed changes!
Layer5.io is a community-maintained repository of information pertaining to the technology ecosystem surrounding service meshes, API gateways, edge proxies, ingress and egress controllers - - microservice management in cloud native environments.