In one of his recent posts, Ivan raises a question: “I can’t grasp why Cumulus releases a Vagrant box, but not a Docker container”. Coincidentally, only a few weeks before that I had managed to create a Cumulus Linux container image. Since then, I’ve done a lot of testing and discovered limitations of the pure containerised approach and how to overcome them while still retaining the container user experience. This post is a documentation of my journey from the early days of running Cumulus on Docker to the integration with containerlab and, finally, running Cumulus in microVMs backed by AWS’s Firecracker and Weavework’s Ignite.
One of the main reason for running containerised infrastructure is the famous Docker UX. Containers existed for a very long time but they only became mainstream when docker released their container engine. The simplicity of a typical docker workflow (build, ship, run) made it accessible to a large number of not-so-technical users and was the key to its popularity.
Virtualised infrastructure, including networking operating systems, has mainly been distributed in a VM form-factor, retaining much of the look and feel of the real hardware for the software processes running on top. However it Continue reading
This week's Network Break covers new firewalls & other security products from Palo Alto Networks, discusses Arista's lowest-latency switch (now with EOS), reviews financial results from Cisco and Palo Alto, and explains why Microsoft is making Internet Explorer go away (just not entirely).
The post Network Break 334: Palo Alto Unveils New Security Gear; Arista Saves Time With Lowest-Latency Switch appeared first on Packet Pushers.
I cannot count the number of times I’ve heard someone ask these two questions—
While these questions have always bothered me, I could never really put my finger on why. I ran across a journal article recently that helped me understand a bit better. The root of the problem is this—what does best common mean, and how can following the best common produce a set of actions you can be confident will solve your problem?
Bellman and Oorschot say best common practice can mean this is widely implemented. The thinking seems to run something like this: the crowd’s collective wisdom will probably be better than my thinking… more sets of eyes will make for wiser or better decisions. Anyone who has studied the madness of crowds will immediately recognize the folly of this kind of state. Just because a lot of people agree it’s a good idea to jump off a cliff does not mean it is, in fact, a good idea to jump off a cliff.
Perhaps it means something closer to this is no worse than our competitors. If that’s the meaning, though, it’s a pretty cynical Continue reading
Today's Tech Byte explores a digital sandbox for fabric emulation. This unique feature is part of Nokia's Fabric Services System for automating and operating a data center fabric. Our Nokia guest is Phani Koganti, Senior Director of Product Management. This is a sponsored episode.
The post Tech Bytes: Nokia’s Fabric Services System Simplifies Data Center Operations (Sponsored) appeared first on Packet Pushers.
Recruiting issue: Companies in some areas of the rural U.S. are trying to hire workers, but the lack of quality broadband service is hurting their efforts, the New York Times reports. The story looks at a manufacturer of asphalt paving equipment in rural Iowa that paid to have fiber laid to its factory, but there’s […]
The post The Week in Internet News: Rural Areas Need Broadband to Attract Workers appeared first on Internet Society.
Today Pluribus announced the release of the State of the Data Center Networking 2021 Annual Report. This groundbreaking original research, conducted with Enterprise Management Associates (EMA), not only confirms many of the trends we have discussed recently, it reveals just how strong they are.
The post The State of Data Center Networking 2021: Long Live Private Cloud appeared first on Pluribus Networks.
Returning to the office is a key issue as companies learn that being "in person" is the new remote working
The post HS007: Distributed Work and Return To Office Strategies appeared first on Packet Pushers.
Powerlevel10k is a prompt for Zsh. It contains some powerful features, is astoundingly fast, and easy to customize. I am quite amazed at the skills of its main author. Be sure to also have a look at Zsh for Humans, a complete Zsh configuration including this theme.
One of the nice features of Powerlevel10k is transient prompts: past prompts are reduced to a more minimal configuration to save space by removing unneeded information.
When it comes to configuring my shell, I still prefer writing and understanding each line going into it. Therefore, I am still building my Zsh configuration from scratch. Here is how I have integrated the above transient feature into my prompt.
The first step is to configure the appearance of the prompt in its
compact form. Let’s assume we have a variable, $_vbe_prompt_compact
set to 1 when we want a compact prompt. We use the
following function to define the prompt Continue reading
Here’s what one of the engineers watching Stuart Charlton’s Kubernetes webinar wrote about it:
“Kubernetes Networking Deep Dive” is a must see webinar. Once done take a break and then watch it again, let it sink in and then sign-up for a free account with Azure or GCP and practice all that was learned during the webinar.
At the end of this exercise … one will begin to understand why the networking domain seems to be lagging behind … This webinar will help one pick up the pace!