InfoQ Homepage DevOps Content on InfoQ
-
Surviving Success
Teams rarely consider success as a mode of failure, but not preparing for exceeding their goals can be just as dangerous as ignoring basic software and infrastructure needs. Mark Simms and Mark Souza discuss anti-patterns they've seen and some of the best ways to architect to win in spite of your own success.
-
Q&A with Project Lead for Microservices-infrastructure at Cisco
Cisco is currently working on an open source ‘microservice-infrastructure’ project, which will support the continuous deployment of microservice-based applications, and is built upon technologies such as Mesos, Consul and Docker. Development is occurring primarily in the open, via the CiscoCloud Github account.
-
Microsoft Azure Tops Nasuni’s Storage Benchmark Test
Nasuni, the cloud NAS and storage company published the results of its annual cloud storage benchmarking test. Microsoft Azure Storage emerged as a winner on speed, availability, and scalability. Amazon S3 and Google Cloud Storage were the other services included in the benchmark.
-
Google Release 'Preemptible' VMs with Fixed Pricing in Beta
Google have released Google Compute Engine ‘preemptible’ virtual machines in beta, which are the same as normal instances with the exception that they are limited to a maximum 24 hour runtime, and may be shut down at any time. Preemptible VMs are offered at a fixed price, which is discounted up to 70% off the prices of normal instances.
-
Netflix's FIDO Guards Against Security Incidents
The Netflix team has released FIDO -- an open source system for automatically analysing security events. Not to be confused with FIDO Alliance, Netflix's platform stands for Fully Integrated Defense Operation, the platform's Github describes FIDO as "an orchestration layer used to automate the incident response process by evaluating, assessing and responding to malware."
-
Serious Red Hat Linux Bug Affects Haswell-based Servers
Users and administrators of Red Hat-based Linux distributions version 6.6 should plan to update their systems as soon as possible due to the presence a significant bug that cause their system to deadlock.
-
VENOM Vulnerability Threatens Several Major VM Hosts
Users of the popular virtual machine tools Xen, KVM, VirtualBox, and QEMU are urged to patch their systems as soon as possible due to a newly found bug that exposes flaws in the code providing virtual floppy disk support. The VENOM vulnerability affects all operating systems that are hosting these environments.
-
Agile, DevOps and Eating Your Own Dogfood
An interview with Yaniv Yehuda, Co-Founder and CTO of DBmaestro, about how they are doing agile development and using DevOps, how they implemented continuous delivery, on agile practices that turned out to be difficult to implement, and the benefits that they are getting for using agile and DevOps practices.
-
Weaveworks Release ‘Weave Scope’ for Container and Microservice Monitoring
Weaveworks, creators of the Weave Docker virtual networking solution, have released a pre-alpha version of 'Weave Scope', an open source developer-focused container monitoring tool. Scope automatically generates a map of containers, enabling developers to visualise, monitor, and control applications by using the information exposed to drive deployment and operational decisions.
-
Getting to Know the Various Editions of Windows 10
Microsoft has released details on the numerous flavors that Windows 10 will ship in. Windows 10 Phone users stand to benefit a great deal, and business users will gain greater control over the update process.
-
CoreOS App Container Spec Gains Support from Google, Apcera and Red Hat
At the inaugural CoreOS Fest in San Francisco, the CoreOS team announced that the App Container specification (appc) has recently gained support from Google, Apcera, Red Hat and VMware. Google have added support for CoreOS’s appc implementation ‘rkt’ into Kubernetes, and Apcera have created a new implementation of appc, named ‘Kurma’.
-
QCon New York in 4 Weeks: Top Tracks and Sessions; New Mini-Talks (June 8-12, 2015)
QCon New York 2015 will feature over 90 breakout sessions, daily open spaces, and for the first time this year, a series of mini-talks on Microservices, Product Engineering, Machine Learning, and more. The next early discount to save $300 ends May 16th. Here are the most popular tracks, sessions, and tutorials at the upcoming QCon NY according to page view traffic on qconnewyork.com.
-
Azure Gains New Networking Capabilities
At Ignite Microsoft announced new networking capabilities for Azure described as being ‘for a consistent, connected and hybrid cloud’. The new capabilities include improvements to ExpressRoute, Azure’s Internet bypass offering, availability of ExpressRoute for SaaS such as Office 365 and Skype for Business, additional VPN capabilities and enhancement of virtual networks in Azure’s IaaS.
-
Automating the Modern Datacenter with Terraform and Consul
At CraftConf 2015, Mitchell Hashimoto argued that current provisioning and configuration tooling is not adequate for orchestrating the ‘modern datacenter’. The modern datacenter is agile and elastic, and ‘services’ may be spread across potentially disparate vendor platforms. Hashimoto introduced Terraform and Consul, which may be used to provide automation in these challenging environments
-
Slick 3: Reactive Streams for Asynchronous Database Access in Scala
Slick, Typesafe's database query and access library for Scala, now supports the Reactive Streams API in the just released version 3.0. This enables developers to query their databases asynchronously and non-blocking. InfoQ talked to Slich Tech-Lead Stefan Zeiger to learn more about the new features and what they've planned for the future.