Best of TerraformFebruary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Advanced End-to-End DevOps Project: Deploying A Microservices APP To AWS EKS using Terraform, Helm, Jenkins And ArgoCD (Part I)

    This post discusses the implementation of an advanced end-to-end DevSecOps pipeline using various tools such as GitOps, Terraform, Jenkins, and ArgoCD. The first part of the project focuses on setting up the CI pipeline, including provisioning EC2 instances and configuring Jenkins.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Wait, What’s GitOps?

    GitOps is a modern way to manage cloud-native systems using Git as version control for infrastructure. Argo CD, Flux, and Terraform are popular tools for implementing GitOps. Setting up GitOps with Argo CD involves deploying it to a Kubernetes cluster, connecting it to a Git repository, and integrating with a CI pipeline.

  3. 3
    Article
    Avatar of spaceliftSpacelift·2y

    How to Use Terraform Try & Can Functions [Examples]

    Learn about the Terraform try and can functions, their usage and limitations. Explore an example of using the try function to check for the existence of a map in Kubernetes namespaces. Discover how the lookup function compares to the try function. Find out how the can function is used to test if a value exists. Plus, learn about OpenTofu, an open-source version of Terraform.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    From Code to Cluster: ArgoCD GitOps for Kubernetes

    The post discusses the concept of GitOps and introduces ArgoCD as an open-source tool for implementing GitOps in the Kubernetes environment. It also provides step-by-step instructions for setting up an AKS Cluster using Terraform and installing ArgoCD on the cluster. The post concludes with a discussion on creating applications in ArgoCD and using Jenkins for Docker image CI/CD.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    Top 5 Terraform Projects for AWS to Boost Your Resume (Easy, Intermediate, Expert Levels) with Repository Links

    Explore top Terraform projects for AWS with varying difficulty levels. Learn how to deploy a static website, automate application deployment, create a two-tier architecture, deploy a high-availability AWS architecture, and build a multi-tier architecture.