All Projects → meshery → meshery.io

meshery / meshery.io

Licence: Apache-2.0 license
Site for Meshery, the cloud native management plane

Programming Languages

HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to meshery.io

service-mesh-performance
Standardizing Service Mesh Value Measurement
Stars: ✭ 234 (+73.33%)
Mutual labels:  cncf, cloud-native, service-mesh, meshery, management-plane, multi-mesh-manager
meshery
Meshery, the cloud native manager
Stars: ✭ 1,587 (+1075.56%)
Mutual labels:  ux, cncf, cloud-native, service-mesh, meshery, management-plane
meshery-consul
Meshery adapter for Consul
Stars: ✭ 50 (-62.96%)
Mutual labels:  service-mesh, meshery, management-plane, multi-mesh-manager
meshery-nsm
Meshery adapter for Network Service Mesh
Stars: ✭ 26 (-80.74%)
Mutual labels:  service-mesh, meshery, management-plane, multi-mesh-manager
meshery-adapter-library
Library of common functionality for Meshery Adapters
Stars: ✭ 20 (-85.19%)
Mutual labels:  cncf, cloud-native, service-mesh, meshery
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (-39.26%)
Mutual labels:  ui-design, front-end, ux, ux-design
meshery-traefik-mesh
Meshery adapter for Maesh
Stars: ✭ 23 (-82.96%)
Mutual labels:  service-mesh, meshery, management-plane, multi-mesh-manager
meshery-kuma
Meshery Adapter for Kuma
Stars: ✭ 35 (-74.07%)
Mutual labels:  cncf, service-mesh, meshery, multi-mesh-manager
homebrew-tap
Homebrew Tap for for installing Meshery command line client.
Stars: ✭ 12 (-91.11%)
Mutual labels:  meshery, management-plane, multi-mesh-manager
meshery-octarine
Meshery adapter for Octarine
Stars: ✭ 22 (-83.7%)
Mutual labels:  service-mesh, meshery, multi-mesh-manager
Networkservicemesh
The Hybrid/Multi-cloud IP Service Mesh
Stars: ✭ 456 (+237.78%)
Mutual labels:  cncf, cloud-native, service-mesh
ui-ux
The learning guide contains the Basics, Intermediate and Advance resources for User Interface and User Experience Design
Stars: ✭ 187 (+38.52%)
Mutual labels:  ui-design, ux, ux-design
Kuma
🐻 The Universal Service Mesh. CNCF Sandbox Project.
Stars: ✭ 2,516 (+1763.7%)
Mutual labels:  cncf, cloud-native, service-mesh
Kubernetes Handbook
Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
Stars: ✭ 9,420 (+6877.78%)
Mutual labels:  cncf, cloud-native, service-mesh
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (-33.33%)
Mutual labels:  ui-design, ux, ux-design
Ui Ux Designer Roadmap
Roadmap on becoming a UI/UX designer in 2017
Stars: ✭ 1,357 (+905.19%)
Mutual labels:  ui-design, ux, ux-design
meshery-cpx
Meshery adapter for Citrix Service Mesh
Stars: ✭ 24 (-82.22%)
Mutual labels:  service-mesh, meshery, multi-mesh-manager
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (-74.07%)
Mutual labels:  ui-design, ux-design
frontend-tools
Links to front-end development tools
Stars: ✭ 143 (+5.93%)
Mutual labels:  front-end, catalog
UX-design
Learn how to design and prototype Web products that are comfortable and even joyful to use.
Stars: ✭ 16 (-88.15%)
Mutual labels:  ux, ux-design

Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode.



Meshery.io

Docker Pulls Go Report Card Build Status GitHub GitHub issues by-label Website Twitter Follow Discuss Users Slack CII Best Practices

Preview of Meshery.io Website

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

What is Meshery?

Meshery is the open source, cloud native management plane that enables the adoption, operation, and management of Kubernetes, any service mesh, and their workloads. Among other features, Meshery manages multi-cluster Kubernetes deployments. Offering telemetry from applications running on or off of a service meshes. At a high level, Meshery provides performance benchmarking, cloud native cluster and workload 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 about the Layer5 community.




Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode.

Layer5 Service Mesh Community

✔️ Join any or all of the weekly meetings on the community calendar.
✔️ Watch community meeting recordings.
✔️ Access the Community Drive-by completing a community Member Form.
✔️ Discuss in the Community Forum.
✔️ RSVP to the CNCF Meshery Community meetings.

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 setup 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. ( Note : Install the same version of Ruby as mentioned in the Gemfile )

2. Get the code

  • Fork and then clone the Meshery.io repository
    $ git clone https://github.com/YOUR-USERNAME/meshery.io
  • cd into project using
    $ cd 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)!
    $ git 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!

Add your patterns to the catalog.

To add your patterns to the Cloud Native Catalog -

  1. Create a new file in the catalog collection, under the respective pattern-type.
  2. Follow the template in the _defaults.md and fill out the details.
  3. Add your pattern file to the catalog folder so that others can download the file.
  4. That's it! You're good to go. Create a PR for your change and sit tight till a maintainer gets a chance to review it.

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