devops-stack
geoserver-cloud


devops-stack | geoserver-cloud | |
---|---|---|
4 | 6 | |
148 | 267 | |
0.0% | 1.5% | |
9.3 | 9.4 | |
8 days ago | 7 days ago | |
HCL | Java | |
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 ] }
geoserver-cloud
- Geoserver alternative for our kubernetes cluster
-
Deploying Geoserver on Google Cloud Platform
Geoserver has a kubernets/microservice deployment option they were working on. I think it was a complete rewrite. I was going to try it out but ended up switching companies and never have it a go. I think this was the link: https://geoserver.org/geoserver-cloud/
-
Cloud-Native Geospatial Outreach Event 2022
The new cloud native version of Geoserver initiated by Camptocamp and donated to the community: Cloud Native Geoserver
- Is GeoSever dying?
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.
apollo - Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
bedrock - Automation for Production Kubernetes Clusters with a GitOps Workflow
spring-cloud-gateway - An API Gateway built on Spring Framework and Spring Boot providing routing and more.
devops-stack-module-kube-prometheus-stack - A DevOps Stack module to deploy and configure the kube-prometheus-stack
java-microservices-examples - Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
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.
spring-cloud-kubernetes - Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
geonetwork-microservices
geoserver - Official GeoServer repository
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.

