SaaSHub helps you find the best software and product alternatives Learn more →
Devops-stack Alternatives
Similar projects and alternatives to devops-stack
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
geoserver-cloud
Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
-
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.
-
bedrock
Discontinued Automation for Production Kubernetes Clusters with a GitOps Workflow (by microsoft)
-
devops-stack-module-kube-prometheus-stack
A DevOps Stack module to deploy and configure the kube-prometheus-stack
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
-
-
-
-
devops-stack-module-oidc-aws-cognito
A DevOps Stack module to deploy and configure AWS Cognito as an OIDC provider
-
-
devops-stack-module-keycloak
A DevOps Stack module to deploy and configure Keycloak as an OIDC provider
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
devops-stack discussion
devops-stack reviews and mentions
-
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 ] }
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Feb 2025
Stats
camptocamp/devops-stack is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of devops-stack is HCL.
Popular Comparisons
- devops-stack VS terraform-kubestack
- devops-stack VS bedrock
- devops-stack VS geoserver-cloud
- devops-stack VS devops-stack-module-kube-prometheus-stack
- devops-stack VS terraform
- devops-stack VS fortinet-azure-solutions
- devops-stack VS geonetwork-microservices
- devops-stack VS terraform-provider-argocd
- devops-stack VS gaia
- devops-stack VS devops-stack-module-traefik