Terraform allows you to define and create complete infrastructure deployments in Azure. You build Terraform templates in a human-readable format that create and configure Azure resources in a consistent, reproducible manner.
Terraform allows you to define and create complete infrastructure deployments in Azure. You build Terraform templates in a human-readable format that create and configure Azure resources in a consistent, reproducible manner.
Learn how to setup lambda execution environment to run awscli commands.
We can use awscli command to list all instances from all regions across multiple AWS accounts using multiple profile names.
Use kops to create kubernetes cluster in existing VPC and Subnets.
Additional user-data can be passed to the host provisioning by setting the additionalUserData field.
This article covers setting up of mssql-tools which includes the sqlcmd client utility. These steps are needed for container in which you wish to use the sqlcmd command or other Microsoft-originating utilities on Ubuntu to interact with an MSSQL Server.
Instead of installing postgreSQL server as local service for development setup, you can run postgreSQL and pgAdmin as Docker containers.
The error “container has runAsNonRoot and image will run as root” is due to non availability of required volume not mounted for container.