Remove para about app goals (#7340)

This commit is contained in:
Adam Miller 2020-05-20 18:18:36 -07:00 committed by GitHub
parent 3f4311ec07
commit 82d6cc8103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -104,13 +104,3 @@ to control who can access your services.
Istiod maintains a CA and generates certificates to allow secure mTLS communication
in the data plane.
## Application design
A design goal for Istio is that the developer can do minimum work
to get real value from the system. Istio can automatically inject itself into
the network paths between services and program the networking layer to
securely route traffic and extract telemetry. If the application code
uses TLS and uses its own policy and telemetry, Istio can only get minimal
information from the encrypted communication between workloads.