website/linkerd.io/content/blog/announcing-conduit-support-...

26 lines
2.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
slug: 'announcing-conduit-support-http-1-x-tcp'
title: 'Announcing Conduit support for HTTP/1.x and TCP'
aliases:
- /2018/02/01/announcing-conduit-support-http-1-x-tcp/
author: 'gmiranda23'
date: Thu, 01 Feb 2018 16:29:10 +0000
draft: false
featured: false
thumbnail: /uploads/version_conduit_020.png
tags: [conduit, Conduit, HTTP/1, News, Release Notes, TCP]
---
Conduit is now part of Linkerd! [Read more >]({{< relref
"conduit-0-5-and-the-future" >}})
Were happy to announce that the latest Conduit release delivers on a big project milestone. With the 0.2.0 release, Conduit now includes support for HTTP/1.x and TCP traffic in addition to the existing HTTP/2 support. That means Conduit can now support most of your Kubernetes applications right out of the box.
One of the things were most excited about in this release is the continued progress were making on simplifying the process of getting started with a service mesh. Conduit focuses on minimizing the level of effort needed to make a service mesh operable by aiming for a “zero config” approach to management. In other words, you shouldnt have to get bogged down in configuration options just to get the basic visibility, management, and control you need.
In the 0.2.0 release, youll notice that Conduit isnt entirely zero config yet, but were getting pretty close. Some services still need manual configuration for now. Notably, if youre using WebSockets or a protocol where the server sends traffic prior to the client (e.g. non-TLS encrypted MySQL or SMTP connections), you still need to manage those exceptions with some config. You can find more details in the [release notes](https://github.com/runconduit/conduit/releases/tag/v0.2.0).
Conduit is still in alpha, so theres a lot of work to be done before its ready for production workloads. But the development pace for Conduit is exceeding our expectations and we have even better things for you around the corner in the upcoming 0.3 milestone. Stay tuned for announcements on what to expect as Conduit heads down the road to production.
[Try it for yourself](https://conduit.io/getting-started/) and let us know what you think! Join us in the #conduit channel in the [Linkerd Slack group](http://linkerd.slack.com) to chat with us directly. Keep the feedback coming! Were thrilled with the response to Conduit so far and were excited to keep up with your suggestions.