Consul in Kubernetes — Pushing to Production

Liejun Tao
The Startup
Published in
10 min readJan 2, 2020

--

Consul cluster in Kubernetes, Making it Production Ready

Introduction

HashiCorp Consul is used as K/V store in my Kubernetes clusters. The system architecture looks like below, as described in my previous articles about Traefik as Ingress Controller and highly available Vault cluster.

As the storage back-end, the performance, stability and availability of Consul is very important to for the Traefik cluster and Vault cluster being highly available.

--

--