At Cloudflare, we produce all types of video content, ranging from recordings of our Weekly All-Hands to product demos. Being able to stream video on demand has two major advantages when compared to live video:
Historically, we haven’t had a central, secure repository of all video content that could be easily accessed from the browser. Various teams choose their own platform to share the content. If I wanted to find a recording of a product demo, for example, I’d need to search Google Drive, Gmail and Google Chat with creative keywords. Very often, I would need to reach out to individual teams to finally locate the content.
So we decided we wanted to build CloudflareTV, an internal Netflix-like application that can only be accessed by Cloudflare employees and has all of our videos neatly organized and immediately watchable from the browser.
We wanted to achieve the following when building CloudflareTV:
The tension between iteration and guarantees.
The post Opinion : Engineers, Solutions and Problems appeared first on EtherealMind.
After describing the FRRouting architecture, as well as recent performance optimizations and usability enhancements, Donald Sharp concluded the FRRouting webinar with detailed deployment guidelines.
After describing the FRRouting architecture, as well as recent performance optimizations and usability enhancements, Donald Sharp concluded the FRRouting webinar with detailed deployment guidelines.
Security company Critical Start and its threat hunters are among the global contributors running...
Cisco patched SD-WAN bugs; HashiCorp bagged $175 million on a $5 billion valuation; and Comcast...
"We can now confidently say that the network is resilient, performant, secure, and ready for broad...
In these uncertain times we know the Internet is so much more than a tool. It’s a way for people to stay connected, informed, and educated. It shortens distances, spurs innovation, and fosters social and economic development. It empowers us and frees us.
It is a lifeline.
Yet, nearly 50% of the world still remains unconnected – and globally the Internet faces threats, each with the power to undermine the core of its existence. Now more than ever we must ensure the Internet remains open, globally connected, and secure.
The world is counting on it.
As we looked back at our work in 2019, an inspiring theme emerged: a global society driven by the idea that the Internet should be a resource for all, and persevering against odds to make this vision a reality. This society recognizes the Internet’s power as a way to stay in touch, to empower, to enable, and to create. Collectively, we are not just helping to bridge the digital divide, we are taking action to ensure the Internet remains resilient and trusted – a force for good.
Our 2019 Impact Report highlights the work of the Internet Society – our Chapters, Organization Members, individual members, Continue reading
The certification was unveiled in November, and aimed at helping enterprises select an SD-WAN...
Traditional RAN site deployments have been dropping off since 2017 and will represent less than 15%...
All of these bugs require some form of authentication, which makes them more difficult to exploit....
This week, like many of you reading this article, I am working from home. I don’t know about you, but I’ve found it hard to stay focused when the Internet is full of news related to the coronavirus.
CNN. Twitter. Fox News. It doesn’t matter where you look, everyone is vying for your attention. It’s totally riveting…
… and it’s really hard not to get distracted.
It got me annoyed enough that I decided to do something about it. Using Cloudflare’s new product, Cloudflare Gateway, I removed all the online distractions I normally get snared by — at least during working hours.
This blog post isn’t very long, but that’s a function of how easy it is to get Gateway up and running!
To get started, you’ll want to set up Gateway under your Cloudflare account. Head to the Cloudflare for Teams dashboard to set it up for free (if you don’t already have a Cloudflare account, hit the ‘Sign up’ button beneath the login form).
If you are using Gateway for the first time, the dashboard will take you through an onboarding experience:
The onboarding flow will help you set up your first location. A location is Continue reading
To move ahead in your career and achieve the goals you set for yourself at the start of your career is going to involve taking some risks. However, not every risk you take in your career is a wise and healthy risk that will lead to the rewards you are seeking. Before you take any risk in your career, you first need to define healthy risk taking behavior.
Healthy risk taking behavior can be defined as risk taking that is planned and calculated after weighing the pros and cons of taking that risk. You can also define healthy risk taking behavior as taking a risk to reach your career goals, knowing that taking that risk can lead to failure, but can also lead to great success.
Risk taking helps you to overcome your fear and take action in the pursuit of a higher goal. When engaging in healthy risk taking, there are some things you need to consider.
What will be the possible outcomes of taking certain risks? For example, will changing from one company to another result in getting you a step closer to your career goals, or will the outcome Continue reading
In this week's IPv6 Buzz episode, Ed and Tom discuss deploying end-user wireless IPv6 with Charlie Clemmer, a principal network engineer with HPE/Aruba and regular WLPC presenter. We talk about how to get started, key tools and utilities to help with deployment, and more.
The post IPv6 Buzz 047: End-User And Client Wireless IPv6 appeared first on Packet Pushers.
This may sound like a weird title, but hear me out. You’d think keepalives would always be helpful, but turns out reality isn’t always what you expect it to be. It really helps if you read Why does one NGINX worker take all the load? first. This post is an adaptation of a rather old post on Cloudflare’s internal blog, so not all details are exactly as they are in production today but the lessons are still valid.
This is a story about how we were seeing some complaints about sporadic latency spikes, made some unconventional changes, and were able to slash the 99.9th latency percentile by 4x!
I'm going to focus only on two parts of our edge stack: FL and SSL.
Here’s a diagram:
These days we route all traffic through SSL for simplicity, but in the grand scheme of things it’s not going to matter much.
Each of these processes is not itself a single process, but rather a master process and a collection of Continue reading
One of the first roadblocks you’ll hit in your “let’s master Ansible” journey will be a weird error deep inside a Jinja2 template. Can we manage that complexity somehow… or as one of the participants in our Building Network Automation Solutions online course asked:
Is there any recommendation/best practices on Jinja templates size and/or complexity, when is it time to split single template into function portions, what do you guys do? And what is better in terms of where to put logic - into jinja or playbooks
One of my friends described the challenge as “Debugging Ansible is one of the most terrible experiences one can endure…” and debugging Jinja2 errors within Ansible playbooks is even worse, but there are still a few things you can do.
Read more ...