Project Hatchway hitting the mainstream – persistent storage for containers
Regular readers will be aware that I “dabble” from time to time in the world of Cloud Native Apps. For me, a lot of this dabbling is trying to figure out how I can go about providing persistent storage...
View ArticleBuilding a Docker Swarm with Photon OS
I’ve decided to take a look at our new vFile docker volume plugin. If you haven’t heard, vFile volume plugin for Docker provides simultaneous persistent volume access between hosts in the same Docker...
View ArticleValidating overlay network when docker swarm running on Centos VMs on vSphere
I got a chance to revisit my docker swarm deployment this week after a bit of a break. I was a little curious about my setup because when I spoke to some of our ‘Project Hatchway‘ engineers, I was told...
View ArticleA first look at vFile – Sharing a persistent volume between containers
Regular readers will have noticed that I have been doing a bit of work recently with docker swarm, and what you need to do to get it to work on VMs running on vSphere. The reason why I had taken such...
View ArticleA simple Pivotal Container Service (PKS) deployment
This post will walk you through a simplified PKS (Pivotal Container Service) deployment in my lab. The reason why I say this is simplified is because all of the components will be deployed on a single...
View ArticlePKS – Networking Setup Tips and Tricks
In my previous post, I showed how to deploy Pivotal Container Services (PKS) on a simplified flat network. In this post, I will highlight some of the issues one might encounter if you wish to deploy...
View ArticleMy highlights from KubeCon and CloudNativeCon, Europe 2018
This week I attended KubeCon and CloudNativeCon 2018 in Copenhagen. I had two primary goals during this visit: (a) find out what was happening with storage in the world of Kubernetes (K8s), and (b)...
View ArticleIntegrating NSX-T and Pivotal Container Services (PKS)
If you’ve been following along my recent blog posts, you’ll have seen that I have been spending some time ramping up on NSX-T and Pivotal Container Services (PKS). My long term goal was to see how...
View ArticlePKS Revisited – Project Hatchway / K8s vSphere Cloud Provider review
As I am going to be doing some talks around next-gen applications at this year’s VMworld event, I took the opportunity to revisit Pivotal Container Services (PKS) to take a closer look at how we can...
View ArticleKubernetes on vSphere – Virtually Speaking Podcast Episode #86
I was delighted to be asked along to the latest Virtually Speaking podcast last week. I was invited to attend alongside the very smart Frank Denneman. Also joining us was Myles “vOdgeball sports...
View ArticleKubernetes, Hadoop, Persistent Volumes and vSAN
At VMworld 2018, one of the sessions I presented on was running Kubernetes on vSphere, and specifically using vSAN for persistent storage. In that presentation (which you can find here), I used Hadoop...
View ArticlePivotal and Harbor – x509 certificate issues
After deploying and configuring the Harbor tile in Pivotal Ops Manager, I ran into a couple of issues with certificates. The first was encountered when I was trying to login to harbor from an Ubuntu...
View ArticleA first look at Heptio Velero (previously known as Ark)
Those of you who work in the cloud native space will probably be aware of VMware’s acquisition of Heptio back in December 2018. Heptio bring much expertise and a number of products to the table, one of...
View ArticleMore Velero – Cassandra backup and restore
In my previous exercise with Heptio Velero, I looked at backing up and restoring a Couchbase deployment. This time I turned my attention to another popular containerized application, Cassandra....
View ArticleFun with PKS, K8s, MongoDB Helm Charts and vSAN
I’ve been spending a bit of time lately look at our Heptio Velero product, and how it works with various cloud native applications. Next application on my list is MongoDB, another NoSQL database. I...
View ArticleVelero and Portworx – Container Volume Backup and Restores
If you’ve been following my posts for the last week or so, you’ll have noticed my write-ups on Velero backups and restores using the new release candidate (RC). I also did a recent write-up on Portworx...
View ArticleKubernetes Storage on vSphere 101 – Failure Scenarios
We have looked at quite a few scenarios when Kubernetes is running on vSphere, and what that means for storage. We looked at PVs, PVC, PODs, Storage Classes, Deployments and ReplicaSets, and most...
View ArticleKubernetes Storage on vSphere 101 – NFS revisited
In my most recent 101 post on ReadWriteMany volumes, I shared an example whereby we created an NFS server in a Pod which automatically exported a File Share. We then mounted the File Share to multiple...
View ArticleKubernetes on vSphere 101 – Services
This will be last article in the 101 series, as I think I have covered off most of the introductory storage related items at this point. One object that came up time and again during the series was...
View ArticleKubernetes on vSphere 101 – Ingress
As I was researching content for the 101 series, I came across the concept of an Ingress. As I hadn’t come across it before, I wanted to do a little more research on what it actually did. It seems that...
View Article