Introducing GKE multi-cluster services

By Google Cloud Blog - 2021-02-19

Description

GKE’s new multi-cluster services let you use Kubernetes services across disparate clusters.

Summary

  • Try GCP Do you have a Kubernetes application that needs to span multiple clusters?
  • GKE MCS leverages the existing service primitive that developers and operators are already familiar with, making expanding into multiple clusters consistent and intuitive.
  • Here are some popular use cases we have seen our customers enable with GKE MCS.
  • Whether your traffic flows from the internet across clusters, within the VPC between clusters, or both, GKE provides multi-cluster networking that is deeply integrated and native to Kubernetes.

 

Topics

  1. Backend (0.28)
  2. Management (0.08)
  3. Database (0.04)

Similar Articles

Why we switched from docker to

By serverless - 2020-11-24

Why we decided to migrate our services running on docker containers to serverless stack using aws lambda functions and aws api gateway

A Custom

By Kubernetes - 2020-12-21

Author: Chris Seto (Cockroach Labs) As long as you're willing to follow the rules, deploying on Kubernetes and air travel can be quite pleasant. More often than not, things will "just work". However, ...