SkillAgentSearch skills...

Meshery.io

Website for Meshery

Install / Use

/learn @meshery/Meshery.io

README

<picture> <p style="text-align: center;"> <a href="https://meshery.io/"> <picture align="center"> <source media="(prefers-color-scheme: dark)" srcset="./assets/images/logos/meshery-logo-dark-text-side.svg" width="70%" align="center" style="margin-bottom:20px;"> <source media="(prefers-color-scheme: light)" srcset="./assets/images/logos/meshery-logo-light-text-side.svg" width="70%" align="center" style="margin-bottom:20px;"> <img alt="Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode." src="./assets/images/logos/meshery-logo-light-text-side.svg" width="70%" align="center" style="margin-bottom:20px;"> </picture> </a>

<br/><br/></p> </picture>

Meshery.io

<div align="center">

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

</div> <h2>Preview of <a href="https://meshery.io">Meshery.io</a> Website</h2>

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

What is Meshery?

Meshery is a self-service engineering platform - the open source, cloud native manager that enables the design and management of all Kubernetes-based infrastructure and applications. Among other features, Meshery manages multi-cluster Kubernetes deployments. As an extensible platform, Meshery offers visual and collaborative GitOps, freeing you from the chains of YAML.

For further information, refer to the Meshery Docs.

<div>&nbsp;</div>

💻Tech Stack

Javascript HTML CSS

Join the Meshery community!

<a name="contributing"></a><a name="community"></a> Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://meshery.io/community/newcomers">Newcomers' Guide</a> for a tour of resources available to you and jump into our <a href="https://slack.meshery.io">Slack</a> to engage!

<p style="clear:both;"> <a href ="https://meshery.io/community"><img src="/assets/images/logos/meshmate-dark.svg" data-logo-for-dark="/assets/images/logos/meshmate-light.svg" data-logo-for-light="/assets/images/logos/meshmate-dark.svg" alt="MeshMate Logo" id="logo-dark-light" loading="lazy" width="25%" align="left" /></a> <h3>Find your MeshMate</h3> <p>MeshMates are experienced community members, who will help you learn your way around, discover live projects and expand your community network. Become a <b>Meshtee</b> today!</p> <p> Find out more about the <a href="https://meshery.io/community">Meshery community</a>. <br /> <br /><br /><br /><br /> </p> <a href="https://slack.meshery.io"> <picture align="right"> <source media="(prefers-color-scheme: dark)" srcset="./assets/images/logos/slack-dark-128.png" width="110px" align="right" style="margin-left:10px;margin-top:10px;"> <source media="(prefers-color-scheme: light)" srcset="./assets/images/logos/slack-128.png" width="110px" align="right" style="margin-left:10px;padding-top:5px;"> <img alt="Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode." src="./assets/images/logos/slack-128.png" width="110px" align="right" style="margin-left:10px;padding-top:13px;"> </picture> </a>

<a href="https://meshery.io/community"><img alt="Meshery Community" src="https://docs.meshery.io/assets/img/readme/community.png" style="margin-right:8px;padding-top:5px;" width="140px" align="left" /></a>

<p> <p> ✔️ <em><strong>Join</strong></em> any or all of the weekly meetings on the <a href="https://meshery.io/calendar">community calendar</a>.<br /> ✔️ <em><strong>Watch</strong></em> community <a href="https://www.youtube.com/@mesheryio?sub_confirmation=1">meeting recordings</a>.<br /> ✔️ <em><strong>Access</strong></em> the <b>Community Drive</b>-by completing a community <a href="https://meshery.io/newcomer">Member Form</a>.<br /> ✔️ <em><strong>Discuss</strong></em> in the <a href="https://meshery.io/community#discussion-forums">Community Forum</a>.<br /> ✔️ <em><strong>RSVP</strong></em> to the <a href="https://community.cncf.io/meshery-community/">CNCF Meshery Community</a> meetings.<br /> </p> <p align="center"> <i>Not sure where to start?</i> Grab an open issue with the <a href="https://github.com/issues?q=is%3Aopen%20is%3Aissue%20archived%3Afalse%20(org%3Ameshery%20OR%20org%3Aservice-mesh-performance%20OR%20org%3Aservice-mesh-patterns%20OR%20org%3Ameshery-extensions)%20label%3A%22help%20wanted%22">help-wanted label</a>. </p> <div>&nbsp;</div> <a name="contributing"></a>

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 )

  • If your installed Ruby version does not match the one specified in the Gemfile, you can use RVM to install the correct version for your operating system.

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
    

3. Serve the site

  • Serve the code locally
    $ make site
    
    Note: From the Makefile, this command is actually running $ bundle install; 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.

Stargazers

<p align="center"> <i>If you like Meshery, please <a href="../../stargazers">★</a> star this repository to show your support! 🤩</i> <br /> <a href="../../stargazers"> <img align="center" src="https://api.star-history.com/svg?repos=meshery/meshery.io&type=Date" /> </a></p>

License

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

🔼Back to top

View on GitHub
GitHub Stars753
CategoryDevelopment
Updated3h ago
Forks773

Languages

JavaScript

Security Score

95/100

Audited on Mar 29, 2026

No findings