Kubernetes

Recording – Kubernetes 101 – Getting started in the cloud native world

I had the pleasure of presenting this Kubernetes 101 session to the Veeam Community thanks to my work as part of their Veeam Vanguards program, and a special thank you to Michael Cade who co-presented with me! In this session we cover the following with technical details included: How have we got here? Kubernetes – … Continue reading Recording – Kubernetes 101 – Getting started in the cloud native world

VMware Tanzu Header

vSphere with Tanzu – cidrBlocks intersects with the network range of the external ip pools

The Issue When deploying a vSphere with Tanzu guest cluster via the command line, I hit the following error: kubectl apply -f cluster.yaml Error from server (spec.settings.network.pods.cidrBlocks intersects with the network range of the external ip pools in network provider’s configuration, spec.settings.network.pods.cidrBlocks intersects with the network range of the external ip pools LB in network … Continue reading vSphere with Tanzu – cidrBlocks intersects with the network range of the external ip pools

github logo

Getting the GitHub Verified commit badge when using Visual Code on Mac OS X

The Issue Recently I’ve started to use Visual Code as my editor on Mac OS X, and using it with my GitHub Repos. It’s pretty cool! However I noticed that when I submit a commit via code, I do not see the verified badge. The Cause When I look at my global git config on … Continue reading Getting the GitHub Verified commit badge when using Visual Code on Mac OS X

Ubuntu – apt-get update fails “The repository no longer has a Release file”

The Issue Running sudo apt-get update or sudo apt update fails with the following or similar errors: Hit:1 http://apt.postgresql.org/pub/repos/apt eoan-pgdg InRelease Ign:2 http://archive.ubuntu.com/ubuntu eoan InRelease Ign:3 http://archive.ubuntu.com/ubuntu eoan-updates InRelease Ign:4 http://archive.ubuntu.com/ubuntu eoan-backports InRelease Ign:5 http://archive.ubuntu.com/ubuntu eoan-security InRelease Err:6 http://archive.ubuntu.com/ubuntu eoan Release 404 Not Found [IP: 91.189.88.142 80] Err:7 http://archive.ubuntu.com/ubuntu eoan-updates Release 404 Not Found [IP: … Continue reading Ubuntu – apt-get update fails “The repository no longer has a Release file”

VMware Tanzu Header

Understanding the VMware Tanzu Kubernetes Terminology

It’s not uncommon for me to see the question asking for an explanation of VMware Tanzu Kubernetes terminology and differences between similar named products. As per the below tweet. This is my blog post to address the Tanzu Kubernetes terminology and use. First, we’ll break down the high level names and products. Then move into … Continue reading Understanding the VMware Tanzu Kubernetes Terminology