GDCV for VMware overview

Google Distributed Cloud Virtual (GDCV) is our solution that extends Google Cloud's infrastructure and services into your data center, with Google-provided software running on your own hardware. GDCV for VMware is built on Google Kubernetes Engine (GKE), with its own GKE on VMware package that extends GKE for use in an on-premises environment. With GKE on VMware, you can create, manage, and upgrade Kubernetes clusters on your own premises while using Google Cloud features. You can deploy and operate containerized applications on your GKE on VMware clusters at scale using Google's infrastructure.

GDCV for VMware is part of GKE Enterprise: an enterprise tier for GKE with powerful features for governing, managing, and operating containerized workloads at scale. You can find out more about GKE Enterprise and the features available for GKE on VMware clusters in the GKE Enterprise (Anthos) technical overview.

GKE on VMware runs on your premises in a vSphere environment. vSphere is VMware's virtualization platform. The two main components of vSphere are ESXi and vCenter Server.

This page provides an overview of how GKE on VMware works, giving you the background you need before going on to a minimal or production installation.

How it works

GKE on VMware extends Google Kubernetes Engine (GKE) to let you create GKE clusters in a vSphere environment on your own premises, and manage them in Google Cloud along with regular Google Kubernetes Engine clusters and clusters in other environments as part of a fleet.

Because GKE on VMware runs in your data center rather than on Google Cloud, it requires you to install some admin and control plane software in addition to the GKE software itself. The software that runs in your data center is downloaded as part of the installation and upgrade processes.

The following diagram shows the simplified result of a completed installation.

Diagram of an admin cluster and a user cluster
GKE on VMware architecture with one user cluster (Click to enlarge)

Key components

The following components make up a GKE on VMware installation:

  • A user cluster is where the workloads that implement your applications run, like in GKE on Google Cloud. The nodes that run your workloads are called worker nodes. A user cluster also has one or more control plane nodes. In the preceding diagram, the user cluster has one control plane node.

  • The admin cluster manages one or more user clusters. In the preceding diagram, the admin cluster has three control plane nodes.

  • The admin workstation is a separate machine that includes the tools that cluster creators and developers need to manage GKE on VMware:

    • Running gkectl from the admin workstation lets you create and update clusters and perform some other administrative tasks
    • Running kubectl from the admin workstation lets you interact with your admin and user clusters, including deploying and managing workloads
  • The Google Cloud console provides a web interface for your Google Cloud project, including GKE on VMware. You can perform a subset of GKE on VMware administrative tasks, including cluster creation, from the Google Cloud console as an alternative to running commands on the admin workstation.

  • Cluster admins and developers use kubectl and virtual IP addresses (VIPs) to access the control planes in the admin and user clusters. You configure VIPs during cluster creation. Users and developers calling workloads in your user clusters use Service and Ingress VIPs. Each node in the installation also has its own IP address. You can learn more about IP planning for GKE on VMware in Plan your IP addresses.

Connecting to the fleet

All GKE on VMware user clusters (and optionally admin clusters) are members of a fleet: a logical grouping of Kubernetes clusters. Fleets let your organization uplevel management from individual clusters to entire groups of clusters, and can help your teams adopt similar best practices to those used at Google. You can view and manage fleet clusters together in the Google Cloud console, and use fleet-enabled GKE Enterprise features to help you manage, govern, and operate your workloads at scale. You can see a complete list of available fleet features for on-premises environments in GKE Enterprise deployment options.

Each fleet cluster's connection to Google Cloud is managed by a Connect Agent, which is deployed as part of the GKE on VMware installation process. You can learn more about how this agent works in the Connect Agent overview.

Fleet membership is also used to manage GKE on VMware pricing, as described in the next section.

For a deeper discussion of GKE Enterprise features and how they work together, see the GKE Enterprise technical overview.

Purchasing GDCV for VMware

Enabling GKE Enterprise lets you use all GKE Enterprise features, including GKE on VMware, for a single per-vCPU charge for fleet clusters. You enable the platform by enabling the Anthos API in your Google Cloud project.

For full pricing information, including how to contact sales, see GKE pricing.

Versions

To learn about GKE on VMware versions, see Version history.

Installing GKE on VMware

Because GKE on VMware runs in your own infrastructure, it is highly configurable to meet your particular organizational and use case needs: you can choose from a range of supported load balancing modes, vSphere configurations, IP addressing options, security features, connectivity options, and more. This means that setting up GKE on VMware involves making decisions before and during installation in consultation with your networking, vSphere, and application teams to ensure that your installation meets your needs. This documentation set includes guides to help your team make these decisions.

However, if you just need to see GKE on VMware in action, we also provide a simple installation path for a small test installation where we've made a lot of these choices for you, letting you quickly get a workload up and running.

In each case, the installation process is as follows:

  1. Plan your installation. Minimally this includes ensuring you can meet the resource and vSphere requirements for GKE on VMware, as well as planning your IP addresses.
  2. Set up your on-premises environment to support GKE on VMware, including setting up vSphere inventory objects and your connection to Google.
  3. Set up Google Cloud resources, including the Google Cloud project you will use when setting up and managing GKE on VMware.
  4. Create an admin workstation with the resources and tools you need to create clusters.
  5. Create an admin cluster to create, manage, and update user clusters.
  6. Create user clusters to run your actual workloads.

What's next?