Best of Terraform2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    thangchung/go-coffeeshop: ☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment

    Nomad, Consul Connect, Vault, and Terraform for deployment go-coffeeshop application with event-driven microservices has been written in Golang. Other version can be found at.NET CoffeeShop with Microservices approach -.NET Coffee Shop with Modular Monolith approach.

  2. 2
    Article
    Avatar of spaceliftSpacelift·3y

    The Most Comprehensive List of DevOps Tools for 2023

    The Most Comprehensive List of DevOps Tools for 2023 gathers some of the most useful and commonly used DevOps tools and technologies. Git Git is the most commonly used distributed version control system and is the clear winner in this space. GitHub GitHub is the default and most broadly used code repository management system.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    DevOps is Bullshit

    DevOps started as a well-intentioned set of practices and culture, but it has devolved into an unholy beast of division and tunnel vision. Coding Coding is becoming more and more of a hodge-podge of cloud APIs. We should want to write and run less code, not run more code. The silos are a feature, not a bug.

  4. 4
    Article
    Avatar of pointerPointer·4y

    bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevO

    This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE. There are currently 2292 exercises and questions. You can use these for preparing for an interview but most of the questions don't represent an actual interview. Join our DevOps community where we have discussions and share resources.

  5. 5
    Article
    Avatar of medium_jsMedium·4y

    The 10 Platform Engineering Tools To Use in 2022

    Platform Engineering is the process of enabling software engineering teams to autonomously perform end-to-end operations of the application life cycle in a cloud environment. Humanitec is part of this revolution Powered by a centralized software catalog, Backstage restores orders to your microservices and infrastructure and enables your product teams to ship high-quality code quickly.

  6. 6
    Article
    Avatar of pointerPointer·4y

    milanm/DevOps-Roadmap: DevOps Roadmap for 2022. with learning resources

    This is a step by step guide on how to become a DevOps engineer, with links to relevant learning resources. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Terraform Basics

    Terraform is an infrastructure management tool developed by HashiCorp. It lets you provision and maintain cloud resources like Servers, Networking, Storage etc. It is a tool/command line program we run to define and make changes to our infrastructure. We can think terraform as Setting up blank canvas, but we still need other tools to Not its not lets understand this.

  8. 8
    Article
    Avatar of changelogChangelog·4y

    How we Created an in-Browser Kubernetes Experience

    Plural is an open-source DevOps platform that allows users to deploy and manage software on Kubernetes. The API creates both a reference to the shell pod in our database and creates the pod in a k8s.

  9. 9
    Article
    Avatar of gitguardianGitGuardian·3y

    Infrastructure as Code Security [Security Zines]

    IaC allows organizations to define and manage their infrastructure using code, rather than manually configuring resources. This can greatly improve efficiency, automation, and consistency in managing infrastructure. It also introduces new security risks if not properly implemented and managed. This article looks at how we can keep our infrastructure as code secure.

  10. 10
    Article
    Avatar of spaceliftSpacelift·4y

    5 Most Useful CI/CD Tools for DevOps (Popular Options List)

    Azure DevOps by Microsoft is an all-in-one CI/CD platform that features entire software delivery in one place. Azure Test Plans offer a great set of If the compilation steps are required, they are specified as well. A successfully built image can therefore be run on any machine that hosts a Docker engine. The Docker engine also takes care of the resource management for each container.

  11. 11
    Article
    Avatar of awstipAWS Tip·4y

    1 Dollar DevOps: Terraform + Docker + Nginx

    This blog post is for the new SRE or Cloud Developer who is hesitant to create an AWS account or GCP account because of the possibly incurred costs.

  12. 12
    Article
    Avatar of dzDZone·4y

    The Best Infrastructure as Code Tools for 2022

    IaC allows administrators to automatically provisioning IT infrastructure and maintaining the infrastructure always at the desired state. It also allows developers to instantly deploy test environments to check out new features of apps while testers can run scripts on replicas of production environments. The code handles everything, every change is tracked and audited.

  13. 13
    Article
    Avatar of tcTechCrunch·4y

    Interpol issues red notice for Terraform founder Do Kwon

    Interpol issues red notice for Terraform founder Do Kwon Interpol. Kwon faces charges in South Korea for the wipeout of investors’ money. Terraform Labs’ so-called stablecoin UST and cryptocurrency LUNA dramatically imploded in May.

  14. 14
    Article
    Avatar of hashnodeHashnode·4y

    Let's Learn: Terraform

    Terraform is an Infrastructure Automation tool. It is Open Source and Vendor Agnostic. It follows Declarative syntax. It uses HashiCorp Configuration Language (HCL) or JSON. Deployment is push based. Can be downloaded from official Terraform webpage.

  15. 15
    Article
    Avatar of devtoDEV·3y

    Using Terraform To Manage Infrastructure Resources

    Terraform is an open-source tool for building, modifying, and versioning infrastructure safely and effectively. Terraform uses a configuration file to describe the infrastructure you want to create. Terraform provides a way for developers to avoid using manual scripts, which can be error-prone and difficult to maintain.

  16. 16
    Article
    Avatar of phProduct Hunt·4y

    Infracost VSCode Extension - See cost estimates for Terraform right in your editor

    Infracost makes it easier for all developers, DevOps, SREs and platform teams to understand how their code changes will impact cloud costs. They're now launching their VSCode extension, so you can see how much your terraform code will cost as you type.

  17. 17
    Article
    Avatar of hashnodeHashnode·4y

    What is Terraform

    Terraform is an open-source Infrastructure As a Code (IAC) software tool created by HashiCorp. It allows you to automate and manage your platform and the services that run on the platform. Terraform mainly focuses on Infrastructure provisioning tools and can also deploy apps.

  18. 18
    Article
    Avatar of faunFaun·4y

    Top 10 uncommon DevOps tools you should know

    Top 10 uncommon DevOps tools you should know. I’ve chosen only open-source tools to spread some love; if you find anything helpful, you can contribute back. I know you already know about Git, Terraform, Jenkins, and so on, so let’s focus on the tiny pearls you can find out there.

  19. 19
    Article
    Avatar of spaceliftSpacelift·4y

    8 Popular Terraform Alternatives You Should Know

    Hashicorp’s Terraform has been a major IaC tool, and I have covered a lot of content about Terraform on this blog. We will explore a few Terraform alternatives with respect to the above pointers.

  20. 20
    Article
    Avatar of semaphoreSemaphore·4y

    A Developer’s Guide to Terraform

    Terraform is a platform-agnostic tool that defines infrastructure in human-readable code. Terraform code describes the end state of the infrastructure after creation or change, not the instructions for making the change. The provider turns the declarative code into imperative instructions.

  21. 21
    Article
    Avatar of newstackThe New Stack·4y

    Terraform’s Best Practices and Pitfalls

    Terraform is a cloud-based development site for making HTML 5 websites and mobile sites with drag-and-drop tools. It is suited for the beginning user or the advanced developer, said Hila Fish, senior DevOps engineer for Wix. Fish said best practices come from how to structure the Terraform code base.