Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lab-platform-engineer/00-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
- AWS Setup
- Domain registered/delegated to Route53 zone
- If you haven't created a VPC for EKS yet, follow the instructions here: https://docs.aws.amazon.com/eks/latest/userguide/creating-a-vpc.html - use the instructions for public and private subnets
- The workshop will create 2 load balancers for every student. The default AWS quota is 20 load balancers per region, so you may need to increase your quota for load balancers if there are existing load balancers in your region, or more than 10 attendees. The specific quota to increase is for the "Elastic Load Balancing (ELB)" service, and the quota name is "Classic Load Balancers per Region"
- Tanzu Platform for Kubernetes Org + Group + Project
- AWS Account, EKS Lifecycle Management Credential and Route 53 GSLB Credential configured
- AWS EKS Overflow Cluster(s) (labeled with `workshop-overflow: true`)
- Recommended cluster node pool size is 5 t3.xlarge
- Recommended cluster node pool size is 8 t3.xlarge
- The cluster must have public and private endpoint access (Network Advanced Settings in TPK8S). CIDR 0.0.0.0/0
will work.
- The cluster must have a default storage class for eduk8s. To verify or change this, access the EKS cluster using the kubeconfig file obtained from Tanzu Platform. If no default storage class is set, then execute this command (changing the storageclass name as appropriate) `kubectl patch storageclass gp2 -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}`
Expand Down