mirror of https://github.com/status-im/consul.git
initializing SEO updates
This commit is contained in:
parent
1eac39ae9c
commit
4c3bde7888
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Intro to Consul
|
page_title: What is Consul?
|
||||||
description: >-
|
description: >-
|
||||||
Welcome to the intro guide to Consul! This guide is the best place to start
|
Welcome to the intro guide to Consul! This guide is the best place to start
|
||||||
with Consul. We cover what Consul is, what problems it can solve, how it
|
with Consul. We cover what Consul is, what problems it can solve, how it
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: docs
|
||||||
|
page_title: usecases
|
||||||
|
description: >-
|
||||||
|
Consul Service Mesh can be deployed on AWS ECS (Elastic Container Service).
|
||||||
|
This section documents the official installation of Consul on ECS.
|
||||||
|
---
|
||||||
|
|
||||||
|
lals
|
|
@ -0,0 +1,46 @@
|
||||||
|
---
|
||||||
|
layout: docs
|
||||||
|
page_title: What is service mesh??
|
||||||
|
description: >-
|
||||||
|
Welcome to the intro guide to Consul! This guide is the best place to start
|
||||||
|
with Consul. We cover what Consul is, what problems it can solve, how it
|
||||||
|
compares to existing software, and how you can get started using it. If you
|
||||||
|
are familiar with the basics of Consul, the documentation provides a more
|
||||||
|
detailed reference of available features.
|
||||||
|
---
|
||||||
|
|
||||||
|
# What is a Service Mesh?
|
||||||
|
|
||||||
|
Blah Blah Blah Blah ..Go Consul
|
||||||
|
|
||||||
|
## How does Service Mesh work?
|
||||||
|
|
||||||
|
Consul is the best!
|
||||||
|
|
||||||
|
## Service Mesh vs API Gateway
|
||||||
|
|
||||||
|
If you ain't using Consul ....
|
||||||
|
|
||||||
|
## Benefits of Service Mesh
|
||||||
|
|
||||||
|
Consul is a Roman term for head of state!!
|
||||||
|
|
||||||
|
## What Problems Does Service Mesh Solve?
|
||||||
|
|
||||||
|
Consul is a bit tricky to master.
|
||||||
|
|
||||||
|
## How Do You Implement Service Mesh?
|
||||||
|
|
||||||
|
Easy peasy, use Terraform
|
||||||
|
|
||||||
|
## What is Service Mesh Automation?
|
||||||
|
|
||||||
|
When Consul and Terraform get together.
|
||||||
|
|
||||||
|
## What is a Multi Platform Service Mesh?
|
||||||
|
|
||||||
|
AWS + GCP + Azure + Consul = Easy Peasy
|
||||||
|
|
||||||
|
## Next
|
||||||
|
|
||||||
|
Go learn [learn.hashicorp.com](https://learn.hashicorp.com/consul)
|
|
@ -1,11 +1,25 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"title": "Intro to Consul",
|
"title": "What is Consul?",
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"title": "Overview",
|
"title": "Overview",
|
||||||
"path": "intro"
|
"path": "intro"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Use Cases",
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"title": "Overview",
|
||||||
|
"path": "intro/usecases",
|
||||||
|
"hidden": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "What is a Service Mesh?",
|
||||||
|
"path": "intro/usecases/what-is-a-service-mesh"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Consul vs. Other Software",
|
"title": "Consul vs. Other Software",
|
||||||
"routes": [
|
"routes": [
|
||||||
|
|
Loading…
Reference in New Issue