Git Product home page Git Product logo

layer5-istio-adapter's Introduction

GitHub contributors GitHub GitHub issues by-label Slack Twitter Follow

Layer5 Istio Adapter

Deploying the adapter to a Kubernetes cluster with Istio

Deploy the adapter itself and its service:

kubectl -n istio-system apply k8s.yaml

Now navigate into the testdata folder:

cd testdata

Apply the attributes and template yaml:

kubectl -n istio-system apply -f attributes.yaml -f template.yaml

Now lets apply the layer5 adater definition:

kubectl -n istio-system apply -f layer5.yaml

Finally, lets deploy the operator config:

kubectl -n istio-system apply -f sample_operator_cfg_cluster.yaml

Setup dev environment

mkdir -p $GOPATH/src/istio.io/ && \
cd $GOPATH/src/istio.io/  && \
git clone https://github.com/istio/istio
export MIXER_REPO=$GOPATH/src/istio.io/istio/mixer

export ISTIO=$GOPATH/src/istio.io
cd $MIXER_REPO/adapter
git clone https://github.com/layer5io/layer5-istio-adapter layer5
cd layer5

To build:

make build

To run locally:

make run

To run mixer server locally:

make mixs

To run mixer client:

make mixc

If you make changes to the proto file, then we have to generate the associated Go code:

make gen

Community and Contributing

Please do! Contributions, updates, discrepancy reports and pull requests are welcome. This project is community-built and welcomes collaboration. Contributors are expected to adhere to the Contributor Covenant code of conduct.

This project is community-built and welcomes collaboration! See the Meshery Contributors Welcome Guide.

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

About

Layer5.io is a community-maintained repository of information pertaining to the technology ecosystem surrounding service meshes, API gateways, edge proxies, ingress and egress controllers - - microservice management in cloud native environments.

License

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

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.