Zero Downtime Deployment with the CF Autopilot Plugin - Video on Wed, Jul 1, 2015
In Video,
Tags bluemix devops zero downtime cloudfoundry
I recently wrote a blog post on what a zero downtime deployment is, why it is important, and how to perform one. I am now posting a video on the same topic so you can learn about a zero downtime deployment by watching a video instead.
If you prefer the tutorial and text instructions please check out Zero Downtime Deployment with the CF Autopilot Plugin.
I would love to hear your feedback and any suggestions you have, please reach out to me on Twitter [@jsloyer](https://twitter.
Zero Downtime Deployment with the CF Autopilot Plugin on Fri, Jun 19, 2015
In Sample Code, Video, Tutorial,
Tags bluemix devops zero downtime cloudfoundry
Zero down time deployments are a must for any Internet app running at scale. Without the use of zero down time deployments, you would have to take down your application even just for a fraction of a second but in that fraction of a second you could lose a transaction or a purchase from a customer. This is not acceptable anymore. Some people like to call these apps cloud based apps, which I think is fine, but I’d rather call them Internet scale or born on the cloud apps.
Get Pumped for the Cloud Foundry Summit on Thu, Apr 30, 2015
In Other,
Tags cloudfoundry
I’m pumped for the Cloud Foundry Summit! Are you??? Well if you aren’t yet hopefully you will be after reading this!
If you attended the conference last year there was an awesome presentation on the future of Diego. What is Diego you ask? It is the new DEA that is coming for Cloud Foundry. It is a complete re-write in Go and will add some new features such as the ability to swap out the underlaying linux containers for things like Docker.
Etherpad in Cloud Foundry – Quick Start Guide on Sat, Jan 3, 2015
In Sample Code, Tutorial, Video,
Tags bluemix cloudfoundry etherpad mysql
Etherpad Lite is an awesome online collaboration platform. Multiple open source projects use it for collaboration. One of the most notable ones is the Openstack Project Openstack Etherpad. To help you navigate the setup, this post provides step-by-step instructions to get things running. You may have read that Etherpad is complicated to install in a PaaS and there really isn’t a comprehensive quick start guide for running Etherpad-lite in Cloud Foundry.
Inbound Ssl in Bluemix on Mon, Aug 18, 2014
In Tutorial, Sample Code,
Tags bluemix cloudfoundry security ssl node.js
Did you know in Bluemix you get inbound SSL for free? It is automatically turned on and enabled for every app. All you have to do is just access your app over https instead of http.
Developers don’t need to implement SSL in their app, you just need to support HTTP and the Bluemix infrastructure will support HTTPS for you and do SSL offloading.
Additionally Bluemix supports the x-forwarded-proto header to allow developers to check with protocol requests are coming in over.