A sample implementation of a MCP-over-XDSv3 gRPC server for Istio.
1 stars
Go
Updated Mar 11, 2024
istio
mcp
xds
Documentation
Istio MCP-over-XDSv3 server sample
A sample implementation of a MCP-over-XDSv3 gRPC server for Istio.
Usage
To build and publish the container image and deploy the server to Kubernetes using the generated container image,
install ko locally, then apply the deployment manifest:
code
ko apply -f deploy.yamlThen, configure the server as an istiod configSource:
yaml
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
profile: minimal
meshConfig:
configSources:
- address: xds://mcp-sample.default.svc.cluster.local:15010
- address: k8s://
# ...Similar MCP
Based on tags & features
Trending MCP
Most active this week