Ashish Barot Blog Popular Posts

Showing posts with label terraform. Show all posts
Showing posts with label terraform. Show all posts

Tuesday, September 7, 2021

DevOps Skills Trends across the world !

 DevOps 

If we do analysis of last 5 years data for DevOps and various skill sets around it, we will come to know that, it is in very high demand across the globe. 

 

5 Years search history for DevOps Keyword 


Sunday, June 13, 2021

What is Terraform?

Terrafrom is open source software for IaS

IaS = Infrastructure as a Service

Terraform is product by HashiCorp company

Here are few quick points, which will make Terraform very popular in Cloud Industry

 - Terraform is declarative approach to create Infrastructure which we required
- Idempotent & consistent
- We can store our code in Source Control system  - gitlab, git
- TF is push type method for creating Infra
- We can automate deployment
- Multiple consistent environment can be created easily
- Time saver - Repeatable process  
- Reusable components