Consul 1.21 improves service discovery, Consul on Kubernetes, and supports OpenShift 4.17
HashiCorp Consul is a global service networking platform that provides multi-runtime service discovery and secure services networking. It is widely adopted and used in production by companies that include Expedia and Workday. The latest Consul version 1.21 includes a broad range of enhancements across different parts of Consul, including: A simplified architecture for discovering external software applications Disaster recovery improvements for Consul on Kubernetes Support for OpenShift 4.16 and 4.17 Kubernetes Pod Security Admissions Controller support Simplified service discovery for external services One of Consul’s core capabilities is to provide global service discovery across multiple different runtimes, platforms, and clouds. In order to do this, Consul agents that are installed on each service send updated information to the Consul servers, including health status and current IP addresses. However, there are some external applications, like Amazon RDS or Azure Database, that do not allow the installation of third-party agents. In these scenarios, Consul External Monitoring Service (ESM) can be used to query the latest health and location information from these external services. ...