Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/concepts/what-is-istio/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type: markdown

This document introduces Istio: an open platform to connect, manage, and secure microservices. Istio provides an easy way to create a network of deployed services with load balancing, service-to-service authentication, monitoring, and more, without requiring any changes in service code. You add Istio support to services by deploying a special sidecar proxy throughout your environment that intercepts all network communication between microservices, configured and managed using Istio's control plane functionality.

Istio currently only supports service deployment on Kubernetes, though other environments will be supported in future versions.
Istio currently supports service deployment on Kubernetes, as well as services registered with Consul or Eureka and services running on individual VMs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding some links for deployment with Consul, Eureka and individual VMs?


For detailed conceptual information about Istio components see our other [Concepts]({{home}}/docs/concepts/) guides.

Expand Down