diff --git a/website/content/docs/intro/index.mdx b/website/content/docs/intro/index.mdx index 6ab45c8da9..366a452fea 100644 --- a/website/content/docs/intro/index.mdx +++ b/website/content/docs/intro/index.mdx @@ -16,7 +16,7 @@ with Consul. We cover what Consul is, what problems it can solve, how it compare to existing software, and how you can get started using it. If you are familiar with the basics of Consul, the [documentation](/docs) provides a more detailed reference of available features. If you're ready to get hands-on -experience, deploy Consul locally with our +experience, deploy Consul locally with our [HashiCorp Learn tutorial](https://learn.hashicorp.com/tutorials/consul/get-started-install). ## What is Consul? @@ -103,9 +103,20 @@ Each datacenter runs a cluster of Consul servers. When a cross-datacenter service discovery or configuration request is made, the local Consul servers forward the request to the remote datacenter and return the result. +## Why Consul? + +Consul solves the challenges that organizations of all sizes encounter with microservices architectures, operating in various distributed environments, and securing all application traffic. +The world is rapidly changing and evolving, so is the computing networking layer. + +The world is rapidly changing and evolving, so is the computing networking layer. Today's network must quickly adapt and ensure communication is encrypted at all times. +Consul enables organizations to embrace a [zero trust](https://www.hashicorp.com/solutions/zero-trust-security) model while scaling up. +Consul can achieve all this while reducing the burden on both operators and developers through automation of crucial networking tasks + +![Diagram that explains why Consul](/img/intro_why_consul_diagram.png) + ## Next Steps - See [how Consul compares to other software](/intro/vs) to assess how it fits into your existing infrastructure. - Continue onwards with [HashiCorp Learn](https://learn.hashicorp.com/tutorials/consul/get-started-install) - to get Consul up and running. + to learn more about Consul and how to get Consul up and running. diff --git a/website/public/img/intro_why_consul_diagram.png b/website/public/img/intro_why_consul_diagram.png new file mode 100644 index 0000000000..5449917634 Binary files /dev/null and b/website/public/img/intro_why_consul_diagram.png differ