devops-stack
terraform
devops-stack | terraform | |
---|---|---|
4 | 552 | |
148 | 44,020 | |
0.0% | 1.5% | |
9.3 | 9.9 | |
2 days ago | 6 days ago | |
HCL | Go | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
devops-stack
-
Cloud-Native Geospatial Outreach Event 2022
In addition, our DevOps experts work tirelessly to automate and ease the provisioning and management of cloud servers and services. In this context we released a very interesting infrastructure as code management system, making your geospatial data infrastructure cloud agnostic and called the DevOps Stack.
- Towards a Modular DevOps Stack
-
How to allow dynamic Terraform Provider Configuration
# Install Kubernetes & Argo CD using a local module # (from https://devops-stack.io) module "cluster" { source = "git::https://github.com/camptocamp/devops-stack.git//modules/k3s/docker?ref=master" cluster_name = "default" node_count = 1 } # /!\ Setup the Argo CD provider dynamically # based on the cluster module's output provider "argocd" { server_addr = module.cluster.argocd_server auth_token = module.cluster.argocd_auth_token insecure = true grpc_web = true } # Deploy an Argo CD resource using the provider resource "argocd_project" "demo_app" { metadata { name = "demo-app" namespace = "argocd" } spec { description = "Demo application project" source_repos = ["*"] destination { server = "https://kubernetes.default.svc" namespace = "default" } orphaned_resources { warn = true } } depends_on = [ module.cluster ] }
terraform
-
How and When to Use Terraform with Kubernetes
Terraform is an infrastructure as code tool that replaces the ClickOps method of defining, deploying, and managing infrastructure locally, on-premises, or in the cloud. Its declarative method of defining infrastructure lets you focus on the target state of the infrastructure rather than the steps needed to achieve that state, which makes managing infrastructure easier.
- Lambda Power Tuning + Terraform
-
Python in DevOps: Automation, Efficiency, and Scalability
Terraform and Pulumi automate the provisioning of cloud resources. IaC ensures consistency and eliminates manual errors when setting up infrastructure.
-
How I suffered my first burnout as software developer
As part of the task, I also needed to build the necessary infrastructure in AWS. The client organization primarily relied on “click-ops,” manually configuring resources through the AWS Management Console, and had not yet embraced Infrastructure as Code (IaC). Since we wanted to introduce IaC to streamline processes, I asked my boss if they had a preferred tool, such as Terraform, AWS CDK, or Pulumi. Their response was vague: “Any tool will do.”
-
2025’s Must-Know Tech Stacks
Terraform
-
Top DevSecOps Tools for 2025
HashiCorp Terraform and Vault form a powerful combination in the DevSecOps landscape, embedding security into infrastructure provisioning and secrets management.
-
5 Best Practices for Multi-Cluster Kubernetes Add-on Management
Automate Add-on Management: Kubernetes Operators and Infrastructure-as-Code (IaC) tools like Terraform reduce manual effort by automating add-on lifecycles and updates.
-
From Idea To Development: My Journey Completing the Cloud Resume Challenge AWS
I used Terraform to provision the infrastructure on AWS. I created a new S3 bucket and DynamoDB table to store the Terraform state remotely and enable locking. This resource is immensely helpful. As a beginner with Terraform, this part took considerable time. I read the docs and practiced creating resources with examples before implementing the final setup.
-
Deploying Your First Kubernetes Cluster on AWS Using EKS
In this post, I'll walk you through creating your first Kubernetes cluster in AWS using EKS (Elastic Kubernetes Service). We’ll use Terraform to provision the infrastructure, ensuring we can easily modify or recreate our setup whenever needed.
-
What is Kubernetes Vs Terraform
In the ever-evolving landscape of modern software development, Kubernetes and Terraform stand out as two essential tools for managing infrastructure and applications. While both are critical for modern DevOps and cloud-native ecosystems, they serve different purposes and operate in distinct domains. Understanding the differences between Kubernetes and Terraform is key to leveraging them effectively. Let’s dive deeper into what these tools are and how they compare.
What are some alternatives?
terraform-kubestack - Kubestack is a framework for Kubernetes platform engineering teams to define the entire cloud native stack in one Terraform code base and continuously evolve the platform safely through GitOps.
boto3 - AWS SDK for Python
bedrock - Automation for Production Kubernetes Clusters with a GitOps Workflow
sceptre - Build better AWS infrastructure
geoserver-cloud - Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
Docker Compose - Define and run multi-container applications with Docker
devops-stack-module-kube-prometheus-stack - A DevOps Stack module to deploy and configure the kube-prometheus-stack
terragrunt - Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
fortinet-azure-solutions - A set of Azure Templates for getting you started in Azure with Fortinet solutions. This repository is a place for beta releases and work on the latest templates to be published on github.com/fortinet or custom templates.
helmfile - Deploy Kubernetes Helm Charts
geonetwork-microservices
crossplane - The Cloud Native Control Plane