@@ -10,12 +10,12 @@ Consul provides several key features:
10
10
11
11
* ** Multi-Datacenter** - Consul is built to be datacenter aware, and can
12
12
support any number of regions without complex configuration.
13
-
13
+
14
14
* ** Service Mesh/Service Segmentation** - Consul Connect enables secure service-to-service
15
- communication with automatic TLS encryption and identity-based authorization. Applications
16
- can use sidecar proxies in a service mesh configuration to establish TLS
17
- connections for inbound and outbound connections without being aware of Connect at all.
18
-
15
+ communication with automatic TLS encryption and identity-based authorization. Applications
16
+ can use sidecar proxies in a service mesh configuration to establish TLS
17
+ connections for inbound and outbound connections without being aware of Connect at all.
18
+
19
19
* ** Service Discovery** - Consul makes it simple for services to register
20
20
themselves and to discover other services via a DNS or HTTP interface.
21
21
External services such as SaaS providers can be registered as well.
41
41
42
42
A few quick start guides are available on the Consul website:
43
43
44
- * ** Standalone binary install:** https://learn.hashicorp.com/consul/getting-started/install
45
- * ** Minikube install:** https://learn.hashicorp.com/consul/kubernetes/minikube
46
- * ** Kubernetes install:** https://learn.hashicorp.com/consul/kubernetes/kubernetes-deployment-guide
44
+ * ** Standalone binary install:** https://learn.hashicorp.com/tutorials/consul/get-started-install
45
+ * ** Minikube install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube
46
+ * ** Kind install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-kind
47
+ * ** Kubernetes install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-deployment-guide
47
48
48
49
## Documentation
49
50
0 commit comments