DevOps Classroom Series – Infra provisioning 31/Dec/2019

Infra-Provisioning

  • Creating Infrastructure for the application.

  • Sample Application Architecture Preview

  • To realize architecture like the one above, a difficult manual work has to be performed.

  • If there is a tool which can help in creating architectures like above, it would be better. To this tool you need to describe your architecture.

  • The other challenge is where to create this architecture. Because each virtualization env has different tools

    • AWS => Cloud Formation
    • AZURE => ARM Templates
    • Google => Template (Deployment Manager)
    • VMWare => VMWare SDK
  • Advantage of Packer/Terraform is they work on almost all the virtualization platforms

Packer

  • Every Virtualization Platform needs an Image to Create Virtual Machine
  • Packer can help in the creation of VM Images in any Virtualization Platform
  • Packer Workflow
    • Create a JSON file with your image information and the softwares required
    • Execute Packer to create image in any Virtualization Platform

Terraform

  • Terraform creates Infrastructures like VMs, network, disks
  • Using terraform you can call shell script/ansible/chef/powershell
  • Terraform creates infrastructure for the applications in any Virtualization Platform
  • Terraform Workflow
    • Create a Terraform file (DSL) with your infra needs
    • Execute Terraform to create infra

Pre-requisites

  • Azure Free Trail Account
  • AWS Free Tier Account

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Integration by Acurax Wordpress Developers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube