Consul
Consul is a service networking tool from HashiCorp that provides service discovery, health checking, a distributed key-value store, and service mesh capabilities for connecting and securing services across dynamic infrastructure.
12 resources across 3 libraries
Glossary Terms(7)
Consul
Consul is a service networking tool from HashiCorp that provides service discovery, health checking, a distributed key-value store, and service mesh capabiliti…
Istio
Istio is an open-source service mesh that adds traffic management, security, and observability to microservices running on Kubernetes, without requiring change…
Envoy
Envoy is an open-source, high-performance Layer 7 proxy designed for cloud-native applications, providing service discovery, load balancing, observability, and…
AWS App Mesh
AWS App Mesh is a managed service mesh that gives applications running on AWS consistent visibility and network traffic controls across microservices, regardle…
Istio Service Mesh
Istio is an open-source service mesh that transparently layers traffic management, security, and observability onto microservices running on Kubernetes and oth…
Linkerd
Linkerd is a lightweight, open-source service mesh for Kubernetes that provides automatic mutual TLS, reliability features, and observability with a strong foc…
Consul (HashiCorp)
Consul is a HashiCorp tool for service discovery, service mesh, and dynamic configuration that works consistently across Kubernetes, virtual machines, and hybr…
Cheat Sheets(1)
Interview Questions(4)
What is Service Discovery in Microservices?
Service discovery is the mechanism by which services in a distributed system automatically find the current network location of other services, since instances…
Nomad vs Kubernetes: How Do They Compare?
HashiCorp Nomad is a lightweight, single-binary scheduler that orchestrates containers, VMs, and standalone binaries alike with a much smaller operational foot…
What is a Service Registry and Why Do Microservices Need One?
A service registry is a centralized, dynamically updated directory that records the network location (IP and port) of every currently running instance of every…
What is Consul and How is it Used in DevOps?
Consul is a distributed service networking tool from HashiCorp that provides service discovery, health checking, a distributed key-value store, and service mes…