Consul Template

In this lesson, we'll discuss Consul Templates.

Introduction #

For each microservice, Apache httpd must have an entry in its configuration file. For this, Consul Template can be used.

In the example, the 00-default.ctmpl file is used as a template to create the Apache httpd configuration. It is written in the ...