Category: DevOps & CI/CD

50 questions in DevOps & CI/CD.

How to manage secrets in Terraform?

· DevOps & CI/CD

Secrets in Terraform require careful handling. Learn how to use vaults, environment variables, and sensitive attributes.

How to test Infrastructure as Code?

· DevOps & CI/CD

Testing IaC prevents misconfigurations. Learn static analysis, unit testing, and integration testing strategies.

How to compare Terraform vs Pulumi?

· DevOps & CI/CD

Terraform and Pulumi both manage infrastructure as code, but they differ in language, ecosystem, and workflow. Learn which fits your team.

What is Pulumi?

· DevOps & CI/CD

Pulumi is an Infrastructure as Code tool that uses general-purpose languages. Learn how it differs from Terraform.

How to write Ansible playbooks?

· DevOps & CI/CD

Playbooks define automated tasks in YAML. Learn the structure, modules, variables, and best practices.

What is Ansible?

· DevOps & CI/CD

Ansible is an agentless configuration management and automation tool. Learn how playbooks and inventory files work.

How to manage Terraform remote state?

· DevOps & CI/CD

Remote state enables team collaboration and locking. Learn how to configure backends like S3, GCS, and Terraform Cloud.

What are Terraform modules?

· DevOps & CI/CD

Modules encapsulate reusable Terraform configurations. Learn how to create, consume, and version modules.

How does Terraform state work?

· DevOps & CI/CD

Terraform state maps configuration to real resources. Learn how state files work and why remote state is essential for teams.

What is Terraform?

· DevOps & CI/CD

Terraform is an Infrastructure as Code tool by HashiCorp. Learn how it provisions and manages cloud resources declaratively.