Category: DevOps & CI/CD

61 questions in DevOps & CI/CD.

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 is GitOps and how does it work

· DevOps & CI/CD

Understand GitOps principles for declarative infrastructure and application delivery using Git as the single source of truth.

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.