Stay organized with collections
Save and categorize content based on your preferences.
Cloud Service Mesh simplifies the management and security of microservices in a
distributed environment. It provides a way to connect, secure, and
monitor services across multiple clusters and platforms, including
GKE on AWS clusters.
One of the main reasons to use Cloud Service Mesh is to ensure secure
communication between microservices. In a microservices architecture, services
often communicate with each other across different clusters and cloud
providers. Cloud Service Mesh uses the Istio service mesh framework to secure
these interactions. It enables features such as traffic
encryption and access control policies, ensuring that only authorized
services can communicate with each other. This helps to mitigate security
risks and protect sensitive data in transit.
Another benefit of Cloud Service Mesh is its ability to provide observability
into the behavior of microservices. It integrates with Cloud Monitoring and
Cloud Logging, to collect
metrics, logs, and traces from services. This allows developers and operators
to monitor the health and performance of their applications. This visibility
is important for identifying and troubleshooting issues, optimizing resource
utilization, and ensuring the overall reliability of the system. Additionally,
Cloud Service Mesh provides traffic management capabilities, such as load
balancing, and traffic splitting. This enables teams to
implement advanced deployment strategies and perform controlled rollouts of
new features or updates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Install Cloud Service Mesh\n\nCloud Service Mesh simplifies the management and security of microservices in a\ndistributed environment. It provides a way to connect, secure, and\nmonitor services across multiple clusters and platforms, including\nGKE on AWS clusters.\n\nOne of the main reasons to use Cloud Service Mesh is to ensure secure\ncommunication between microservices. In a microservices architecture, services\noften communicate with each other across different clusters and cloud\nproviders. Cloud Service Mesh uses the Istio service mesh framework to secure\nthese interactions. It enables features such as traffic\nencryption and access control policies, ensuring that only authorized\nservices can communicate with each other. This helps to mitigate security\nrisks and protect sensitive data in transit.\n\nAnother benefit of Cloud Service Mesh is its ability to provide observability\ninto the behavior of microservices. It integrates with Cloud Monitoring and\nCloud Logging, to collect\nmetrics, logs, and traces from services. This allows developers and operators\nto monitor the health and performance of their applications. This visibility\nis important for identifying and troubleshooting issues, optimizing resource\nutilization, and ensuring the overall reliability of the system. Additionally,\nCloud Service Mesh provides traffic management capabilities, such as load\nbalancing, and traffic splitting. This enables teams to\nimplement advanced deployment strategies and perform controlled rollouts of\nnew features or updates.\n\nFor more information, see\n[Install Cloud Service Mesh](/service-mesh/docs/managed/provision-managed-anthos-service-mesh)."]]