This is a file that contains cmd I run in the terminal The purpose of this file is to deploy PrestaShop on AWS EKS using NGINX Ingress, cert-manager and best practices for cost-effective, production-ready setups. Update kubeconfig
aws eks update-kubeconfig --region eu-central-1 --name myr-eks
Aws get user, to check if the user is the one we expect
aws iam get-user
Verify Configuration, to check if the configuration is correct...
To get started with NGINX Open Source or NGINX Plus, you first need to install it on a system and learn some basics.
Installing on Debian/Ubuntu Create a file named /etc/apt/sources.list.d/nginx.list that contains the following contents:
sudo nano /etc/apt/sources.list.d/nginx.list content of nginx.list
deb http://nginx.org/packages/mainline/OS/ CODENAME nginx deb-src http://nginx.org/packages/mainline/OS/ CODENAME nginx check you system OS and CODENAME
lsb_release -a the file nginx.list should be look like below
# comment deb http://nginx.org/packages/mainline/ubuntu/ focal nginx deb-src http://nginx....