February 10, 2019

Learning BOSH: Links

Welcome to my Learning BOSH diary: Getting Started Deploying Nginx Deploying Web Application Links (you are here) In this post we will link the two releases we use in our deployment so that we can configure Nginx to load balance requests to the web application instances instead of replying with hardcoded response. Follow the steps here in order to recreate what we have done (in case you took down your environment). Read more

January 18, 2019

Learning BOSH: Deploying Web Application

Welcome to my Learning BOSH diary: Getting Started Deploying Nginx Deploying Web Application (you are here) Links In this post we will add a web application to our deployment. Last time we created a release to deploy Nginx using BOSH. Nginx has pretty simple config though - it is responding to any request with 200 OK and static greeting. return 200 "\nKia Ora!\n"; Follow the steps here in order to recreate what we have done (in case you took down your environment). Read more

December 21, 2018

Learning BOSH: Deploying Nginx

Welcome to my Learning BOSH diary: Getting Started Deploying Nginx (you are here) Deploying Web Application Links In this post we will start to describe our deployment and create a BOSH release to deploy Nginx. What is a BOSH deployment? The highest level concept of BOSH is the “deployment” of a system. The purpose of BOSH is to continuously run one or more deployments. I want to start with a simple deployment - load balancer routing requests to a web app. Read more

December 20, 2018

Learning BOSH: Getting Started

I have been interested in CloudFoundry (and later in BOSH) since VMware’s very first announcement back in 2011 and during the years have been following a lot of related resources, like for example Stark and Wayne’s blog. Finally found some time and decided to switch away from this read only mode and actually get my hands dirty and try to do some stuff with BOSH. I will try to keep track of my learning and findings in series of posts. Read more

Powered by Hugo & Kiss.