InfoQ Homepage Automation Content on InfoQ
-
Netflix’ Principles of Chaos Engineering
Based on their experience with arbitrarily shutting down servers or simulating the shutdown of an entire data center in production, Netflix has proposed a number of principles of chaos engineering.
-
Six Ways of Improving Behaviour-Driven Development
Remembering that automation is a side benefit and not the reason for BDD is one improvement to more closely follow the recommendations of BDD thought leaders, Joe Colantonio explains noticing six ways of improving work with a BDD mindset.
-
Defining Devops as CALMSS
Forrester has come-up with a new definition of DevOps. Forrester has added an additional “S” for sourcing in the CALMS definition of DevOps. They believe that DevOps must be supported by a solid sourcing strategy to extend the ecosystem. This then brings them to the acronym of CALMSS.
-
Key Takeaways from DevOps Days Ljubljana 2015
DevOps Days Ljubljana 2015 took place on the 3rd and 4th April and talks covered the full CAMS spectrum: Culture, Automation, Measurement and Sharing.
-
Google Announces Cloud Container Engine Using Kubernetes
Google made a number of cloud-related announcements during their Google Cloud Platform Live Event that is taking place in San Francisco these days. The most important is the availability of Google Container Engine (GKE), currently in public alpha. Others are: Managed VMs, more connectivity options, Cloud Debugger, Autoscaler, and price reductions.
-
How Netflix Handled the Reboot of 218 Cassandra Nodes
Amazon performed a major maintenance update at the end of September in order to patch a security vulnerability in a Xen hypervisor affecting about 10% of their global fleet of cloud servers. This update involved the rebooting of those servers, with consequences for AWS users and the services they provide, including one of their largest clients, Netflix.
-
The Release Process Used by Mozilla for Firefox
This article presents the release process used by Mozilla for their browser.
-
Google Espresso: Fast Automated Android UI Testing in the Cloud
Google has open sourced Espresso, an Android automated testing framework that enables one to run tests on x86 machines in the cloud in a multi-threaded environment, solving the concurrency issues associated with UI testing.
-
DevOps: possible without simplifying your infrastructure?
Running an DevOps expert panel, James Governor, analyst at RedMonk, asked whether it is necessary to simplify your infrastructure in order to be able to introduce DevOps. The panelists agreed that you need to change your systems and your organization to decrease your time-to-market. Even though existing infrastructure will stay, you’ll need to automate what you can to be able to innovate faster.
-
The Dawn of the Personal Cloud
Simple founder and former Twitter engineer Alex Payne has released sovereign - a set of open source Ansible playbooks to create a personal cloud. This allows users and IT departments to move away from large cloud companies and onto services that are under their own control.
-
Mobile App Build Automation with Buildozer
Egeniq released Buildozer, a cloud-based build automation tool for mobile applications. Currently it supports build and distribution for iOS and Android applications. The primary goal of Buildozer is to speed up development by completely automating the build and distribution process.
-
Perceptual Testing for Safer Continuous Deployment
Brett Slatkin from Google presented a method for visual regression testing at Velocity 2013 in Santa Clara. Perceptual diff compares screenshots of a release's webpages with its previous versions and detects changes at pixel level, filling an important gap in automated testing for Continuous Deployment. An open source version of the software has been setup on github.
-
Winning with DevOps
Rebel Labs recently released a productivity report indicating DevOps is a key initiative for 2013 with tangible benefits for engineers, managers, and businesses. The report includes findings in the following categories: the work week, application failures/responses, tools, and software releases.
-
Coverity 2012: How to Get a Low Defect Density
This article contains the testimonies of several project leaders detailing the process used to achieve a low Coverity Scan defect density.
-
Docker: Automated and Consistent Software Deployments
dotCloud, a PaaS provider, has open sourced Docker, a key component of their platform. Docker is a LinuX Container (LXC) technology augmented with a a high level API providing a lightweight virtualization solution that runs Unix processes in isolation. It provides a way to automate software deployment in a secure and repeatable environment.