Giter Site home page Giter Site logo

meshery / meshery.io Goto Github PK

View Code? Open in Web Editor NEW
447.0 21.0 524.0 256.24 MB

Website for Meshery

Home Page: https://meshery.io

License: Apache License 2.0

HTML 22.81% Ruby 0.02% CSS 2.13% Makefile 0.04% JavaScript 67.52% SCSS 6.74% Go 0.75%
meshery management-plane jekyll hacktoberfest kubernetes cloud-native cncf best-practices catalog front-end ux ux-design ui ui-design ui-development control-plane cloud-native-management

meshery.io's Introduction

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

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

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.

🔼Back to top

meshery.io's People

Contributors

adi-ty avatar ashiscs avatar asubedy avatar chadha93 avatar gaganpreetkaurkalsi avatar ghat0tkach avatar gunjanmimo avatar iarchitsharma avatar imgbotapp avatar krishna2323 avatar l5io avatar leecalcote avatar muzairs15 avatar nikhil-ladha avatar ritiksaxena124 avatar rohith-raju avatar saksham294 avatar savio629 avatar shivangrawat30 avatar sudhanshutech avatar sumitmaithani avatar thebeginner86 avatar thisiskaransgit avatar tinniaru3005 avatar utkarshmishra12 avatar vaibhav-xp avatar vishalvivekm avatar warunicorn19 avatar willcalcote avatar yashsharma1911 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meshery.io's Issues

Fix favicon

Description
The favicon on the meshery.io site needs to be updated, so that it shows the Meshery logo.

Collapse all installation instructions

Current Behavior
Some of the Meshery installation instructions show by default and some do not.

Screen Shot 2020-02-13 at 6 49 33 AM

Desired Behavior
Let's have these be uniform and (at least for now) have all of them hidden when the page loads.

Update Community page footer

The community page should list all the same resources as does layer5.io/meshery does.

The style of the community details do not need to match that of the layer5.io/meshery page. Buttons with fill onHover is not necessary.

Add Community section to Community page

Current Behavior
The Community page is missing information about how to connect with the community via slack, drive, email, twitter, meetings, etc.

Desired Behavior
At the top of the /community page, there should be a section that lists these resources.

Install: Incorporate helm package creation into Meshery release workflow

Current Behavior
Given that the source for Meshery's helm charts in is the Meshery repo, instead of storing the compressed version of the charts in this repo (meshery.io) as a charts "release", can we consider incorporating the tar.gz creation of these charts to our GitHub Actions workflow in Meshery?

We would include the tar.gz creation part of the tagged workflow (the workflow that is enacted when a release tag is present). We could either have goreleaser tar.gz the charts or have a script executed to tar.gz the charts and make that tar.gz available alongside the rest of the Meshery release artifacts here - https://github.com/layer5io/meshery/releases

In this way, the Meshery helm chart is treated as another release artifact that is created each time we cut a new Meshery release.

Convert adapter table to logos

Enhancement Description
The adapter table would look better if the adapters were presented as logos, not as a table.

Desired Behavior:
Adapters are listed as a set of icons/logos. Alpha state adapters should be denoted as such.

Screenshot
Screen Shot 2019-11-25 at 6 32 16 AM

Include Citrix logo for CPX adapter listing

Current Behavior
The CPX entry in the list of adapters is missing a logo.
Screen Shot 2019-12-27 at 7 45 24 AM

Desired Behavior
The Meshery adapter for CPX should have a logo akin to that of the other adapters.

All images should have hyperlink to full-sized image

Current Behavior
The screenshots / images in the site are not clickable. Some screenshots are better viewed at a larger size.

Desired Behavior
All thumbnail images should be hyperlinked to their original full-size image.

share of link of mashery.io show wrong text about meshery

Description
when someone shares the link meshery.io, it shows "Track and optimize your sales team in real time" as per the template.

Expected Behavior
it should be " Quickly compare and learn service meshes like Istio, Linkerd, Envoy, Octarine, App Mesh, Consul Connect. Benchmark the performance of your application across different service meshes and compare their overhead."

Add Contributor Profile for Aisuko

Current Behavior
@Aisuko has recently joined the community and has already begun to make an impact. His contributions and engagement in the community are most welcome.

Desired Behavior
A new profile for @Aisuko's should show on the /community page.

Mobile View: Navigation menu

Bugs to Fix

  1. Font should be white.
  2. Menu should be in upper right hand corner.
  3. Top-level navigation items should not have a hyperlink (should not reload the page).

Screenshots
Screen Shot 2020-01-23 at 8 12 58 AM

Add Contributor Profile For Mayank Shan

Current Behavior
@mayankshah1607 has recently joined the community and has already begun to make an impact. His contributions and engagement in the community are most welcome.

Desired Behavior
A new profile for @mayankshah1607s should show on the /community page.

Optimized images make the static resource smaller file sizes without sacrificing quality.

Current Behavior
A brief description of what the problem is. (e.g. I need to be able to...)
There are not any optimized images.

Desired Behavior
A brief description of the enhancement.

Every PR which includes the static sources it can be optimized.

Please kindly take a look at https://github.com/Aisuko/meshery.io/pull/1 and I believe that feature is very fit with the project type like this. So, please add the ImgBot to our project meshery.io


[Optional] Alternatives
A brief description of any alternative solutions or features you've considered.

[Optional] Additional context
Add any other context or screenshots about the feature request here.

1, The address of ImgBot https://github.com/marketplace/imgbot
2, Please just take the free open source plan. And it will be fit for us well.

Include Octarine logo for adapter listing

Current Behavior
The Octarine entry in the list of adapters is missing a logo.

Screen Shot 2019-12-27 at 7 59 27 AM

Desired Behavior
The Meshery adapter for Octarine should have a logo akin to that of the other adapters.

Run Meshery: Missing blue background on copy-to-clipboard button

Description
The copy-to-clipboard button is missing the blue background (screenshot 1) it should have akin to that of its usage on layer5.io/meshery (screenshot 2).

Expected Behavior
Users should have a common experience in how this button is displayed.

Screenshots
1
Screen Shot 2019-12-12 at 10 13 11 AM

2
Screen Shot 2019-12-12 at 10 13 25 AM

Install: Duplicative LICENSE and OWNERS files?

Description

Will the LICENSE and OWNERS files in the charts folder, be used as part of the Helm Hub entry? If not, the LICENSE and OWNERS file found in the root of this repo might suffice (the two files in the charts folder might be considered duplicative).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.