Introducing Traefik Enterprise Edition

December 11, 2018

We Made It Distributed

Containous, the company behind Traefik, is announcing Traefik Enterprise Edition — TraefikEE — a new platform built on top of Traefik, designed for business-critical deployments.

In just three years, Traefik, the Cloud Native Edge Router, has become a key player in microservices infrastructures. With more than 19,000 stars on Github and 400,000,000 downloads on DockerHub, Traefik is widely used by major companies in their production environments.

Today, we are proud to announce that TraefikEE, our new commercial product, has reached public beta. TraefikEE allows you to deploy distributed Traefik instances across your infrastructure, providing a scalable and reliable edge routing platform. Split into a control plane and a data plane, Traefik cluster nodes are easily deployed and operated using the TraefikEE CLI. Implementing the Raft consensus, TraefikEE can safely store and replicate configurations and TLS certificates across the nodes.

Let’s take a look at how TraefikEE works.

TraefikEE — Overview

TraefikEE Architecture

TraefikEE is built on top of Traefik and adds clustering features to satisfy the needs of Enterprise customers. All Traefik concepts apply to TraefikEE, so if you’re already a Traefik user, you’re in familiar territory.

It runs on the edge of your platform to route the traffic to your applications, and is composed of two elements:

  • The data plane: horizontally scalable nodes, which forward ingress traffic to your services
  • The control plane: distributed nodes, implementing the raft consensus, which watch your platform and its services, stores topology changes, and reconfigure the data plane to adapt ingress routing dynamically

A TraefikEE cluster natively supports raft consensus between control nodes to safely store and replicate configurations. No external Key-Value Store nor third-party tool needed.

This distributed architecture is the cornerstone of TraefikEE’s strengths: natively highly available, scalable and secure.

Highly Available

The control plane is a key component of TraefikEE. It is responsible for storing all cluster data, including events, TLS certificates, and Traefik configuration. It is also in charge of connecting to the orchestrator to generate the data plane routing configuration.

Since it is such a critical part of your system, TraefikEE is designed from the ground up to be fault tolerant: the control plane runs natively in cluster mode without any extra configuration or external Key Value Store. It ensures your data is always available and safe by using an internal distributed store, implemented with raft.

Scalable

The data plane is in charge of forwarding the incoming requests to the applications. It has been designed to scale horizontally at a glance in order to face irregular network loads.

TraefikEE handles high loads in a blink: just add more nodes to the data plane to handle the additional requests. When the peak is gone, shrink the number of nodes to save resources. Of course, this process can be done automatically using auto-scaling tools.

Secure

By splitting responsibilities between two components, TraefikEE follows the principle of “Separation of Concerns.”

To ensure that sensitive information only runs on a closed and safe environment, the control plane is not exposed to the outside. As a result, any malicious action from external traffic will stay stuck in the data plane and your platform will stay safe.

Moreover, TraefikEE only relies on encrypted communications between nodes, to add an extra layer of security.

Smooth Operations

Installing and managing a raft based application is usually a painful experience. Since Traefik was made popular thanks to its usability and refreshing user experience, we have extended those benefits to TraefikEE.

For this reason, TraefikEE comes with an additional CLI that manages to deploy and operate a cluster with several nodes in only one command line. Currently, Kubernetes and Docker Swarm Mode are supported. More platforms will be added soon. Teams will love to use this time-saving tool, traefikeectl (pronounced “traefikee-cuddle”).

TraefikEE comes with a dashboard to visualize your cluster nodes configuration and status, in addition to aggregated data plane metrics.

Commercial support is bundled with TraefikEE. The Traefik engineering team immediately investigates and resolves any critical issues which may arise.

Early Access

TraefikEE is available in early access starting today. The registration process is as simple and automated as possible, so don’t fear endless registration forms nor crowded waiting queues before trying it out. Visit our website at https://containo.us/traefikee and get your license key in less than a minute!

Traefik Stays Open

TraefikEE is built on top of Traefik, that means that Traefik continues to evolve and will stay open source. Nothing changes! We are firm believers in open source, and Traefik will continue to be our main priority and a community-driven project. We are working on significant changes to Traefik, and recently have shared details on what we have been doing so far. Please stay tuned for full disclosure.

About Containous

Containous is the company that supports the development of Traefik. We provide professional services to ensure businesses get the most out of the solution.

With this new product, Containous continues to innovate and define new ways to access microservice platforms, pushing the limits of automation and scalability.

Related Posts
Traefik Proxy v2.11 is Now Available! Here are the Latest Updates.

Traefik Proxy v2.11 is Now Available! Here are the Latest Updates.

Emile Vauge
·
DevOps
·
February, 2024

On the heels of our announcement last week regarding the new release candidate of Traefik 3.0, we are excited to bring to you Traefik Proxy 2.11! Learn all about it in this blog.

Announcing Traefik Proxy v3.0 RC1

Announcing Traefik Proxy v3.0 RC1

Emile Vauge
·
Product News
·
February, 2024

Traefik Proxy v3 is now a Release Candidate and is on the way to GA. Learn all the new features, including Wasm, OpenTelemetry, Kubernetes Gateway API, & more.

Traefik Proxy 3.0 — Scope, Beta Program, and the First Feature Drop

Traefik Proxy 3.0 — Scope, Beta Program, and the First Feature Drop

Douglas De Toni Machado
·
Ingress
·
December, 2022

Traefik Proxy 3.0 Beta 1 is here! Let's explore the new major version and how you can get started with the released features in Beta 1.

Traefik Labs uses cookies to improve your experience. By continuing to browse the site you are agreeing to our use of cookies. Find out more in the Cookie Policy.