* untested * teams pattern * rework doc * README * boierplate * tflint * Fix tflint for project factory * Correct path to pf * resman changes * fix factory variable default * fix links * project factory module substitutions * tflint * stage test * tfdoc * rename schema, address review comments * README typos and wording * tfdoc * review comments * remove test from yaml * revert output workflow changes * fix sa reference errors * tfdoc * pf tag roles * schema validation * pf tag roles * avoid null values in pf context --------- Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com>
GKE Multitenant stage
This directory contains a stage that can be used to centralize management of GKE multinenant clusters.
The Terraform code follows the same general approach used for the project factory and data platform stages, where a "fat module" contains the stage code and is used by thin code wrappers that localize it for each environment or specialized configuration:
The dev folder contains an example setup for a generic development environment, and can be used as-is or cloned to implement other environments, or more specialized setups
Refer to the dev documentation configuration details, and to the gke-serverless documentation for the architectural design and decisions taken.