Lessons with tag: gcp

Found 14 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

GCP Google Cloud Shell Introduction

January 24, 2022
Demo how to use Google Cloud Shell. It's a terminal in a browser :) It's a nice way to do things on the go when you don't have your computer on hand. All you need is a web browser. Some useful commands to help explore the Cloud Shell: gsutil ls ...
1:32

Terraspace Getting Started with Google Cloud

January 9, 2022
We'll go through the Getting Started guide with Google Cloud. We’ll go through the Getting Started guide with Google Cloud. We'll create a GCS bucket and delete it with Terraspace and Terraform. Links: Terraspace Docs: Google Cloud Getting Star...
9:50

Terraspace Google Managed Instance Group with the Terraform Registry Module

November 26, 2021
We'll build a Google Managed Instance Group with the Terraform Registry module. One of the few times, where couldn't find a good module on the registry so rolled my own for the demo. Links: Terraform Registry Module: boltops-tools/instance-grou...
6:26

Terraspace Google VM with google_compute_instance Terraform Resource

November 16, 2021
We'll build a Compute Instance or VM with the google_compute_instance resource. Links: GitHub: boltops-learn/terraspace-google-vm
6:21

Terraspace Google CloudSQL Database with google_sql_database_instance Terraform Resource

November 16, 2021
We'll build a Google CloudSQL Database. The default in the video is PostgreSQL and can be changed with a tfvar variable. Links: GitHub: boltops-learn/terraspace-google-cloudsql
3:57

Terraspace GKE Cluster with the Terraform Registry Module

November 16, 2021
We'll build a GKE cluster with the popular Terraform Registry Module written by Google. Links: GitHub: boltops-learn/terraspace-google-gke-registry terraform-google-modules/kubernetes-engine
15:43

Terraspace Google Network with the Terraform Registry Module

November 16, 2021
We'll build a Google Network with the popular Terraform Network Module Links: GitHub: boltops-learn/terraspace-google-network-registry
5:11
free lesson

Terraspace: Google Network with google_compute_network Terraform Resource

November 16, 2021
We'll build a Google Network with basic terraform resource components. Links: GitHub: boltops-learn/terraspace-google-network terraform google_compute_network terraform google_compute_subnetwork terraform google_compute_router_nat
8:16

Terraspace GKE Cluster with the google_container_cluster Terraform Resource

November 15, 2021
We'll build a GKE cluster with the terraform google_container_cluster resource method. Links: GitHub: boltops-learn/terraspace-google-gke-hashicorp-guide Terraform Docs google_container_cluster boltops-learn/kubernetes-examples
10:11

Kaniko Getting Started Tutorial Demo

November 15, 2021
Shows you how to use kaniko to build docker images in a Kubernetes cluster. Links: GitHub: boltops-learn/kaniko-tutorial-demo GitHub: GoogleContainerTools/kaniko tutorial.md
13:01

GKE Ingress External HTTPS Load Balancer and pre-shared Google SSL Cert Kubernetes Example

November 2, 2021
Shows you how to setup a GKE Ingress External HTTPS Load Balancer and pre-shared Google SSL Cert Kubernetes Example. Using plain Kubernetes YAML files to create resources in this video. Links: GitHub: boltops-learn/kubes-examples elb7-https-pr...
11:53

GKE Ingress HTTPS Internal Load Balancer Kubernetes Example

November 2, 2021
Shows you how to setup a GKE Ingress HTTPS Internal Load Balancer with plain Kubernetes YAML files Links: GitHub: boltops-learn/kubernetes-examples google/ilb-https-pre-shared Google Kubernetes Internal Load Balancer Ingress Docs
14:06

How to Create a Google GKE Cluster with Console or CLI

October 23, 2021
Shows you how to create a GKE Cluster following the Google Docs Console instructions. This is a good place to start if you're starting off with GKE for the first time. Getting familiar with the Google Console helps establish fundamentals. Relevan...
17:03
free lesson

GKE Ingress HTTPS External Load Balancer with Secret Resource (Manually Created)

October 21, 2021
Shows you how to setup a HTTPS External Load Balancer with using a Secret Resource that is manually created. Using plain Kubernetes YAML files to create resources in this video. Links: Google Cloud Docs: Specifying certificates for your Ingress...
8:48

BoltOps Tools