#nginx
Read more stories on Hashnode
Articles with this tag
How to Create Provider and Resource Blocks for an Nginx Docker Image in Terraform Terraform is a popular Infrastructure as Code (IaC) tool that allows...
Deploying Webpage using the ansible-playbook Automation is the backbone of modern infrastructure management. Among the automation tools available,...
What is CodeBuild? AWS CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces...
If you're looking to run a web server on AWS's Elastic Container Service (ECS) using Fargate launch types, Nginx is a solid choice. AWS offers...
In the previous blog, we have learned to install minikube on ubuntu server. You can refer it:...