mirror of https://github.com/istio/istio.io.git
Remove para about app goals (#7340)
This commit is contained in:
parent
3f4311ec07
commit
82d6cc8103
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue