All Projects → layer5io → Meshery.io

layer5io / Meshery.io

Licence: apache-2.0
Site for Meshery, the multi-mesh manager

Projects that are alternatives of or similar to Meshery.io

Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (+193.1%)
Mutual labels:  hacktoberfest, jekyll
Home Assistant.io
📘 Home Assistant User documentation
Stars: ✭ 2,377 (+8096.55%)
Mutual labels:  hacktoberfest, jekyll
Envoy Control
Envoy Control is a platform-agnostic, production-ready Control Plane for Service Mesh based on Envoy Proxy.
Stars: ✭ 66 (+127.59%)
Mutual labels:  hacktoberfest, service-mesh
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (+679.31%)
Mutual labels:  hacktoberfest, jekyll
Awesome First Timers
Place to contribute if you are a first timer
Stars: ✭ 353 (+1117.24%)
Mutual labels:  hacktoberfest, jekyll
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (+1627.59%)
Mutual labels:  hacktoberfest, jekyll
Layer5
Layer5, the service mesh company, representing every service mesh
Stars: ✭ 137 (+372.41%)
Mutual labels:  hacktoberfest, service-mesh
Charlescd
CharlesCD is an open source tool that makes deployments more agile, continuous and safe, which allows development teams to perform hypothesis validations with a specific group of users, simultaneously.
Stars: ✭ 275 (+848.28%)
Mutual labels:  hacktoberfest, service-mesh
Docs
Parse Platform docs
Stars: ✭ 296 (+920.69%)
Mutual labels:  hacktoberfest, jekyll
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+1627.59%)
Mutual labels:  hacktoberfest, jekyll
Meshery
Meshery, the service mesh management plane
Stars: ✭ 608 (+1996.55%)
Mutual labels:  hacktoberfest, service-mesh
Tiktok Api
The Unofficial TikTok API Wrapper In Python
Stars: ✭ 940 (+3141.38%)
Mutual labels:  hacktoberfest
Conjugar
Conjugar is an app for learning Spanish verb conjugations.
Stars: ✭ 27 (-6.9%)
Mutual labels:  hacktoberfest
Uwp bridge java
Skeleton for packing Java applications for publishing them on Windows Store
Stars: ✭ 27 (-6.9%)
Mutual labels:  hacktoberfest
Julia
The Julia Programming Language
Stars: ✭ 37,497 (+129200%)
Mutual labels:  hacktoberfest
Groupthink
A collaborative democratic platform built atop GitHub, designed for open policymaking and manifesto writing.
Stars: ✭ 28 (-3.45%)
Mutual labels:  hacktoberfest
Cineaste Ios
An iOS application to manage movies you would like to see and movies you have seen.
Stars: ✭ 28 (-3.45%)
Mutual labels:  hacktoberfest
Definitelytyped
The repository for high quality TypeScript type definitions.
Stars: ✭ 37,066 (+127713.79%)
Mutual labels:  hacktoberfest
Hackathon Starter
A boilerplate for Node.js web applications
Stars: ✭ 32,485 (+111917.24%)
Mutual labels:  hacktoberfest
Fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
Stars: ✭ 33,382 (+115010.34%)
Mutual labels:  hacktoberfest

Meshery

Meshery.io website screenshot Visit Meshery.io to learn more!

What is Meshery?

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.

 

Join the service mesh community!

Our projects are community-built and welcome collaboration. 👍 Be sure to see the Layer5 Community Welcome Guide for a tour of resources available to you and jump into our Slack!

MeshMates

Find your MeshMate

MeshMates are experienced Layer5 community members, who will help you learn your way around, discover live projects and expand your community network. Become a Meshtee today!

Find out more on the Layer5 community.




Layer5 Service Mesh Community

Layer5 Service Mesh Community

✔️ Join any or all of the weekly meetings on the community calendar.
✔️ Watch community meeting recordings.
✔️ Access the community drive.

Not sure where to start? Grab an open issue with the help-wanted label.

 

Contributing to the Meshery.io Website

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.

1. Set up your development environment

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

2. Get the code

  • Fork and then clone the Meshery.io repository
    $ git clone https://github.com/YOUR-USERNAME/meshery.io
    
  • Install any Ruby dependencies
    $ bundle install
    

3. Serve the site

  • Serve the code locally
    $ make site
    
    Note: From the Makefile, this command is actually running $ bundle exec jekyll serve --drafts --livereload

4. Create a Pull Request

  • 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!

License

This repository and site are available as open source under the terms of the Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].