singh08prashant / layer5-istio-adapter

Layer5 Istio adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Layer5 Istio adapter


Languages

Language:Go 79.1%Language:HTML 11.5%Language:Makefile 5.2%Language:Dockerfile 4.3%