Category: Networking

  • Posted on High Velocity Migrations with GCVE and HCX

    High Velocity Migrations with GCVE and HCX

    This month we delve into migrating VM's from on-premise to GCVE at speed using HCX appliances and network extensions.

  • Posted on Infrastructure as Code with Terraform in GCVE

    Infrastructure as Code with Terraform in GCVE

    This month we look at how to use Terraform to creating, update and destroy resources within GCVE...

  • Posted on GCVE Backup and Disaster Recovery

    GCVE Backup and Disaster Recovery

    This month we look at how to use Site Recovery Manager and Google Backup & Protect to perform DR to the cloud, and within the cloud...

  • Posted on GCVE Advanced Auto-Scaling

    GCVE Advanced Auto-Scaling

    This month, we will look at how to configure advanced auto-scaling on our new GCVE cluster.

  • Posted on Introduction to GCVE

    Introduction to GCVE

    In this post, we will be taking a high level look at Google Cloud VMware Engine, or GCVE for short.

  • Posted on NGINX Ingress Controller in GKE

    NGINX Ingress Controller in GKE

    This tutorial is part of a series I am creating on creating, running and managing Kubernetes on GCP the way I do in my day job. In this episode, we are covering how to setup a nginx ingress controller to handle incoming requests. Note There may be some things I have skimmed over, if so or you see a glaring hole in my configuration...

  • Posted on Simple Hugo Website

    Simple Hugo Website

    Installing Hugo Since I am using a Mac, this is as simple as brew install hugo For others, see the below list Arch Linux yay -S hugo Debian Linux sudo apt install hugo Redhat Linux yum install hugo Otherwise, you could always simple pull the latest version from the Hugo GitHub repo here https://github.com/gohugoio/hugo/releases Create your site and get a theme The first thing you will need is to create a site using the hugo cli...