Home Search
applications - search results
If you're not happy with the results, please do another search
Distributed Fabric: A New Architecture for Container-Based Applications
There’s a palpable sense of excitement in the application development world around container technology. Containers bring a new level of agility and speed to...
Blue-Green Deployments for Serverless Powered Applications on AWS
First described by Martin Fowler back in 2010, blue-green deployment is a release technique that reduces downtime and risk by running two identical production environments called...
Making Sense of Cloud Native Applications, Platforms, Microservices, and More
As more and more of our infrastructure moves into the cloud, the proliferation of buzzwords, new terms, and new ways of doing things can...
Running Stateful Applications in Kubernetes: Storage Provisioning and Allocation
In the last part of this series, we explored how the concept of volumes brings persistence to containers. This article builds upon the understanding of...
Strategies for Running Stateful Applications in Kubernetes: Volumes
One of the key challenges in running containerized workloads is dealing with persistence. Unlike virtual machines that offer durable and persistent storage, containers come...
How to Get Started Writing Web Applications with Node.js
Let's define Node.js in simple terms: Node.js allows you to run JavaScript on your server without a web browser. That's it. Put like that,...
Containerizing Stateful Applications
Application container technology, like Docker Engine, provides standards-based packaging and runtime management of the underlying application components.
Containers are fast to deploy and make efficient...
Habitat: Automating Applications, Minus Platform and Infrastructure Hassles
Remember the days when technology platforms sat in silos and our fierce allegiance to them did too? “We’re a Mac shop,” admins would announce....
Flatpak: A Containerized Approach to Developing Linux Applications
Containers are becoming increasingly popular in the enterprise world, which has come to realize that containers not only solve many problems, but also bring...
Testing Network Connectivity for Applications in Containers
Testing applications is a critical part of software development as illustrated by the rise of continuous integration and automated testing. In his upcoming LinuxCon...