Deploy Docker Swarm using docker-machine with Consul on Photon Controller

In this post I will now show you the steps involved in creating a Docker Swarm configuration using docker-machine with Photon Controller driver plugin. In previous posts, I showed how you can setup Photon OS to deploy Photon Controller and I also showed you how to build docker-machine for Photon Controller. Note that there are a lot of ways to deploy Swarm. Since I was given a demonstration on doing this using “Consul” for cluster membership and discovery, that is the mechanism that I am going to use here. Now, a couple of weeks back, we looked at deploying Docker…

Photon OS 1.0 Release is here

VMware has just officially announced Photon OS 1.0. This follows on from the RC (Release Candidate) announcement back in late April.  For those of you who are not familiar with Photon OS, this is a minimal Linux container host (in the form of a Virtual Machine), optimized to run on VMware products such as ESXi. It can run containers which adhere to  Docker, rkt, and the Pivotal Garden container specifications.

Preparing Photon OS for deploying frameworks on Photon Controller

With the release of Photon Controller v0.9, there were a lot of nice new features. My colleague Sarge has a good bit of detail on the new features in his blog post. One of the interesting additions, in my opinion, is the introduction of support for kube-up and kube-down for deploying Kubernetes frameworks (I will have a blog post on this ready to go shortly). If you are a regular reader, you might remember that we had another, more photon controller-centric way of rolling out K8S on Photon Controller that I wrote about here. That was using the “cluster” concept…

Getting started with Photon OS and vSphere Integrated Containers

There has been a lot of news recently about the availability of vSphere Integrated Containers (VIC) v0.1 on GitHub. VMware has being doing a lot of work around containers, container management and the whole area of cloud native applications over the last while. While many of these projects cannot be discussed publicly there are two projects that I am going to look at here : Photon OS – a minimal Linux container host designed to boot extremely quickly on VMware platforms. vSphere Integrated Containers – a way to deploy containers on vSphere. This allows developers to create applications using containers,…