Daniel Bryant Profile picture
Jul 1 12 tweets 10 min read
What is HTTP/3 and why should you care? 🤔

- Reduced latency and buffering
- 70%+ browser support
- Benefits for machines with old OS/kernels

My team and I have been chatting to experts and playing with the latest version of the protocol that powers the web

Read on 🧵 👇
HTTP/3 is supported by 70%+ of browsers (including Chrome, Firefox, and Edge), and according to W3Techs 25% of the top 10 million websites 🌐

The official RFC/spec was standardized in June 2022:

datatracker.ietf.org/doc/rfc9114/
I recently had a fascinating @ambassdorlabs podcast chat with @alyssa_oss, Senior Staff Engineer at Google and @EnvoyProxy committer 🙌

We covered a lot of ground in 20 minutes: HTTP/3 Use Cases, Envoy Support, and Google’s Rollout

getambassador.io/kubernetes-tho…
@alyssa_oss @EnvoyProxy Key takeaways from my HTTP/3 chat with @alyssa_oss

ℹ️ Two big wins in HTTP/3 are the zero roundtrip handshake and improved congestion control
ℹ️ As HTTP/3 is implemented in userspace, you get these performance benefits even if you haven’t updated (or can’t update) your OS kernel
@alyssa_oss @EnvoyProxy ℹ️ End users who see even more benefit are those on lossier networks (e.g., emerging markets, mobile, IoT use cases)
ℹ️ Adding HTTP/3 support to a proxy, ingress, or API gateway is non-trivial (unlike HTTP/2) due to sophisticated congestion control and cryptography
@alyssa_oss @EnvoyProxy If you want to understand the inner workings of HTTP/3 (and changes from HTTP/2), check out the Wikipedia page:

en.wikipedia.org/wiki/HTTP/3

This image from the page shows the main differences in the stack:
@alyssa_oss @EnvoyProxy ℹ️ HTTP/2 sped up HTTP/1 dramatically – but if you lose one packet on a connection, everything gets stalled until the packet is retransmitted.
ℹ️ This is a fundamental limitation of TCP, so HTTP/3 speeds up HTTP/2 even more by implementing the protocol on top of UDP.
@alyssa_oss @EnvoyProxy This video with @OptimisticRyan and @alyssa_oss from the #KubeCon NA 2021 event is also super useful for understanding the changes, benefits, and challenges of HTTP/3 (and has an animation showing head-of-line blocking! 🚅 🚅 🚅 )

@alyssa_oss @EnvoyProxy @OptimisticRyan My team and I have summarised the key info on HTTP/3 on this page: 📝

getambassador.io/kubernetes-lea…

Please let us know if you would like more information to be added here!
@alyssa_oss @EnvoyProxy @OptimisticRyan If you want to experiment with HTTP/3, check out this blog from my colleague, Tenshin Higashi 🧰

He walks through configuring the @CloudNativeFdn Emissary-ingress and Edge Stack API gateways for HTTP/3 support (these projects are built upon @EnvoyProxy)

blog.getambassador.io/how-to-impleme…
@alyssa_oss @EnvoyProxy @OptimisticRyan @CloudNativeFdn If you prefer a live and interactive walkthrough, Tenshin is also running a workshop on July 13th, 12 pm EDT / 5 pm BST / 9:30 pm IST 🤝

getambassador.io/implementing-h…
@alyssa_oss @EnvoyProxy @OptimisticRyan @CloudNativeFdn Thanks for reading and let me know if you have any questions! 🙏

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Daniel Bryant

Daniel Bryant Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @danielbryantuk

Jun 25
During my travels I listened to three very good audiobooks for folks working in the dev tooling/platform space:

- Inspired, by @cagan
amzn.to/3bmpiqt
- Ask Your Developer, by @jeffiel
amzn.to/3A5BqXm
- The Power Law, by @scmallaby
amzn.to/3Omtq8y

🧵👇
I've read Inspired once before, and so this was a great reminder of what it takes to design, build, and lead teams to make great tech products 🧑‍🤝‍🧑

For folks building cloud platforms, this is a super useful reference for making sure your thinking is product-focused
Ask Your Developer is a tour de force on how to build and scale tech products effectively 🚀

This will be especially valuable for execs involved in building platforms (doubly so if the exec doesn't have a dev/tech background)
Read 4 tweets
Jun 24
The latest @InfoQ DevOps and Cloud InfoQ Trends Report has been published 📊

Key topics:
- Data Observability
- FinOps
- eBPF and WASM
- Supply chain security
- Low/no-code platforms
- "Developer Experience as Decision Driver”

Read on to learn more 🧵 👇
@InfoQ Every year, several @InfoQ editors and members of the community get together to share their opinions on the current state of the DevOps and cloud space.

We aim to track the diffusion of technologies, methodologies, and topics in this space

Here is our current take:
@InfoQ The model we use is taken from @geoffreyamoore's diffusion of innovation & "Crossing the Chasm" ⛰️

As pointed out by @swardley, we shouldn't confuse diffusion and evolution (the linked thread provides more context and highlights the value of mapping)

Read 28 tweets
Jun 19
5 technologies that #PlatformEngineers should pay attention to for the next six months 🧰 📆

- devcontainers
- Buildpacks (and SBOMs)
- "Remocal" dev tools e.g. Skaffold, Telepresence
- HTTP/3
- Service catalogs e.g. Backstage

Read on to learn more! 🧵 👇
devcontainers enable the packaging and encapsulation of developer environments and can be run locally and remotely 🛠️

This @InfoQ article from @avdi (reviewed by @BeardedCoder) is super useful for establishing the benefits of devcontainers

infoq.com/articles/devco…
@InfoQ @avdi @BeardedCoder The @buildpacks_io project enables fast, secure, and reproducible software builds! #nuffsaid

They can also be used to easily generate SBOMs to help with software supply chain and security governance 🔏

buildpacks.io/docs/buildpack…
Read 8 tweets
Jun 12
Key learnings from the inaugural #PlatformCon

- Everyone is building a platform, whether they realize it or not
- Platform as product FTW 🚀
- Getting exec/C-level buy-in is challenging
- Platform Product Manager will be a hot role 📈
- Balance devex, CLI, UIs, & IaC ⚖️

🧵👇
1/ Everyone is building a platform, whether they realize it or not 🤔

There was a real mix of platform tech at the event:
- Kubernetes
- Serverless
- On-prem

One key theme: every "platform" helped devs to code, ship, and run, reducing toil and increasing speed and safety 🚀 ⛑️
A lot of (successful) platform builds and adoption appeared to be driven bottom-up by developers 🧰

And yes, even that janky "setup-local-dev. sh" script and clumsily assembled GitHub Actions building and deploying from your repo onto an EC2 instance count as a platform 😁
Read 20 tweets
May 30
#KubeCon EU Takeaway 2: ➡️ Platforms and “golden paths” enable productivity and reduce developer friction

I saw several great talks, and also presented on why I think golden paths and platform engineering are the next big thing 🔥

Let's explore this in more detail: 🧵 👇
The first mention of "golden paths" was from @MercedesBenz in the opening keynote, where they talked about the K8s-based platform they had built over the past 7 years 🏎️

Lots of thought, effort, and iteration had been applied to the dev experience 🧰

@MercedesBenz Golden paths are all about making it easy for a developer to code, ship, and run applications; to go from biz idea, to code, to test, to running in prod, to collecting telemetry to enable iteration ⚡

There can be one golden path or many, depending on your use cases 🛣️
Read 15 tweets
May 29
My top five takeaways from #KubeCon:

1. Cloud education is vitally important
2. Platforms and “golden paths” enable productivity
3. Developer experience is top of mind
4. Cloud networking is simplifying
5. Increasing focus on security

Let's explore 1 in more detail 🧵 👇
First, the complete #KubeConEU summary blog post that provides in-depth coverage can be found here:

blog.getambassador.io/kubecon-eu-202…
Takeaway 1 ➡️ The cloud native community continues to grow: Education is vitally important

@pritianka mentioned in her opening keynote that 65% of attendees were new to KubeCon. And a lot of these folks were new to the cloud native space

More, and new, education is needed
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(