gke-multi-tenancy

Installation
SKILL.md

GKE Multi-tenancy and Governance

This skill provides guidance on implementing multi-tenancy and governance in Google Kubernetes Engine (GKE) clusters.

Overview

Multi-tenancy allows you to share a single GKE cluster among multiple teams or applications securely. Governance ensures that policies and resource limits are enforced.

Workflows

1. Create Namespaces for Isolation

Namespaces provide a scope for names and are the primary unit of isolation in Kubernetes.

Steps:

  1. Create a namespace for each tenant.

Example Namespace Manifest:

Installs
12
GitHub Stars
158
First Seen
May 7, 2026
gke-multi-tenancy — googlecloudplatform/gke-mcp