Multi-Tenancy w/ Teams¶
This pattern demonstrates how to provision and configure a multi-tenancy Amazon EKS cluster with safeguards for resource consumption and namespace isolation.
This example solution provides:
- Two development teams -
team-red
andteam-blue
- isolated to their respective namespaces - An admin team with privileged access to the cluster (
team-admin
)
Deploy¶
See here for the prerequisites and steps to deploy this pattern.
Validate¶
TODO
Add in validation steps
Destroy¶
terraform destroy -target="module.eks_blueprints_addons" -auto-approve
terraform destroy -target="module.eks" -auto-approve
terraform destroy -auto-approve
See here for more details on cleaning up the resources created.