InfoQ Homepage DevOps Content on InfoQ
-
DevOps and Auditing
Audit processes are based on the traditional software development life cycle. Organisational DevOps skill can support auditing processes through collaboration and clear communication between DevOps personnel and the auditors. Software development and IT operations should be a proactive partner in the auditing process.
-
Kappa: Simplifying AWS Lambda Deployments
Mitch Garnaat has created a command line tool named Kappa that facilitates the deployment of ‘Lambda functions’ to AWS Lambda, a compute service that runs code in response to events and automatically manages the associated compute resources.
-
Google on the Technical Debt of Machine Learning
A number of Google researchers and engineers presented their view on the technical debt of using machine learning at a NIPS workshop. They identified different aspects of technical debt and came to the conclusion that without proper care, using machine learning or complex data analysis in your company can induce new kinds of technical debt different from classical software engineering.
-
Rust 1.0 Alpha Released
The Rust programming language moves closer to its milestone 1.0 with the release of Rust 1.0 Alpha. It represents a marked improvement in code quality since the fall and provides interested developers a chance to use the language in a manner near its final 1.0 form.
-
Service Discovery with Consul
HashiCorp Consul is a solution for service discovery and configuration, designed to run distributed, highly available and scalable to thousands of nodes.
-
Canonical Launches “Snappy” Ubuntu Core on Multiple Public Cloud Providers
Canonical has released the beta version of “snappy” Ubuntu Core, a lightweight and cloud-optimised version of Ubuntu Linux, on Microsoft Azure, Google Compute Engine and Amazon Web Services.
-
QCon New York 2015 (Jun 8-12): Track Topics Announced
The 15 track topics have been finalized for the 4th annual QCon New York (Jun 8-12) including: Modern CS, Mobile, Fraud Detection, Streaming Data, Microservices, Modern Advances in Java Technology, Machine Learning, Architectures You've Always Wondered about and more. Register before Jan 17th and save $700.
-
Distributed, Fault Tolerant Transactions in NoSQL
Five years ago many NoSQL databases were pre version 1.0 and when, it came to the CAP tradeoff, choosing availability over consistency was in vogue. Fast forward to today and distributed, fault tolerant transactions are moving into the fore as a new round of NoSQL databases seek to redefine our NoSQL expectations.
-
QCon London 2015: Google, Netflix Keynotes Confirmed; Tutorials At-a-Glance (March 2-6, 2015)
John Wilkes, Principal Software Engineer at Google and Roy Rapoport, Manager of Insight Engineering at Netflix have been confirmed to keynote at the 9th annual QCon London (Mar 2-6, 2015). All four keynotes, 65/100 speakers, and 13 tutorials are now confirmed, including 19 conference tracks. Register before Jan 26 and save £290.
-
Microservices, Containers and Docker
Working with a microservices architecture creating small services with a need for light-weight mechanisms, independent deployment, scalability and portability, a container technology like Docker can provide an ideal environment for deployment of these services with respect to speed, isolation management, and lifecycle.
-
Alex Bordei on Scaling NoSQL Databases
Network performance, virtualization and testing are some of the considerations to address performance and scalability issues with NoSQL databases. Alex Bordei wrote about scaling NoSQL databases and tips for increasing performance when using these data stores.
-
Shippable Launches Version 2.0 Leveraging Docker-Based Applications
Shippable recently announced its new platform in the virtualization space, which now supports containerized workflows
-
FoundationDB 3.0 Scales to New Heights
<a href="https://foundationdb.com/">FoundationDB</a> has released version 3.0 of its <a href="https://foundationdb.com/key-value-store">key-value store</a> with a primary focus on scalability and performance.
-
State of the Art in Microservices
Moving to Continuous Delivery and speeding things up, the rate of change have increased at the same time as the cost, size and risk of change has reduced, an DevOps and agile transformation, and a containerization that is very compelling for businesses of nowadays, Adrian Cockcroft explained in his keynote at the recent Docker conference in Amsterdam.
-
Atlas Workflow and Vagrant Push
Atlas is a new product from Hashicorp, whose main goal is to unify the workflow of moving applications from development to production, by leveraging the suite of open source tools that Hashicorp's been releasing over the years. These include Vagrant, Packer, Terraform and Consul. Atlas rests on the immutable infrastructure principle, meaning you deploy to production entire machine images.