You might’ve heard about Infrastructure as Code ( IAC). The most popular tools for IAC are Amazon’s Cloudformation and Hashicorp’s Terraform.
DevOps Interview Questions
In a DevOps interview, there are some big pillars of DevOps Engineering Job that you’ll probably be asked about: Configuration Management ( Chef, Ansible, Puppet)…
3 Must Read Devops Books
DevOps movement has changes the way people develop, maintain and update their software. The movement was an organic evolution that allows companies to develop and…
Running docker containers in different modes
Running docker containers in different modes 1)We can run docker containers for executring only certain tasks 12console docker run <imagename> This will execute the task…
What is Devops?
DevOps (a clipped compound of “development” and “operations”) is a software engineering culture and practice that aims at unifying software development (Dev) and software operation (Ops). The main…