All Projects → GoogleCloudPlatform → Click To Deploy

GoogleCloudPlatform / Click To Deploy

Licence: apache-2.0
Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Click To Deploy

Ccat
Cloud Container Attack Tool (CCAT) is a tool for testing security of container environments.
Stars: ✭ 300 (-41.06%)
Mutual labels:  cloud, gcp, k8s
Gifee
Google's Infrastructure for Everyone Else
Stars: ✭ 370 (-27.31%)
Mutual labels:  cloud, gcp, k8s
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+149.31%)
Mutual labels:  cloud, gcp, k8s
Elasticluster
Create clusters of VMs on the cloud and configure them with Ansible.
Stars: ✭ 298 (-41.45%)
Mutual labels:  cloud, gcp
Cloudblock
Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Stars: ✭ 257 (-49.51%)
Mutual labels:  cloud, gcp
Scoutsuite
Multi-Cloud Security Auditing Tool
Stars: ✭ 3,803 (+647.15%)
Mutual labels:  cloud, gcp
K3sup
bootstrap Kubernetes with k3s over SSH < 1 min 🚀
Stars: ✭ 4,012 (+688.21%)
Mutual labels:  cloud, k8s
My Links
Knowledge seeks no man
Stars: ✭ 311 (-38.9%)
Mutual labels:  cloud, gcp
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+694.11%)
Mutual labels:  cloud, gcp
Mkit
MKIT is a Managed Kubernetes Inspection Tool that validates several common security-related configuration settings of managed Kubernetes cluster objects and the workloads/resources running inside the cluster.
Stars: ✭ 330 (-35.17%)
Mutual labels:  gcp, k8s
Fake Gcs Server
Google Cloud Storage emulator & testing library.
Stars: ✭ 316 (-37.92%)
Mutual labels:  cloud, gcp
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+671.32%)
Mutual labels:  cloud, gcp
Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (-11.2%)
Mutual labels:  cloud, gcp
resoto
Resoto - Find leaky resources, manage quota limits, detect drift, and clean up!
Stars: ✭ 562 (+10.41%)
Mutual labels:  gcp, k8s
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (-46.17%)
Mutual labels:  cloud, gcp
k8s-digester
Add digests to container and init container images in Kubernetes pod and pod template specs. Use either as a mutating admission webhook, or as a client-side KRM function with kpt or kustomize.
Stars: ✭ 65 (-87.23%)
Mutual labels:  gcp, k8s
Infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
Stars: ✭ 4,505 (+785.07%)
Mutual labels:  cloud, gcp
Cloud
The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.
Stars: ✭ 229 (-55.01%)
Mutual labels:  cloud, gcp
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+122.4%)
Mutual labels:  cloud, gcp
Adapt
ReactJS for your infrastructure. Create and deploy full-stack apps to any infrastructure using the power of React.
Stars: ✭ 317 (-37.72%)
Mutual labels:  cloud, k8s

About

Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.

Disclaimer

This is not an officially supported Google product.

Cloud Build CI

This repository uses Cloud Build for continuous integration. Each type of application has its own configuration file.

For detailed information on each configuration, see the following documentations:

GCB custom worker pools

The Cloud Build configurations use Google Cloud Build (GCB) custom worker pools.

If you want to create a new worker pool, run the following command:

gcloud beta builds worker-pools create gcb-workers-pool-e2 \
  --project=[PROJECT_ID] \
  --peered-network=projects/[NETWORK_PROJECT_NUMBER]/global/networks/default \
  --region=us-central1 \
  --worker-machine-type=e2-standard-2

Where:

  • [PROJECT_ID] is the GCP project ID where you want to create your custom worker pool.
  • [NETWORK_PROJECT_NUMBER] is the project number of the Cloud project that holds your VPC network.

For more information, see the gcloud beta builds worker-pools commands.

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