mirror of https://github.com/istio/istio.io.git
(cherry picked from commit 9e03700cb0
)
This commit is contained in:
parent
1d6678e1fe
commit
7e7a3e671e
|
@ -17,7 +17,7 @@ Future installments will describe the implementation of the secure control of eg
|
|||
compare it with other solutions.
|
||||
|
||||
The most important security aspect for a service mesh is probably ingress traffic. You definitely must prevent attackers
|
||||
from penetrating the cluster though ingress APIs. Having said that, securing
|
||||
from penetrating the cluster through ingress APIs. Having said that, securing
|
||||
the traffic leaving the mesh is also very important. Once your cluster is compromised, and you must be
|
||||
prepared for that scenario, you want to reduce the damage as much as possible and prevent the attackers from using the
|
||||
cluster for further attacks on external services and legacy systems outside of the cluster. To achieve that goal,
|
||||
|
|
Loading…
Reference in New Issue