diff --git a/src/collections/blog/2024/04-26-docker-compose-with-meshery/docker-compose-with-meshery.mdx b/src/collections/blog/2024/04-26-docker-compose-with-meshery/docker-compose-with-meshery.mdx index 6d310e9c537f..b8ed4463d6d7 100644 --- a/src/collections/blog/2024/04-26-docker-compose-with-meshery/docker-compose-with-meshery.mdx +++ b/src/collections/blog/2024/04-26-docker-compose-with-meshery/docker-compose-with-meshery.mdx @@ -79,13 +79,13 @@ mesheryctl pattern import -f docker-compose.yaml -s "Docker Compose"
With your application imported, take advantage of Meshery's robust deployment capabilities. Deploy your multi-container application to a Kubernetes cluster with a single click. Meshery handles the intricacies of the deployment process, ensuring your application runs smoothly within your Kubernetes environment.
-### Visualize Your Application with Kanvas +### Visualize Your Application with MeshMap -Gain valuable insights into your application's health and performance with Kanvas, Meshery's interactive service graph. Kanvas provides a clear visual representation of your application's architecture, allowing you to easily identify dependencies and potential bottlenecks. +Gain valuable insights into your application's health and performance with MeshMap, Meshery's interactive service graph. MeshMap provides a clear visual representation of your application's architecture, allowing you to easily identify dependencies and potential bottlenecks. -### Interactive Management with Kanvas +### Interactive Management with MeshMap -[Kanvas](/cloud-native-management/kanvas) empowers you to manage your application directly within the visualized service graph. The web-based interactive terminal integrated with Kanvas grants you the ability to execute commands on individual containers or services within your application. This eliminates the need to switch between different tools or terminals, streamlining troubleshooting and management tasks. +[MeshMap](/cloud-native-management/meshmap) empowers you to manage your application directly within the visualized service graph. The web-based interactive terminal integrated with MeshMap grants you the ability to execute commands on individual containers or services within your application. This eliminates the need to switch between different tools or terminals, streamlining troubleshooting and management tasks. ## Seamless Integration with Docker: A Powerful Partnership