Remove page x
article thumbnail

Technology Short Take #77

Scott Lowe

Michael Kashin has a great article on how Open Virtual Network (OVN, part of the Open vSwitch project) implements virtual networks in OpenStack. Flatpak is a (relatively) new application packaging/sandboxing mechanism for Linux applications. Virtualization. x environment. Good advice.

Linux 60
article thumbnail

CoreOS Continued: etcd

Scott Lowe

etcd is a distributed key-value store (more on that in a moment) and is one of the key technologies that I feel distinguishes CoreOS from other Linux distributions. Here’s a very simple example: using curl to recursively list the keys and values in a path within etcd: curl -X GET [link]. Linux CLI JSON OSS'

Linux 65
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Technology Short Take #42

Scott Lowe

He makes comparisons among server virtualization, 10 Gigabit Ethernet, and SDN, and feels that in order for SDN to really hit this market it needs to be “not a user-facing feature, but rather a means to an end” (his words). Erik Smith at EMC has published a series of articles on “virtual storage networks.”

Vmware 60
article thumbnail

CoreOS Continued: Fleet and Docker

Scott Lowe

The GitHub page for fleet describes it as a “distributed init system” that operates across a cluster of machines instead of on a single machine. OS X provides an SSH agent by default, but on Linux systems you will probably have to manually run an SSH agent and add the appropriate SSH key: eval `ssh-agent -s` ssh-add ~/.ssh/keyfile.pem.

Linux 61