Docker Volume Driver for vSphere using policies on VSAN (short video)

This is a short demo (< 5 minutes) which highlights how one can use storage policies to manage the creation of a docker volume when that volume is being deployed on Virtual SAN. This does not cover the installation of the components required, as these have been covered here and there is another short video covering those steps here. Also, my good buddy William Lam has great step by step instructions on how to use VSAN policies for container volumes in his blog post here. This video just takes a very quick look at how the docker volume driver for…

Nginx running on VIC (short video)

I put together this short vSphere Integrated Containers v0.6.0 video (~4 minutes) showing how you can deploy a container running a web server, in this case Nginx, and have its ports mapped back to the Container Host (VCH), allowing you to access the web server from the VCH. This is to coincide with a blog that I posted earlier on the same topic. Check that out for additional details. If you’d like to try out VIC v0.6.0, you can get it on github, or download the binaries from bintray. You can also get the latest documentation here. If you want…

Nice simple demo – Nginx running on VIC

It’s been a number of weeks since I last looked at vSphere Integrated Containers. When I last looked at v0.4.0, one of the issues had been with port mapping not working. This was a bit of a drag, as in the case of web servers running in containers, you’d definitely want this to function. One of the most common container demos is to show Nginx web server running in a container, and port mapping back to the container host, so that you could point to the IP of the container host, and connect to the web server. I recently got…

VSAN Roadshow – South Africa – October 2016

A short post to let you know that I will be participating in a VSAN Roadshow event in South Africa next month. If you are in the Johannesburg or Cape Town area on October 25th and 27th respectively, and want to learn more about VMware’s Virtual SAN, you should definitely come along. I have lots to talk about, and hopefully some cool new VSAN updates from VMworld EMEA. I will also be providing an update on the various VMware projects in the Cloud Native Apps space (e.g. Photon Platform, vSphere Integrated Containers), especially around container persistence, so this may also…

VMware Cloud Native App Projects – courtesy of vBrownBag

Earlier last month, I was invited onto the #vBrownBag podcast to give an overview of my experiences with the various ongoing VMware Cloud Native App (CNA) projects. I had a great chat with Gregg Robertson, and demonstrated a number of things that we are working on. I noticed this morning that the recording is now live, so if you are interested in some of the things we are doing in the CNA space, I’d recommend taking a look. I’ve embedded the video here:

Catch me next week in Manchester, UK

Fresh from VMworld 2016, I will be in Manchester (UK) next week. I will be presenting at two different events on two different days. The first event is the North West UK VMUG on Wednesday, 14th September. This is an all day event, and will take place at the Rosylee Tea Rooms in Stevenson Square. Click here for the registration. Then on Thursday, 15th September, I will be presenting at the TechUG conference. This is another all day event which takes place at the DoubleTree by Hilton in Manchester Piccadilly. You can book your place on this event by clicking…

Project Harbor in action

A short time back, I showed you how to change the Project Harbor configuration to use persistent storage provided by docker volume driver for vSphere and save your images on Virtual SAN. In this post, I will show you how to use Project Harbor by adding a new user to Harbor, create a new project for this user, login to Harbor via docker, and then push and pull image from the Project Harbor repo. While these instructions are simplified just to get you started, you should refer to the official project hard documentation which is available on the github site.…