See you at VMworld Barcelona [Updated]

With less than a month to go, I thought I’d let you know about what I’m up to at VMworld in Barcelona once more this year. Once again, the show is on at the Fira Gran Via, where it has been held since 2012. This makes it the fifth year in a row that the event has been held here. Anyway, on with what I’ll be doing. My session this year will be Virtual SAN day #2 operations. In this session, my good pal Paudie O’Riordan (that handsome guy in the picture on the left – his words, not mine)…

My VMworld Presentations on VSAN are now available

What a VMworld this has been for VSAN. The building momentum of this product is awesome to see, especially for those of us who have been evangelizing it from the beginning. The conversations have changed significantly this year. Previously it was all about “Why should I use VSAN?”. Now that the benefits of VSAN are obvious, the conversations this year were more technical and more around enablement, e.g. “How would I achieve X with VSAN, what are the points I need to consider when I use VSAN for Y, etc?”. As I mentioned in a previous post, this year I…

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.…

Using vSphere docker volume driver to run Project Harbor on VSAN

Project Harbor is another VMware initiative in the Cloud Native Apps space. In a nutshell, it allows you to store and distributes Docker images locally from within your own infrastructure. While Project Harbor provides security, identity and management of images, it also offers better performance by having the registry closer to the build and run environment for image transfers. Harbor also supports multiple deployments so that you can have images replicated between them for high availability. You can get more information (including the necessary components) about Project Harbor on github. In this post, we will deploy Project Harbor in Photon…

Container Networks in VIC 0.4.0

This is part of a series of articles describing how to use the new features of vSphere Integrated Containers (VIC) v0.4.0. In previous posts, we have looked at deploying your first VCH (Virtual Container Hosts) and container using the docker API. I also showed you how to create some volumes to provide consistent storage for containers. In this post, we shall take a closer look at networking, and what commands are available to do container networking. I will also highlight some areas where there is still work to be done. Also, please note that VIC is still not production ready.…