All Projects → bluekiri → gcpnatha

bluekiri / gcpnatha

Licence: other
How to set up multiple NAT gateways with Equal Cost Multi-Path (ECMP) routing and autohealing enabled for a more resilient and high-bandwidth deployment using Deployment Manager.

Programming Languages

HTML
75241 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to gcpnatha

Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+1181.25%)
Mutual labels:  nat
prowler
Prowler is an Open Source Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. It contains hundreds of controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks.
Stars: ✭ 8,046 (+50187.5%)
Mutual labels:  gcp
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+568.75%)
Mutual labels:  gcp
Polycube
eBPF/XDP-based software framework for fast network services running in the Linux kernel.
Stars: ✭ 217 (+1256.25%)
Mutual labels:  nat
Tuntox
Tunnel TCP connections over the Tox protocol
Stars: ✭ 251 (+1468.75%)
Mutual labels:  nat
GCP
All files containing commands which can be used to complete GCP quests and challenge labs
Stars: ✭ 46 (+187.5%)
Mutual labels:  gcp
Inlets Pro
Secure TCP and HTTP tunnels that work anywhere
Stars: ✭ 179 (+1018.75%)
Mutual labels:  nat
sops-operator
A Kubernetes operator for Mozilla SOPS
Stars: ✭ 23 (+43.75%)
Mutual labels:  gcp
kube-fencing
Fencing implementation for Kubernetes
Stars: ✭ 98 (+512.5%)
Mutual labels:  ha
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+537.5%)
Mutual labels:  gcp
Gnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 225 (+1306.25%)
Mutual labels:  nat
Fasttunnel
NAT 内网穿透 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 微信 小程序 expose a local server behind a NAT or firewall to the internet like ngrok and frp. NAT ssh proxy tunnel reverse-proxy
Stars: ✭ 248 (+1450%)
Mutual labels:  nat
cb-spider
CB-Spider provides a unified view and single interface for multi-cloud management.
Stars: ✭ 26 (+62.5%)
Mutual labels:  gcp
Internet Hosting Tool
Enable Moonlight streaming from your PC over the Internet with no configuration required
Stars: ✭ 205 (+1181.25%)
Mutual labels:  nat
hipaa-cloud-resources
HIPAA Cloud Resources -- a structured guide on usage of cloud services in the healthcare industry
Stars: ✭ 23 (+43.75%)
Mutual labels:  gcp
Xfrps
xfrps fork from frp but mainly use its server side feature and cooperate with xfrp
Stars: ✭ 179 (+1018.75%)
Mutual labels:  nat
nat-tunnel
NAT Tunnel: to effortlessly serve from behind NAT
Stars: ✭ 75 (+368.75%)
Mutual labels:  nat
DevSecOps
Ultimate DevSecOps library
Stars: ✭ 4,450 (+27712.5%)
Mutual labels:  gcp
go-libp2p-autonat
DEPRECATED: NAT Autodiscovery
Stars: ✭ 53 (+231.25%)
Mutual labels:  nat
quarkus-google-cloud-services
Google Cloud Services Quarkus Extensions
Stars: ✭ 42 (+162.5%)
Mutual labels:  gcp

gcpnatha

How to set up multiple NAT gateways with Equal Cost Multi-Path (ECMP) routing and autohealing enabled for a more resilient and high-bandwidth deployment using Deployment Manager.

  • vpcName: the name for the new custom VPC
  • ipRange: the CIDR range for the subnetwork for the new VPC
  • region: the desired region where we are going to create our resources
  • zone[1–3]: the different zones inside the region to create our high availability solution
  • sshAccess: a good practice is to restrict the ssh access to our servers and only open from our facilities (I put 0.0.0.0/0 to avoid to put my ip)
  • machineType: select the desired instance type

To launch the deploy:

gcloud deployment-manager deployments create test-nat-ha --config nat_ha.yaml

To delete all the resources:

gcloud deployment-manager deployments delete test-nat-ha
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].