Tabs with regular text:

echo "This is tab 1."

Tabs with code blocks:


echo "This is tab 1."

Tabs showing installation process:

To create a basic EKS cluster, run:

eksctl create cluster --name=eksworkshop-eksctl --nodes=3 --node-ami=auto --region=${AWS_REGION}

Launching EKS and all the dependencies will take approximately 15 minutes

Second set of tabs showing installation process:

To create a basic EKS cluster, run:

eksctl create cluster --name=eksworkshop-eksctl --nodes=3 --node-ami=auto --region=${AWS_REGION}

Launching EKS and all the dependencies will take approximately 15 minutes