conduit 安装试用

备注:

   测试安装环境使用docker mac 版本(目前版本已经支持kubernetes了)

1. 基本安装

curl https://run.conduit.io/install | bash

配置环境变量
Copy /Users/dalong/.conduit/bin/conduit into your PATH.  Then run
conduit install | kubectl apply -f -
2. 基本使用
a. UI
http://127.0.0.1:8001/api/v1/namespaces/conduit/services/web:http/proxy/servicemesh
b.部署简单服务
conduit inject app.yml | kubectl apply -f -
3. 参考界面
kubernetes
 
conduit dashboard
4. 参考资料
https://conduit.io/#install
5. 备注
几个问题,主要是镜像文件,以及集群的rbac配置
原文地址:https://www.cnblogs.com/rongfengliang/p/8397504.html