Back to Glossary
Security

What is Zero Trust?

A security model that verifies every request regardless of network location.

Zero Trust is a security framework based on the principle 'never trust, always verify.' Unlike perimeter-based security (trust everything inside the network), Zero Trust treats every user, device, and service as potentially hostile regardless of where it is. Every access request is authenticated, authorized, and encrypted. In Kubernetes, mTLS between services (via Istio/Cilium), RBAC for API access, and network policies implement zero-trust principles.

Test your knowledge of Zero Trust and 130 other DevOps concepts