# nacos-springboot-mesh **Repository Path**: cootie/nacos-springboot-mesh ## Basic Information - **Project Name**: nacos-springboot-mesh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-22 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## build ``` docker build -f Dockerfile -t spring-boot-istio-provider:0.0.1 . docker build -f Dockerfile -t spring-boot-istio-consumer:0.0.1 . ``` ## 部署 ``` k apply -f consumer.yml -n istio-nacos-mesh k apply -f provider.yml -n istio-nacos-mesh ``` ## istio 配置注意的地方 - 添加xds 在configmap中 ``` rootNamespace: istio-system trustDomain: cluster.local configSources: - address: xds://192.168.27.173:18848 ``` - 配置dns-proxy. ``` cat <