# istio-grpc-demo **Repository Path**: C339A985F3DD/istio-grpc-demo ## Basic Information - **Project Name**: istio-grpc-demo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-02 - **Last Updated**: 2026-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # istio grpc demo # 切记 Pod, Service , Deployment , VirtualService , DestinationRule 等... 的名称。 # 禁止命名为 “grpc-client” ,“grpc-server” 等。不然会报一些稀奇古怪的错误 ```shell kubectl label namespace default istio-injection=enabled kubectl label namespace default istio-injection- docker build -t istio-grpc-client:1.1 . docker build -t istio-grpc-server:1.1 . kubectl apply -f k8s.yaml kubectl apply -f istio.yaml ```