using svg instead of png

This commit is contained in:
Karl Cardenas 2021-12-21 15:05:12 -07:00
parent 2839a015a5
commit a0f3899557
No known key found for this signature in database
GPG Key ID: 0AC61D76B41F1EDC
3 changed files with 11 additions and 11 deletions

View File

@ -19,6 +19,16 @@ detailed reference of available features. If you're ready to get hands-on
experience, deploy Consul locally with our
[HashiCorp Learn tutorial](https://learn.hashicorp.com/tutorials/consul/get-started-install).
## Why Consul?
Consul solves the challenges that organizations of all sizes encounter with microservices architectures. This ranges from operating in various distributed environments and geographical locations, to meeting the need of securing all application traffic.
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.svg)
## What is Consul?
Consul is a service mesh solution providing a full featured control plane
@ -103,17 +113,6 @@ 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. This ranges from operating in various distributed environments and geographical locations, to meeting the need of 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 715 KiB