Giter Club home page Giter Club logo

meshery-osm's Introduction

Important

Open Service Mesh is an archived project. Consequently, the Meshery Adapter for OSM is an archived adapter.

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

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

Meshery Adapter for Open Service Mesh

Open Service Mesh

Open Service Mesh (OSM) is a lightweight and extensible cloud native service mesh.




Meshery - the Cloud Native Manager Meshery - the Cloud Native Manager As a self-service engineering platform, Meshery enables collaborative design and operation of cloud native infrastructure. Through it's extension points, Meshery offers the ability to optionally plugin adapters in order to more deeply integrate with specific systems like Open Service Mesh.

If you’re using Meshery or if you like the project, please β˜… star this repository to show your support! 🀩

Our projects are community-built and welcome collaboration. πŸ‘ Be sure to see the Contributor Journey Map for a tour of resources available to you and jump into our Slack! Contributors are expected to adhere to the CNCF Code of Conduct. Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode.

βœ”οΈ Join any or all of the weekly meetings on the community calendar.
βœ”οΈ Watch community meeting recordings.
βœ”οΈ To access the Community Drive, fill Community Member Form.
βœ”οΈ Discuss in the Community Forum.

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

License

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

meshery-osm's People

Contributors

acald-creator avatar aisuko avatar anita-ihuman avatar asubedy avatar ayushthe1 avatar delusionaloptimist avatar dependabot[bot] avatar dhruv0000 avatar edwvilla avatar emmanuellar avatar ghat0tkach avatar gr455 avatar iamsdas avatar jasonjg avatar kumarabd avatar kushthedude avatar l5io avatar leecalcote avatar lumencodes avatar muzairs15 avatar revolyssup avatar samyakshah3008 avatar sayantan1413 avatar shreyas220 avatar tangledbytes avatar thebeginner86 avatar utkarsh-pro avatar utkarshmishra12 avatar warunicorn19 avatar yash37158 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meshery-osm's Issues

[Lifecycle] remove version hardcoding

Enhancement Description
Support multiple versions in the OSM adapter.

Related Challenges

  • Currently the OSM adapter only installs OSM v0.6.0. We need to be able to fetch binaries for the latest releases and use the latest OSM.
  • Also, when reading binaries from ~/.meshery/bin it expects them to be in the form osm-v0.6.0. This is a side effect of point one but should be kept in mind.

Alternatives
Using docker cp $binPath meshery_meshery-osm_1:/root/.meshery/bin/osm-v0.6.0 for tricking the adapater to believe that the current binary is for osm-v0.6.0. Too hacky.

Contributor Resources

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.

Update issue labels

Description

Update Issue labels to make it easy to highlight issues with appropriate tags.

[README] Update README Community Section

Description
The Community section in the README says "Access the Community Drive". There is a new procedure of having this automated based on the individual filling in a community member form

Expected Behavior
Update "Access Community Drive" to "To Access Community Drive, fill Community Member Form"

Screenshots
img

Resources
Refer to the Contributing guide

Enviroment:

  • OS: [e.g. Ubuntu]
  • Browser: [e.g. Chrome, Safari]
  • Version: [e.g. 22]
  • Device: [e.g. laptop, iPhone 8]

[feature]: The custom service-mesh configuration checking feature

Enhancement Description
A brief description of the enhancement.

We need the custom service-mesh configuration checking feature for meshery-osm.

Related Challenges
A brief description of what the problem is. (e.g. I need to be able to...)


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

unable to create kubeconfig: open /root/.kube/config

Description
Beta version of this adapter is released in Meshery v0.4.2 is reporting:

meshery-osm_1       | time="2020-08-17T04:12:10Z" level=error msg="unable to create kubeconfig: open /root/.kube/config: no such file or directory"

Enviroment:

  • OS: MacOS
  • Browser: Safari
  • running Docker Desktop

[README] Need to fix Slack badge

Description

README.md is the first file one should read when starting a new project. For attractive look, we added some badges also.
But, there's a Slack badge, need to fix that.

Example Screenshot :-

Current Behavior

image

Desired Behavior
image

Environment:

  • OS: any [e.g. Ubuntu]
  • Browser: any [e.g. Chrome, Safari]
  • Version: any [e.g. 22]
  • Device: any [e.g. laptop, iPhone 8]

Adapter Operations are thread unsafe

Description
OSM Adapter operations are thread unsafe at the moment due its usage of meshery-adapter-library viper config provider.

Expected Behavior
Operations should be thread safe. This is achievable by replacing meshery-adapter-library config provider implementation with meshkit config provider implementation which share similar interfaces.

Contributor Resources
Refer Istio Adapter to see how config provider can be replaced

Logo missing in Adapter Chip in Meshery UI

Description
In the last release of this adapter, the icon in the adapter chip has gone missing.

Expected Behavior
Should show an OSM icon.

Screenshots
Screen Shot 2021-04-13 at 9 13 02 PM

Environment:

  • Meshery Version: v0.5.2

[CI] Failed static checks

Current Situation
The build process for this adapter has failing static golang checks - https://github.com/meshery/meshery-osm/runs/4352711502?check_suite_focus=true

Desired Situation
No checks should be failing.

Contributor Resources

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.

Replace meshery-osm adapter to use meshey-kit and meshery-framework as primary dependencies

Enhancement Description
A brief description of the enhancement.

As we discussed we should replace meshery-osm adapter to use meshey-kit and meshery-framework as primary dependencies. So I'm going to work on meshery-osm adapter @kumarabd @leecalcote @mgfeller

Related Challenges
A brief description of what the problem is. (e.g. I need to be able to...)


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

[Bug] Incorporate Adapter Version # at buildtime

Description

build-args main.version=$VERSION and main.gitsha=$GIT_COMMITSHA are not being picked up.

Expected Behavior

when testing locally e.g. building using
GOPROXY=direct GOSUMDB=off go build -ldflags="-w -s -X main.version=VERSION -X main.gitsha=GIT_COMMITSHA" -a -o ./meshery-osm .

and running ./meshery-osm

expected result of grpcurl --plaintext 127.0.0.1:10009 meshes.MeshService.ComponentInfo

{
  "type": "adapter",
  "name": "OPEN_SERVICE_MESH",
  "version": "VERSION",
  "gitSha": "GIT_COMMITSHA"
}

[README] Need to add `Community Forum`

Description

README.md is the first file one should read when starting a new project. Our community launched Discussion forum for help seekers; needs to publish it officially on README.md for convenience.

Screenshots

Current behaviour:
image

Desired behaviour:
image

Note:
Need to add only last line for Community Forum

Environment:

  • OS: any [e.g. Ubuntu]
  • Browser: any [e.g. Chrome, Safari]
  • Version: any [e.g. 22]
  • Device: any [e.g. laptop, iPhone 8]

Reference:

Replace logging with logrus

We are using logrus in all of our projects, it would be great to have meshery-osm use logrus for the default logging.

Add Reminder in the Welcome Bot to Star the Meshery-osm Project

Current Behavior
A welcome bot has been configured to usher in contributors new to this project. However, a reminder to star the project is missing in the message.

Desired Behavior
The config.yml should be updated, you can take a cue from the highlighted line 22


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

The CI is passing when a stage fails to run

Description
The CI for docker build and push seems to be passing even when some of the stages are not being triggered.

Expected Behavior
Ideally this should result in a failure during these instances.

Screenshots
Screenshot 2020-09-26 at 11 06 07 AM

[Patterns] adding more properties to `OSMMesh` workloads

Enhancement Description
OSMMesh workloads, which are used for installing OSM, should have more properties.
This would allow users to have more control over configuration when they install the service mesh.

Some Considerations

[CI] add label commenter workflow

Description
This repository should have the label commenter workflow.
It would run whenever an issue/pr is labelled with one of the targeted labels and comment down any relevant information.

Contributor Reference

The workflow would use: https://github.com/peaceiris/actions-label-commenter

A sample workflow is defined in: https://github.com/meshery/meshery/blob/master/.github/workflows/label-commenter.yml.

It would also need a sample configuration which is defined in: https://github.com/meshery/meshery/blob/master/.github/label-commenter-config.yml

NOTE:

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.