Introducing the VMware Tanzu Portfolio

Background

New infrastructure architectures have always followed the demands of new application architectures.  The rise of the public cloud IaaS answered the need to take applications virtualized on discreet VM’s and move them to a new shared platform.  Now, with applications being natively written to take advantage of the scale of the cloud, the packaging and execution of these highly distributed microservices based applications by the infrastructure is changing again in response.

Almost all new applications are being written today in a “cloud native” or “microservices” architecture that is expressed in the infrastructure as running  containers.  Containers are the smallest logical package of an application possible, bundle the application binary with the libraries needed to execute it on a generic linux or Windows operating system.  This allows the application to be immediately portable to any cloud or vSphere environment.

Kubernetes is the cluster management software that schedules the execution and lifecycle of containers running across a fleet of machines.  Containerized workloads make assumptions about availability, security, and scalability of the IaaS that make them different than VMs and require a new generation of cluster orchestrator.  Kubernetes is the open source industry standard container orchestrator and is implemented by VMware Tanzu Kubernetes Grid (TKG), Azure AKS, AWS EKS, Google GKE, RedHat OpenShift, Rancher and others.

The Tanzu Portfolio

The Tanzu portfolio addresses the needs of this container-centric architecture by supplying a set of products to easily allow application developers to Build containerized applications, Run those applications easily on top of VMware supported Kubernetes, and Manage all Kubernetes clusters and applications running on them globally no matter what cloud they’re running.

Build

VMware directly supports application developers writing CODE by sponsoring one of the most popular development language frameworks in the world.  The most popular language to develop software in today is Java, and Java Spring is the most popular framework to increase developer productivity in the Java ecosystem.  VMware is the corporate sponsor of the Spring community and offers paid commercial support for the Java OpenJDK and Spring services for enterprises using it via the Spring Runtime.

Once the application is written, it must be ASSEMBLED into a running container.  The Tanzu Build Service runs on top of Kubernetes to watch for changes committed by developers into their internal source code repo.  Tanzu Build Service the leverages buildpack technology evolved from Pivotal Cloud Foundry to examine the raw source code and determine what libraries and dependencies need to be added to a container to allow the application to successfully execute.  TBS then automatically builds the container and places it into a Container Registry like Harbor for VMware.  The built container is ready to be deployed by any continuous delivery pipeline the customer chooses to use.

Internally built software depends on CURATED OPEN SOURCE SOFTWARE to supply the databases, caching layers, message queues, and development tools in popular use today.  Tanzu Application Catalog is a SaaS offering that allows a customer to select a subset of the Bitnami application catalog and have those OSS titles built automatically on top of a customer supplied secure base container image (if desired) and continuously placed into the customers private container registry, ready for deployment.  By continuously monitoring for patches that fix Critical Vulnerabilities (CVEs) and rebuilding the Application Catalog, TAC offloads an enormous security burden from developers.

VMware offers Tanzu Data Services commercial support for several titles.  Customers can APPLY (LEVERAGE) Greenplum data analytics engine, MySQL and Postgress databases, Redis caching, GemFire in memory data store, and RabbitMQ message queue data services as they need.  These titles are specifically supported by VMware and integrate into cloud native application patterns.

So far, we have discussed building the components of a modern application architecture.  Leveraging Pivotal Tanzu Labs services or on their own, customers can learn how to deploy these components onto a running production environment.

Tanzu Application Service (TAS) productizes the entire build value chain DELIVERING software from source code to running in production with a single CLI command:  “cf push”.  With this single command, developers can bypass a myriad of help desk tickets and change control systems and allow the system to discover, assemble, curate, apply, deploy, and connect all of the components together for a running production environment.  TAS provides the fastest path from source code changes to secured running production on the market today.

Run

Tanzu Kubernetes Grid (TKG) is the VMware supported open source Kubernetes distribution used to power the modern datacenter.  TKG runs on top of vSphere, on the public cloud, and in small edge environments equally well.  With vSphere7, VMware has for the first time modified the ESX kernel to allow containerized Kubernetes workloads, called Pods, to execute natively alongside virtual machines on the physical ESX servers.  Extending the Kubernetes API and adopting it as the standard API for vSphere7 generally, developers can deploy Kubernetes pod workloads, traditional virtual machines, and even entire Kubernetes clusters with simple YAML inside their own tenant namespaces.  Powered by vSphere7, this new Kubernetes based architecture is brought into the familiar vCenter UI for VMW admins with a single hypervisor to run modern application containers as easily as traditional VM based workloads.

Manage

When every vSphere7 cluster can run Kubernetes natively, TKG can be deployed in VMs everywhere, and every cloud provider runs their own Kubernetes offerings, customers will have to manage 10’s or 100’s of Kubernetes clusters and workloads globally across every cloud and in the datacenter.  Tanzu Mission Control (TMC) allows a small team to GOVERN all of these Kubernetes environments from a single policy driven SaaS application.  This way, IT can provide governance, policy-based security controls, and standardization to the Kubernetes fleet without slowing down the pace of change needed by developers.

With the ability to deploy widely distributed applications across Kubernetes on every public cloud, Tanzu Service Mesh (TSM) UNIFIES all of those clusters into a single global namespace.  This provides true hybridization of the public and private cloud deployments.  TSM is a managed service mesh that offers application architects a myriad of services from a global namespace, service discovery, end to end encryption and more.We have painted a picture of a globally distributed IT environment with applications running across multiple cloud providers combining modern containerized application deployments with traditional VM based workloads.

Tanzu Observability (TO) built on VMware Wavefront gives customers enterprise wide OBSERVATION of the entire distributed system.  Imagine a few built-in flags set via Java Spring Boot that emit application transaction metrics to Wavefront…  TAS Healthwatch emitting runtime metrics into Wavefront…  TKG and vSphere emitting IaaS performance metrics along with hardware vendors like Dell emitting temperature and utilization metrics to Wavefront.

Then at a higher layer, TMC and TSM emit Kubernetes and network data across clouds to Wavefront.   On a single enterprise wide performance dashboard, an executive could view “number of t-shirts sold per hour against the CPU utilization, memory, storage capacity, and temperature of the hardware in the datacenter.

Finally Tanzu Observability provides a common view for developers, administrators, and executives to speak the same language and provide the feedback needed to drive new changes into the next version of software Built by the CODE team.  This completes the virtuous circle of shipping great software, transforming Dev and Ops, and simplifying multi-cloud operations.