Now that we have monitoring enabled we will simulate heavy load to our EKS Cluster hosting our Wordpress install. While generating the load, we can watch CloudWatch Container Insights for the performance metrics.
sudo yum install siege -y
Verify Siege is working by typing the below into your terminal window.
siege --version
Output example (version may vary).