Home

Awesome

istio-ui

    istio-ui用于管理istio配置,目的是减轻运维的配置工作。主要实现:注入,istio配置和模板(还在开发中)等功能。

为了保证注入和配置的原生性,参考和使用了istio的源码。

三种注入方式

安装

安装前先确认已安装k8s

    设置 KUBECONFIG

    docker run -itd -v $KUBECONFIG:$HOME/.kube/config -p9100:9100 --name istio-ui --env KUBECONFIG=$HOME/.kube/config registry.cn-shenzhen.aliyuncs.com/jukylin/istio-ui:latest

    kubectl apply -f https://raw.githubusercontent.com/jukylin/istio-ui/master/istio-ui.yaml

配置

使用环境变量

浏览器预览

http://localhost:9100/static/index.html#/deploy

istio-ui