devops-stack
fortinet-azure-solutions


devops-stack | fortinet-azure-solutions | |
---|---|---|
4 | 5 | |
148 | 69 | |
0.0% | - | |
9.3 | 9.7 | |
8 days ago | 7 days ago | |
HCL | HCL | |
Apache License 2.0 | MIT License |
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 ] }
fortinet-azure-solutions
- Express route into azure.
- Azure FortiGate-VM FW deployment scenarios?
-
Azure Fortigate VM Can't ping test VM on protected subnet
First, check here: https://github.com/fortinet/azure-templates
-
FortiGate (A/P with Azure ILB) with Azure route server no messages
Check here: https://github.com/40net-cloud/fortinet-azure-solutions/tree/main/FortiGate/AzureRouteServer/Active-Passive
-
Azure vWAN Integration?
For a List of scenario’s feel free to visit this page: https://github.com/40net-cloud/fortinet-azure-solutions/tree/main/FortiGate/AzureVirtualWAN
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.
terraform-best-practices - Terraform Best Practices for AWS users
bedrock - Automation for Production Kubernetes Clusters with a GitOps Workflow
graylog-fortigate-cef - A Graylog content pack containing a stream and dashboards for Fortinet Fortigate CEF logs
geoserver-cloud - Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
PowerFGT - PowerShell module to manage Fortinet (FortiGate) Firewall
devops-stack-module-kube-prometheus-stack - A DevOps Stack module to deploy and configure the kube-prometheus-stack
fortigate-terraform-deploy - Deployment templates for FortiGate-VM on cloud platforms with terraform
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-gcp-solutions - GCP Deployment Manager templates for easy and automated deployments of various Fortigate architectures in Google Compute.
geonetwork-microservices
tf-ecs-fargate-tmpl - Terraform template for AWS ECS/Fargate setup

