git header

Exploring the Git command line – A getting started guide

What is Git? Git is distributed version control software. Version Control is the ability to save and track changes over time, without interfering with previous versions. As the software is distributed, it means all users can have a copy of an entire repository, containing all commits, branches, and files. There are a few things you … Continue reading Exploring the Git command line – A getting started guide

Tanzu Blog Logo Header

Tanzu Service Mesh – First look at deploy, configure and managing an app between clusters

I’ve finally found the time to dive into Tanzu Service Mesh (TSM), a product which has intrigued me greatly. In this blog post I cover setting up TSM, and configuring application connectivity between two clusters running in different public clouds. What is a Service Mesh? In software architecture, a service mesh is a dedicated infrastructure … Continue reading Tanzu Service Mesh – First look at deploy, configure and managing an app between clusters

AWS EKS Header

Quick Fix – AWS Console – Current user or role does not have access to Kubernetes objects on this EKS Cluster

The Issue Once you’ve deployed an EKS cluster, and try to view this in the AWS Console, you are presenting the following message: Your current user or role does not have access to Kubernetes objects on this EKS Cluster The Cause This is because you need to run some additional configuration on your cluster to … Continue reading Quick Fix – AWS Console – Current user or role does not have access to Kubernetes objects on this EKS Cluster

Red Hat OpenShift + VMware Header

OpenShift on VMware – Integrating with vSphere Storage, Networking and Monitoring.

I was honoured to be a guest on the “Ask an OpenShift Admin” webinar recently. Where I had the chance to talk about OpenShift on VMware, always a hot topic, and how we co-innovate and work together on solutions. You can watch the full session below. Keep reading to see the content I didn’t get … Continue reading OpenShift on VMware – Integrating with vSphere Storage, Networking and Monitoring.

vRealize Automation Header

Using vRealize Automation Cloud Template to execute a Code Stream Pipeline

Looking at the latest vRA Cloud Template Schema, I saw something interesting in the definitions. The ability to have a resource type of “codestream.execution”. This allows you to execute a Code Stream pipeline from within a cloud template. Once deployed, a Deployment will feature a resource object, of which you can also link a custom … Continue reading Using vRealize Automation Cloud Template to execute a Code Stream Pipeline