devops-stack

🌊 An all-in-one Kubernetes ☸ stack using Argo CD 🐙 and Terraform as base components (by camptocamp)

Devops-stack Alternatives

Similar projects and alternatives to devops-stack

  1. 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.

  2. 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.

    CodeRabbit logo
  3. geoserver-cloud

    Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.

  4. 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.

  5. bedrock

    Discontinued Automation for Production Kubernetes Clusters with a GitOps Workflow (by microsoft)

  6. devops-stack-module-kube-prometheus-stack

    A DevOps Stack module to deploy and configure the kube-prometheus-stack

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  8. 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.

  9. devops-stack-module-traefik

    A DevOps Stack module to deploy and configure Traefik

  10. gaia

    6 devops-stack VS gaia

    Gaia is a Terraform 🌍 UI for your modules, and self-service infrastructure 👨‍💻 (by gaia-app)

  11. ogcapi

    OGC API building blocks implemented in Rust

  12. devops-stack-module-argocd

    A DevOps Stack module to deploy and configure Argo CD

  13. devops-stack-module-oidc-aws-cognito

    A DevOps Stack module to deploy and configure AWS Cognito as an OIDC provider

  14. devops-stack-module-loki-stack

    A DevOps Stack module to deploy and configure Loki

  15. devops-stack-module-keycloak

    A DevOps Stack module to deploy and configure Keycloak as an OIDC provider

  16. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better devops-stack alternative or higher similarity.

devops-stack discussion

Log in or Post with

devops-stack reviews and mentions

Posts with mentions or reviews of devops-stack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-19.
  • Cloud-Native Geospatial Outreach Event 2022
    4 projects | dev.to | 19 May 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
    9 projects | dev.to | 23 Feb 2022
  • How to allow dynamic Terraform Provider Configuration
    3 projects | dev.to | 11 May 2021
    # 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
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic devops-stack repo stats
4
148
9.3
2 days ago

Sponsored
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.
coderabbit.ai

Did you know that HCL is
the 21st most popular programming language
based on number of references?