devops-stack
geonetwork-microservices

devops-stack | geonetwork-microservices | |
---|---|---|
4 | 1 | |
148 | 14 | |
0.0% | - | |
9.3 | 8.3 | |
7 days ago | 3 months ago | |
HCL | Java | |
Apache License 2.0 | GNU General Public License v3.0 only |
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 ] }
geonetwork-microservices
-
Cloud-Native Geospatial Outreach Event 2022
GeoNetwork research and development initiatives to migrate to Elasticsearch, as a scalable metadata indexing system and the current software architecture migration to microservices: GeoNetwork Microservices
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.
geoserver-cloud - Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
bedrock - Automation for Production Kubernetes Clusters with a GitOps Workflow
ogcapi - OGC API building blocks implemented in Rust
devops-stack-module-kube-prometheus-stack - A DevOps Stack module to deploy and configure the kube-prometheus-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.
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.
terraform-provider-argocd - Terraform provider for Argo CD
devops-stack-module-argocd - A DevOps Stack module to deploy and configure Argo CD
gaia - Gaia is a Terraform 🌍 UI for your modules, and self-service infrastructure 👨💻
devops-stack-module-traefik - A DevOps Stack module to deploy and configure Traefik
