TERRAFORM

access_time 2023-06-28T15:21:46.185Z face Aayushi Poddar
TERRAFORM Q1. What is Terraform and how does it work? Answer: Terraform is an open source infrastructure-based protocol (IaC) tool for planning and managing infrastructure resources. It allows you to define your infrastructure using a declarative configuration language called HashiCorp Configuratio...

ARGO CD

access_time 2023-06-28T15:15:35.584Z face Aayushi Poddar
ARGO CD Q1: What is Argo CD? Answer: Argo CD is an open source continuous delivery system that enables the deployment and management of applications in Kubernetes clusters. It ensures that the required state of the application in the git repository matches the deployed state in the stack. Q2: How d...

AWS SSM PARAMETER

access_time 2023-06-28T15:08:24.471Z face Aayushi Poddar
AWS SSM PARAMETER Q1: What is the AWS Systems Manager (SSM) Parameter Store? Answer: AWS Systems Manager (SSM) Parameter Store is a managed service that provides secure storage and retrieval of configuration and confidential information. It provides a central repository for storing and managing key...

GRADLE

access_time 2023-06-28T15:02:45.582Z face Aayushi Poddar
GRADLE Q1: What is Gradle and why is it widely used in the software development industry? Answer: Gradle is a popular build automation tool used in the software development industry. It provides a flexible and efficient way to build, test, and deploy software projects. Gradle combines the best feat...

TERRATEST

access_time 2023-06-28T14:32:21.413Z face Aayushi Poddar
TERRATEST Q1. What is Terratest and how does it work? Answer: Terratest is an open source testing program designed to evaluate the usefulness of the construction process in Terraform. It allows developers to write automated tests using the Go programming language to validate their deployments. Terr...