mosn / layotto

A fast and efficient cloud native application runtime
http://mosn.io/layotto/
Apache License 2.0
823 stars 172 forks source link

[OSPP 2022] run layotto along with istio 1.10.0 #311

Open seeflood opened 3 years ago

seeflood commented 3 years ago

What would you like to be added: Since the pr https://github.com/mosn/mosn/pull/1664 has been merged, it's time to consider running layotto along with istio 1.10.0

Why is this needed: Because it's useful and cool

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions.

seeflood commented 2 years ago

main 分支最新代码升级了 MOSN 版本,现在已经支持 istio 1.10 了(RPC 流量被 MOSN 拦截,能享受 istio 的流量治理功能, 其他 API 走 Layotto)

但是如果用户希望 RPC 走 Layotto 的 invokeService API、而不是被 MOSN 拦截,那 Layotto 需要做下开发、适配,参考 https://mosn.io/layotto/#/zh/start/istio/start

所以,我们现在需要:

seeflood commented 2 years ago

This issue is an ospp 2022 task