InfoQ Homepage Cloud Computing Content on InfoQ
-
Controlling Hybrid Cloud Complexity with Containers: CoreOS, rkt, and Image Standards
Public IaaS or PaaS offerings may not satisfy the regulatory, security, or performance demands of every workload. This article explores how CoreOS have studied the emerging state-of-the-art application design and deployment patterns, and created and integrated a number of open source projects in pursuit of a modular platform that satisfies the needs of modern container cluster infrastructure.
-
Build Your Own Container Using Less than 100 Lines of Go
Shipping containers and software containers share a lot in common, but the analogy has limits. This article explores this relationship further by demonstrating how it is possible to build a simple container using less than 100 lines of Golang code. Topics covered include namespaces, cgroups and layered filesystems.
-
Lambda Functions versus Infrastructure - Are we Trading Apples for Oranges?
Amazon's AWS Lambda service lets us run code without provisioning servers. Serverless offerings have recently been receiving interest due to their simplicity, capabilities and potential for cost reductions. This article compares the tradeoffs of serverless models with VM/Container based models.
-
Article Series: Containers in the Real World - Stepping Off the Hype Curve
This article series explains how containers are actually being used within the enterprise. It dives into the core technology behind containers and how this is currently being used by developers, examines core challenges with deploying containers in the enterprise and the future of containerisation, and discusses the role unikernels are currently playing within leading-edge organisations.
-
Lessons Learned from Scheduling One Million Containers with HashiCorp Nomad
HashiCorp's Million Container Challenge is a test for how efficiently its scheduler, Nomad, can schedule one million containers across 5,000 hosts. The goal of the challenge is to observe and optimize the behavior of Nomad at exceptional scale. Ultimately Nomad was able to schedule one million containers across 5,000 hosts in under five minutes. This post outlines the lessons learned.
-
"Using Docker" Book Review and Q&A with Author Adrian Mouat
InfoQ recently sat down with Adrian Mouat, author of “Using Docker”, and explored the motivations for writing the book, his thoughts on the reasons why Docker has captured the IT industry’s attention such as short time span, and how containers can be best utilised within a typical software development lifecycle.
-
Is HyperContainer the Answer for Cloud Native Applications?
Xu Wang introduces HyperContainer, a runtime for running Docker images on any hypervisor, providing hardware-enforced isolation for multi-tenant environments.
-
Designing Delivery Book Review and Interview
Book review and interview with Jeff Sussna, author of "Designing Delivery", on cybernetics, service exchange, customer-centric brands and a new definition of quality in a service-oriented world.
-
The Way to No-Hotfix Deployment
Hot-fix redeployment is a waste of time and effort at best, and often a source of further regression, Adam discusses some ready-to-use techniques that helped he and his team reduce the frequency of hot-fix deployments to almost zero.
-
Docker Containers LiveLessons Review and Q&A
Addison-Wesley Professional’s Docker Containers LiveLessons aim to show what Docker containers are and how they can be effectively used. The 2.5+ hours video course is aimed to practitioners with no previous experience and will lead them through a journey going from installing the software to more complex topics such as orchestration. InfoQ has spoken with course instructor Chris Negus.
-
Securing the Modern Software Delivery Lifecycle
Information security practice has evolved to be pretty good at granting and managing access to confidential information - by people. But automation is taking over, requiring a shift in how we think about securing our infrastructure and applications.
-
Automate Deployment & Management of Docker Cloud/Virtual Java Microservices with DCHQ
This article demonstrates a solution for automating the build, deployment and management of a Docker Java microservices application on any cloud or virtualization platform. We extend an existing money transfer application consisting of event sourcing, CQRS and Docker, to run and manage this app on 13 different clouds and virtualization platforms.