Location, location, location… it matters to the cloud

In real estate, there’s a mantra that most agents use of “location, location, location,” meaning houses that may be equal in many ways will cost more the closer you get to something of value. For example, the San Jose Mercury News recently published a story about a house in Sunnyvale, California, that sold for $782,000 over asking price. Why such a ridiculous amount? Because it’s near Apple’s new campus — location matters.Does location matter with the cloud? Given how fast data travels, one might not think so, but location does indeed matter. A recent report from EdgeConneX and Cedexis, Cloud, Content, Connectivity and the Evolving Internet Edge, shows just how much it actually does. The study conducted uses Cedexis’ RUM-based internet performance measurement tools to test how cloud applications perform in different locations and with various optimization techniques.To read this article in full or to leave a comment, please click here

Location, location, location… it matters to the cloud

In real estate, there’s a mantra that most agents use of “location, location, location,” meaning houses that may be equal in many ways will cost more the closer you get to something of value. For example, the San Jose Mercury News recently published a story about a house in Sunnyvale, California, that sold for $782,000 over asking price. Why such a ridiculous amount? Because it’s near Apple’s new campus — location matters.Does location matter with the cloud? Given how fast data travels, one might not think so, but location does indeed matter. A recent report from EdgeConneX and Cedexis, Cloud, Content, Connectivity and the Evolving Internet Edge, shows just how much it actually does. The study conducted uses Cedexis’ RUM-based internet performance measurement tools to test how cloud applications perform in different locations and with various optimization techniques.To read this article in full or to leave a comment, please click here

Docker Official Images are now Multi-platform

This past week, Docker rolled out a big update to our Official Images to make them multi-platform aware. Now, when you run docker run hello-world, Docker CE and EE will pull and run the correct hello-world image whether that’s for x86-64 Linux, Windows, ARM, IBM Z mainframes or any other system where Docker runs. With Docker rapidly adding support for additional operating systems (like Windows) and CPU architectures (like IBM Z) this is an important UX improvement.

Docker Official Images are a curated set of container images that include:

The official images have always been available for x86-64 Linux. Images for non x86 Linux architectures have also been available, but to be fetched either from a different namespace (docker pull s390x/golang on IBM Z mainframe) or using a different tag (docker pull golang:nanoserver on Windows). This was not the seamless and portable experience Continue reading

IDG Contributor Network: What is a data fabric and why should you care?

What is a data fabric? The concept of a "data fabric" is emerging as an approach to help organizations better deal with fast growing data, ever changing application requirements and distributed processing needs.The term references technology that creates a converged platform that supports the storage, processing, analysis and management of disparate data. Data that is currently maintained in files, database tables, data streams, objects, images, sensor data and even container-based applications can all be accessed using a number of different standard interfaces.A data fabric makes it possible for applications and tools designed to access data using many interfaces such as NFS (Network File System), POSIX (portable operating system interface), a REST API (representative state transfer), HDFS (Hadoop distributed file system), ODBC (open database connectivity), and Apache KAFKA for real-time streaming data. A data fabric must also be capable of being enhanced to support other standards as they emerge in importance.To read this article in full or to leave a comment, please click here

IDG Contributor Network: What is a data fabric and why should you care?

What is a data fabric? The concept of a "data fabric" is emerging as an approach to help organizations better deal with fast growing data, ever changing application requirements and distributed processing needs.The term references technology that creates a converged platform that supports the storage, processing, analysis and management of disparate data. Data that is currently maintained in files, database tables, data streams, objects, images, sensor data and even container-based applications can all be accessed using a number of different standard interfaces.A data fabric makes it possible for applications and tools designed to access data using many interfaces such as NFS (Network File System), POSIX (portable operating system interface), a REST API (representative state transfer), HDFS (Hadoop distributed file system), ODBC (open database connectivity), and Apache KAFKA for real-time streaming data. A data fabric must also be capable of being enhanced to support other standards as they emerge in importance.To read this article in full or to leave a comment, please click here

IDG Contributor Network: How IoT can drive a productivity revolution in US manufacturing

The Internet of Things, which has captured the attention of investors and futurist alike as it continues to reshape our markets and everyday lives, is now generating buzz around a new topic: manufacturing. Business and tech analyst are increasingly coming to realize the boon that the IoT can offer to U.S. manufacturing, a fact the wealthiest companies and savviest innovators are already exploiting.So how exactly can the IoT drive a productivity revolution in U.S. manufacturing? Is it grand conjecture that’s driving this growing consensus that the IoT will reshape manufacturing, or does this idea have a serious basis of reality? A brief review of the IoT’s impact on U.S. productivity shows just how significantly it can optimize American manufacturing, and how little time we have until all of our production is seamlessly integrated with our internet.To read this article in full or to leave a comment, please click here

IDG Contributor Network: 5 software licensing challenges in the next generation network

Every day we hear how the network is changing. Virtualization, Cloud, Software-defined Networking, the Internet of Things — it’s clear big transformational change is happening.   The technical aspects of these solutions seem to get the most attention, but if you manage IT/Network cost and delivery for a living, your success may depend more on understanding the changing network business models that accompany these new technologies and how to adapt your IT operations.I’ve assembled below what I think are five of the top operational challenges facing IT managers in the next generation network. Some of these are blocking and tackling fundamentals (excuse the seasonal American football analogy), while others are more strategic in nature. I’ll present a short rationale for why these are my top 5. I’d love to hear your perspective.To read this article in full or to leave a comment, please click here

IDG Contributor Network: 5 software licensing challenges in the next generation network

Every day we hear how the network is changing. Virtualization, Cloud, Software-defined Networking, the Internet of Things — it’s clear big transformational change is happening.   The technical aspects of these solutions seem to get the most attention, but if you manage IT/Network cost and delivery for a living, your success may depend more on understanding the changing network business models that accompany these new technologies and how to adapt your IT operations.I’ve assembled below what I think are five of the top operational challenges facing IT managers in the next generation network. Some of these are blocking and tackling fundamentals (excuse the seasonal American football analogy), while others are more strategic in nature. I’ll present a short rationale for why these are my top 5. I’d love to hear your perspective.To read this article in full or to leave a comment, please click here

Liveblog: Terraform Abstractions for Safety and Power

This is a liveblog for the HashiConf 2017 session titled “Terraform Abstractions for Safety and Power.” The speaker is Calvin French-Owen, Founder and co-CTO at Segment.

French-Owen starts by describing Segment, and providing a quick overview of Segment’s use of Terraform. Segment is all on AWS, and is leveraging ECS (Elastic Container Service) to schedule containers. Segment’s journey with Terraform started about 2.5 years ago. They now have 30-50 developers interacting with Terraform weekly, and Terraform is managing tens of thousands of AWS resources.

Digging into the meat of the presentation, French-Owens starts by answering the question, “Why is safety such a big deal?” There’s more to the puzzle than just preventing downtime. To illustrate that point, French-Owens shares some conclusions from an academic paper that explores why developers choose software programs. It turns out that to scale adoption, you must reduce the risk of adoption (developers avoid programs based on risk).

Naturally, French-Owens talks about how Terraform can “feel scary” since it’s so easy to destroy a bunch of infrastructure with only terraform destroy.

Before moving into a discussion on how to make Terraform feel less scary, French-Owens first covers some “Terraform nouns” (HCL, HashiCorp Configuration Continue reading

Cloudflare and Google Offer App Developers $100,000 in Cloud Platform Credits

Cloudflare and Google Cloud Platform logos

When Cloudflare started, our company needed two things: an initial group of users, and the finances to fund our development. We know most developers face the same issues. The Cloudflare Apps Platform solves the first problem by allowing third parties to develop applications that can be delivered across Cloudflare's edge network to any of the six million sites powered by Cloudflare. The Cloudflare Developer Fund alleviates the second by giving developers the financial support they need to fund their company. Today, we are excited to announce another initiative that will make it possible for developers to make their app dreams a reality.

Cloudflare and Google Cloud are working together to offer developers the resources needed to quickly launch and scale Cloudflare Apps. This partnership will give any Cloudflare Apps developer the chance to access a wide range of benefits including $3k - $100k of Google Cloud Platform (GCP) for one year at no cost. Some startups will also be eligible for 24/7 technical support, and access to GCP’s technical solutions team. This supports a core belief of the Cloudflare Apps initiative: we want developers to focus on building great Apps, not worry about paying for infrastructure. Hundreds of startups have Continue reading

Liveblog: Journey to the Cloud with Packer and Terraform

This is a liveblog of the HashiConf 2017 breakout session titled “Journey to the Cloud with Packer and Terraform,” presented by Nadeem Ahmad, a senior software developer at Box.

Ahmad starts with a quick review of Box, but (thankfully) transitions quickly to his particular team at Box (the Productivity Engineering team). His team’s customers are the software developers at Box, and it’s his team’s job to help make them more productive and efficient. One of the tools that Ahmad’s team built was a tool called Cluster Runner, which is intended to streamline running unit and integration tests on the code the developers were writing.

This brings Ahmad to the crux of this presentation, which is telling the story of how Box went from a bare-metal environment to a cloud-based architecture. The purpose of this migration was to address some of the limitations of their bare-metal environment (inelastic, divergent host configurations over time, etc.). Box leveraged Platform9 to build an OpenStack-based private cloud, with the intent of switching to AWS, GCP, or Azure in the future as private cloud resources aged out.

Ahmad next goes into why Box selected the process they did; they wanted to move away from configuration Continue reading

Introducing oVirt 4.2.0 Alpha

On September 28, the oVirt project released version 4.2.0 Alpha, available for Red Hat Enterprise Linux 7.4, CentOS Linux 7.4, or similar.

This pre-release version should not be used in production, and is not feature complete.

oVirt is the open source virtualization solution that provides an awesome KVM management interface for multi-node virtualization. This maintenance version is super stable and there are some nice new features.

what's new in oVirt 4.2.0?

Here's an overview of the new main features:

The Administration Portal has been redesigned from scratch using Patternfly, a widely adopted standard in web application design that promotes consistency and usability across IT applications, through UX patterns and widgets. The result is a cleaner, more intuitive and user-friendly user interface. The old horizontal menu has been replaced by a two-level vertical menu. The system tree is gone, and its functionality has been integrated into the vertical menus. Here are some screenshots:

Dashboard

Virtual Machines View

Adding a New Virtual Machine

Storage View

An all new VM Portal for non-admin users - designed with React-based UI and Patternfly principles - replaces the existing User Portal. Built with performance and ease of use in mind, Continue reading

Recognizing Internet visionaries, innovators, and leaders from around the world

As the Internet Society celebrates 25 years of advocacy for an open, globally-connected, and secure Internet, we are honored to recognize some of the trailblazers who have fueled the Internet’s historic growth.

On September 18, the Internet Society gathered to honor the fourth class of Internet Hall of Fame Inductees at UCLA, where nearly 50 years ago the first message was sent over the Internet’s predecessor, the ARPANET.  Over the years, the Internet has evolved thanks to the tireless efforts of individuals, including these inductees, who believed in the potential of an open Internet.

Representing 10 countries, the 14 individuals who comprise the 2017 inductee class are computer scientists, academics, inventors and authors who have advanced the Internet with key technical contributions,  fostered its global reach and increased the general public’s understanding of how it works—in turn accelerating global accessibility and usage among us all.

Ultimately, the success of the Internet depends on the people behind it, and these inductees personify the pioneering spirit of the ‘Innovators’ and ‘Global Connectors’ that have been so instrumental in bringing us this unprecedented technology. They are some of the earliest Internet evangelists and their work has been the foundation for so Continue reading

Help managing IoT ranges from full-stack offerings to platform services

The tech industry’s approach to becoming a part of the IoT landscape is reminiscent of a quilting bee – a large number of participants approaching a central problem from a wide array of different angles and taking on different areas of responsibility.And that’s a good fit for the IoT market – companies have wildly diverse sets of needs, requiring a commensurately diverse set of technological capabilities. A factory might need a sophisticated, integrated system that can both manage complicated manufacturing equipment and track products, while a nearby hospital might need to bring expensive medical equipment onto the network.+ALSO ON NETWORK WORLD: 3 real-world examples of IoT rolled out in the enterprise; 5 IoT trends that will define 2018+To read this article in full or to leave a comment, please click here