meshery / meshery.io

Website for Meshery
https://meshery.io
Apache License 2.0
459 stars 539 forks source link
best-practices catalog cloud-native cloud-native-management cncf control-plane front-end hacktoberfest jekyll kubernetes management-plane meshery ui ui-design ui-development 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](https://img.shields.io/docker/pulls/layer5/meshery.svg)](https://hub.docker.com/r/layer5/meshery-io) [![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/meshery)](https://goreportcard.com/report/github.com/layer5io/meshery) [![Build Status](https://img.shields.io/github/actions/workflow/status/meshery/meshery/build-and-release-edge.yml?branch=master)](https://github.com/meshery/meshery.io/actions/workflows/pages/pages-build-deployment) [![GitHub](https://img.shields.io/github/license/layer5io/meshery.svg)](LICENSE) [![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/meshery/help%20wanted.svg)](https://github.com/layer5io/meshery/issues?q=is%3Aopen+is%3Aissue+label%3A"help+wanted") [![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io/meshery/) [![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio) [![Discuss Users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscuss.layer5.io)](https://discuss.layer5.io) [![Slack](https://img.shields.io/badge/Slack-@layer5.svg?logo=slack)](https://slack.meshery.io) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3564/badge)](https://bestpractices.coreinfrastructure.org/projects/3564)

Preview of Meshery.io Website

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.

 

💻Tech Stack

Javascript HTML CSS

Join the Meshery community!

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

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. Meshery 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](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md). 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](https://jekyllrb.com/docs/)._ - First [install Ruby](https://jekyllrb.com/docs/installation/), then install Jekyll and Bundler. ( **Note** : Install the same version of Ruby as mentioned in the [Gemfile](https://github.com/meshery/meshery.io/blob/master/Gemfile) ) ### 2. Get the code - Fork and then clone the [Meshery.io repository](https://github.com/meshery/meshery.io) ```bash $ git clone https://github.com/YOUR-USERNAME/meshery.io ``` - cd into project using ```bash $ cd meshery.io ``` ### 3. Serve the site - Serve the code locally ```bash $ 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) ```bash $ git commit -s -m “my commit message w/signoff” ``` - Once all changes have been committed, push the changes. ```bash $ git push origin ``` - Then on Github, navigate to the [Meshery.io repository](https://github.com/meshery/meshery.io) and create a pull request from your recently pushed changes. ### Stargazers

If you like Meshery, please star this repository to show your support! 🤩

#### License This repository and site are available as open source under the terms of the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0). [🔼Back to top](#mesheryio)