refactor AWS EKS Managed Node groups into two groups, service and hosting. Default the service group to 3 nodes and the hosting group to 0.
remove AWS EKS service node taints. replace these with node affinity for service pods to encourage isolation of these from nodes running mostly application software.
create AWS EBS volumes for Wordpress deployments so that we can control lifecycle, naming and drive volume attributes.
Type of Change
Describe Changes