ai-inference-service-mesh skillA
ai-inference-service-mesh is agent-read markdown (skill) from sickn33/agentic-awesome-skills: Use service mesh patterns for AI inference traffic management, mTLS,.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# AI Inference Service Mesh Apply Istio/Linkerd mesh controls to secure and optimize east-west AI traffic across inference microservices. ## Why Mesh for AI - Enforce mTLS between gateway, retriever, reranker, and model services - Apply fine-grained traffic policies without app code changes - Run progressive delivery for model-serving backends - Observe latency hops for retrieval + generation chains - Route inference requests by model version, tenant, or priority tier - Protect expensive GPU-backed services from cascading failures ## Prerequisites ```bash # Install Istio with production profile istioctl install --set profile=default \ --set meshConfig.accessLogFile=/dev/stdout \ --set meshConfig.defaultConfig.holdApplicationUntilProxyStarts=true # Label inference namespace for sidecar injection kubectl create namespace ai-inference kubectl label namespace ai-inference istio-injection=enabled # Verify installation istioctl verify-install istioctl analyze -n ai-inference ``` ## Core Patterns ### mTLS Strict Mode Cluster-Wide ```yaml apiVersion: security.istio.io/v1beta1 kind: PeerAuthentication metadata: name: default namespace: istio-system spec: mtls: …
Read the whole file at its exact version.
How to install
mdr add sickn33/agentic-awesome-skills/ai-inference-service-mesh@v1.0mdr add sickn33/agentic-awesome-skills/ai-inference-service-mesh@sha256:5a831ccc32ccff33Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_ugi4ze7vyanqks6i)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (10680 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
sickn33/agentic-awesome-skills · 46,848 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_ugi4ze7vyanqks6i GET https://markdownregistry.com/api/v1/resolve?ref=sickn33/agentic-awesome-skills/ai-inference-service-mesh GET https://markdownregistry.com/api/v1/blob/5a831ccc32ccff3397b7e4afe1ec5644b0cfc25faac95ce4add908eec61ca22d
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.