Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    DevOps Masterclass with Terraform, Packer, Docker & Github

    Posted By: BlackDove
    DevOps Masterclass with Terraform, Packer, Docker & Github

    DevOps Masterclass with Terraform, Packer, Docker & Github
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 2.64 GB | Duration: 9h 39m


    Deploy a real world E-Commerce application API using DevOps Best Practices

    What you'll learn
    How to deploy infrastructure with Terraform
    How to Dockerize applications with Docker
    How to build custom Images for Virtual Machines with Packer
    How to create a Continuous Integration & Deployment pipeline with GitHub Actions
    How to bring different technologies together to achieve painless automated deployment

    Requirements
    Terminal basics
    Git & Github
    Programming basics
    Basic bash
    Basic Networking
    Description
    Deployment is usually one of the aspects that is tackled last when it comes to application development, and until only recently deployment experience for both Developers and Operations teams was very painful.

    To this end, DevOps practices have now been adopted quite widely, and in a nutshell, DevOps is the intersection between Development and Operations.

    A lot of tools have been created to tackle the pain points of making a deployment and these fall into different categories, like configuration tools, server templating, and Infrastructure as Code to mention a few.

    Now in a lot of tutorials and courses, the focus is on learning and using these tools individually without any real world context. This means that you will need to use these different tools together yourself, and this can be difficult to use them in a real world context.

    In this course we will be making a hands on deployment of an E-commerce Node API application with a custom SSL domain using a combination of the deployments tools that are available. These include

    Git Version control

    Linux

    Bash Scripts

    Terraform

    Docker

    Packer

    Continuous Integration - GitHub Actions

    AWS

    We're going to use all of these tools together to make an automated deployment without any manual steps such as configuring infrastructure resources in the UI console. We're also going to have the advantage of versioning our infrastructure in Git, which means that should there be any issues we can simply roll back the infrastructure deployed to a previous state very easily.

    Who this course is for
    Software Engineers
    DevOps Engineers
    Any individual who want to make a painless deployment for an API