Deploy an enterprise developer platform on Google Cloud

Last reviewed 2024-04-19 UTC

As enterprises shift to container-based application development and deployment, they must learn how to manage distributed teams with separate engineering workflows. To help large enterprises complete the shift to container-based applications, we created the enterprise application blueprint. This blueprint deploys an internal developer platform that enables cloud platform teams to provide a managed platform for software development and delivery that their organization's application development groups can use.

The enterprise application blueprint is designed to be compatible with the enterprise foundations blueprint. The enterprise foundations blueprint provides a number of base-level services that the enterprise application blueprint relies on, such as Cloud Identity. You can deploy the enterprise application blueprint without deploying the enterprise foundations blueprint if your Google Cloud environment provides the necessary functionality to support the enterprise application blueprint.

This document is intended for cloud architects and assumes that you're using the enterprise application blueprint to deploy new enterprise applications on Google Cloud. However, if you already have existing containerized enterprise applications on Google Cloud, you can incrementally adopt this reference architecture.

This document also assumes that you understand Kubernetes components, including services, namespaces and clusters. For background information on Kubernetes and its implementation in Google Cloud, see the Google Kubernetes Engine (GKE) Enterprise edition technical overview.

Enterprise application blueprint overview

In most enterprises, a developer platform manages the shared infrastructure that is used by all developers. The developer platform creates build pipelines, deployment pipelines, and runtime environments for each application component on demand. Developer teams and application operators have access to only those application components for which they are responsible. The platform is designed to support the deployment of highly available and secure applications.

This blueprint deploys a developer platform on top of the enterprise foundations blueprint (or its equivalent). The developer platform includes resources such as Google Kubernetes Engine (GKE) clusters, GKE fleet, the application factory, infrastructure pipelines, platform monitoring, and platform logging. In addition, the developer platform sets up the users (developer platform administrators and application developers) who manage the solution.

This blueprint enables organizations to provide different application development teams (called tenants) access to the platform. A tenant is a group of users with common ownership over a set of resources. A tenant owns one or more applications that run on the platform as a container-based service. An application on the developer platform is a bundle of source code and configuration. Each application is built and deployed by a dedicated CI/CD pipeline. Tenants and applications are isolated from one another at run time and in the CI/CD pipelines. Portions of the blueprint provide automation are used by all tenants, and are referred to as multi-tenant.

To illustrate how the developer platform is used, the blueprint includes a sample application, called Cymbal Bank. Cymbal Bank is a microservices application that is designed to run on GKE. The application is intended to simulate a highly-available application that is deployed in an active-active configuration to enable disaster recovery. Cymbal Bank assumes that the application is developed and operated by several independent developer teams.

What's next