Tagged articles
8 articles
Page 1 of 1
DevOps
DevOps
Jul 2, 2018 · Operations

Concourse CI Tutorial: End-to-End Blue‑Green Deployment with Docker and Cloud Foundry

This guide explains how to set up Concourse CI pipelines for automated blue‑green deployments, covering Docker Toolbox installation, pipeline configuration, unit and load testing, Cloud Foundry deployment, and cleanup steps, enabling zero‑downtime releases for Node.js applications.

Blue‑Green deploymentCloud FoundryConcourse
0 likes · 11 min read
Concourse CI Tutorial: End-to-End Blue‑Green Deployment with Docker and Cloud Foundry
Architects' Tech Alliance
Architects' Tech Alliance
Jun 17, 2018 · Cloud Computing

Understanding Cloud Foundry: Architecture, Core Components, and Deployment Strategies

Cloud Foundry is an open‑source PaaS that abstracts cloud, framework, and service choices, offering features such as multi‑cloud deployment, standard frameworks, built‑in services, and a modular, message‑driven architecture composed of Router, Cloud Controller, DEA, Health Manager, Service Broker, and NATS, with flexible deployment options for both private and public clouds.

Cloud FoundryDevOpsMicroservices
0 likes · 12 min read
Understanding Cloud Foundry: Architecture, Core Components, and Deployment Strategies
dbaplus Community
dbaplus Community
Nov 28, 2016 · Cloud Native

Why RunC Is Overtaking Docker in Modern CaaS Platforms

The article examines how CaaS providers are replacing Docker with RunC‑based solutions such as CRI‑O, Unified Containerizer, and Garden, outlines the evolution of the container ecosystem, discusses the strategic implications for production environments, and forecasts future trends and community contributions.

CaaSCloud FoundryKubernetes
0 likes · 18 min read
Why RunC Is Overtaking Docker in Modern CaaS Platforms
Architects Research Society
Architects Research Society
Dec 31, 2015 · Cloud Computing

Cloud Foundry vs Docker: A High‑Level Comparison for Developers

The article compares IBM Bluemix's Cloud Foundry and Docker, outlining their core concepts, key advantages such as ease of use versus portability, differences in packaging, scalability, service integration, and provides guidance on choosing the right platform for various application needs.

Cloud FoundryContainersDocker
0 likes · 13 min read
Cloud Foundry vs Docker: A High‑Level Comparison for Developers
Architects Research Society
Architects Research Society
Nov 18, 2015 · Cloud Computing

Deploying a Secure Play Framework Application to IBM Bluemix

This tutorial walks through the step‑by‑step process of deploying a Play Framework web application with user authentication to IBM Bluemix using the Cloud Foundry Java buildpack, including configuration of MongoDB storage and SendGrid email services, and demonstrates how to secure and run the app in the cloud.

Cloud FoundryIBM BluemixJava
0 likes · 2 min read
Deploying a Secure Play Framework Application to IBM Bluemix