What problem does it solve? Securing internal service-to-service communication with mutual TLS is complex, involving certificate hierarchies, mesh policies, and rotation workflows that are easy to misconfigure and hard to debug. ## Core Features & Use Cases - Service Mesh mTLS Templates: Ready-to-use Istio PeerAuthentication and DestinationRule configurations for STRICT, PERMISSIVE, and external MUTUAL TLS modes, plus automatic Linkerd mTLS setup. - Certificate Management: Cert-Manager and SPIFFE/SPIRE integration templates for CA hierarchies, short-lived workload certificates, and automated rotation. - Debugging & Compliance: Commands for diagnosing TLS handshake failures, checking certificate expiry, and meeting PCI-DSS or HIPAA requirements. - Use Case: When migrating a Kubernetes cluster to zero-trust networking, apply the PERMISSIVE-to-STRICT migration templates, then use the debugging commands to verify every workload negotiates mTLS before enforcing strict mode. ## Quick Start Ask the AI to generate an Istio PeerAuthentication policy that enables strict mTLS for a specific namespace with a permissive migration path.