InfoQ Homepage Cloud Computing Content on InfoQ
-
From Zero to Application Delivery with NixOS
Susan Potter describes a toolchain and principles for defining infrastructure in code, versioned with the code, providing repeatable configuration, ephemeral testing and consistent CI/CD environments.
-
Scaling Container Architectures with OSS & Mesos
David Greenberg discusses how Two Sigma was able to scale up their research to harness tens of thousands of CPUs and the challenges faced.
-
Scheduling a Fuller House: Container Mgmt @Netflix
Andrew Spyker and Sharma Podila talk about the motivations and the technology powering container deployment on top of the AWS EC2 service, sharing results and lessons learned.
-
Is Mesos DC/OS a Better Way to Run Docker on AWS?
Chien Huey evaluates Marathon running on DC/OS as a replacement for Elastic Beanstalk and/or ECS in terms of functionality, ease of use as well as cost.
-
Offense at Scale
Chris Rohlf talks about how we look at offense in a world of large containerized deployments and ephemeral environments, explaining why the traditional model is no longer relevant.
-
Implementing Infrastructure as Code
Kief Morris discusses building and maintaining a testing and hosting infrastructure for microservices, explaining the creation of a cloud-based infrastructure with Packer, Terraform, and Ansible.
-
DevOps'n the Operating System
John Willis takes a look at the history of how Devops principles and operating systems have converged, and demos how containers, unikernels and Devops can work in the future.
-
Containers Change Everything
Anne Currie talks about the architectural impact of containers, and what modern container schedulers mean for resilience, redundancy and server density.
-
Future of Container-Enabled Infrastructure
Brandon Philips describes how bringing containers, schedulers, and distributed systems together will create more reliable and greatly more trusted server infrastructures.
-
Pair Programming in the Cloud with Eclipse Che, Eclipse Flux, Orion, Eclipse IDE and Docker
Sun Tan demos a prototype showing multi-editing and real-time collaboration from 3 different editors -Che, Orion, Eclipse- using a Flux microservice running inside a Che Docker runner.
-
Server-Less Design Patterns for the Enterprise with AWS Lambda
Tim Wagner defines server-less computing, examines the key trends and innovative ideas behind the technology, and looks at design patterns for big data, event processing, and mobile using AWS Lambda.
-
Implementing Software Machines in Go and C
Eleanor McHugh discusses writing virtual machines using hardware emulation, including code snippets in Go and C.