FAQ

A Brief Introduction to Consul Service Discovery and Service Mesh

Watch this short overview of HashiCorp Consul's benefits.

Transcript

Hi, my name is Blake Covarrubias. I'm a product manager on the Consul team. Today I want to talk to you about how Consul compares to other service mesh solutions.

A shared registry

But first, what is Consul? At its core, Consul is a service networking solution that enables organizations to discover and connect applications running across multiple infrastructure environments. Consul maintains a registry which provides an up-to-date list of application endpoints that are deployed in your infrastructure and the health of those applications.

Multi-platform and unified networking solution

Consul is platform agnostic and works across a range of runtime environments, from bare metal to virtual machines and containers.

Consul easily integrates with application scheduling platforms like HashiCorp and Nomad or Kubernetes. Consul could be deployed on-prem or in the public cloud and across geographical environments. These deployments can then be federated together to allow communication of services in those different data center environments.

Zero trust network with Consul service mesh

Consul service mesh is secure by default and provides a zero trust networking environment for applications. Application security is enforced using service identity rather than an IP address, which reduces complexity and simplifies network operations.

Consul supports two modes for securing application communication. The most common model is using a sidecar proxy, which is deployed alongside your application. Communication between applications is routed through the proxy—and the proxy handles discovering available service endpoints and securely connecting to those endpoints using mutual TLS. In addition to providing security, the proxy exposes detailed application-level telemetry metrics for collection by monitoring systems.

In addition to the sidecar deployment model, applications can also integrate natively with Consul Connect API to establish connections with services without the overhead of a proxy sidecar. This type of integration may be beneficial to applications in performance or latency-sensitive environments.

Consul enables organizations to adopt service mesh using existing runtime platforms and cloud environments. As additional environments are adopted, Consul can continue to provide a unified service mesh across those new platforms.

More resources like this one

  • 3/15/2023
  • Case Study

Using Consul Dataplane on Kubernetes to implement service mesh at an Adfinis client

  • 1/20/2023
  • FAQ

Introduction to Zero Trust Security

  • 1/4/2023
  • Presentation

A New Architecture for Simplified Service Mesh Deployments in Consul

  • 12/31/2022
  • Presentation

Canary Deployments with Consul Service Mesh on K8s