Lessons with tag: google

Found 47 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

3 SSH tips: Ssh-agent, Tunnel, and Escaping from the Dead

September 22, 2017
Covers 3 ssh tips that I’ve learned over the years. Links: Blog Post: 3 SSH tips: Ssh-agent, Tunnel, and Escaping from the Dead Slides: Google Slides
4:07

Kubes GKE Ingress HTTPS External Load Balancer with pre-shared-cert and Automated SSL Cert Rotation

October 15, 2021
Shows you how to create a Google External Load Balancer with HTTPS support. This uses the pre-shared-cert approach, so you create the Google SSL Cert ahead of time. It also makes use of the boltops-tools/google-ssl-cert to help with automating th...
16:29

Kubes GKE Ingress HTTPS External Load Balancer with a Manually Secret Resource

October 16, 2021
Shows you how to create an Google External Load Balancer and with a pre-created Kubernetes TLS Secret. Links: GitHub: boltops-learn/kubes-examples google/elb7-https-secret-manual
11:41

Kubes GKE Ingress HTTPS External Load Balancer with an Automatically Created Secret Resource

October 16, 2021
Shows you how to create an Google External Load Balancer and codified the Kubernetes TLS Secret Resource. Links: GitHub: boltops-learn/kubes-examples google/elb7-https-secret-auto
8:08

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

Kubes GKE Ingress HTTPS Internal Load Balancer with Automated SSL Rotation

October 21, 2021
Shows you how to create an Google Internal Load Balancer on GKE with the Ingress Resource. Will also show you how to automated rotate the ssl cert. This reduces maintenance overhead. Links: GitHub: boltops-learn/kubes-examples google/ilb4-ssl-...
20: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 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

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

Setting up Jenkins on GKE

November 12, 2021
We'll create a GKE cluster and set up Jenkins via helm. Links: Google Cloud Docs: Setting up Jenkins on Google Kubernetes Engine
8:53

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

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

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

Google Preemptive VM or Spot Instance with the VM Console

December 13, 2021
We'll create a Google Preemptive VM, IE: Spot Instance. We’ll use the Google Console and review the price difference. You'll show you how much you can save.
1:51

AWS EKS vs Azure AKS vs Google GKE

December 13, 2021
We'll cover the 3 different Kubernetes offerings from AWS, Azure and Google. We'll walk through each of their consoles, website interfaces, and explore how they work and compare. Repos used to create the 3 different clusters: https://github.com...
15:34

Google Virtual Machine with the Console

December 17, 2021
We'll build a Google VM with the Console. This is a great way to get started and learn how Virtual Machines work with Google Cloud. We'll cover how the startup script works with the VM. The startup script can be used to install your own custom sof...
12:51

Google MySQL CloudSQL Database with the Console

December 17, 2021
We'll create a MySQL Database Server that's managed by Google Cloud. We'll actually connect to the database confirm it's working. We'll use both: gcloud sql connect XXX As well as mysql -uroot -hXXX
12:29

Google Instance Template and a Single Instance with the Console

December 17, 2021
We'll show you how to use Google Instance Templates. Instance Templates allow you to pre-configure settings for a VM. So you don't have to go through steps the VM console repeatedly, you can just launch the VM from the Instance Template. We'll al...
12:03

Google Managed Instance Group and Load Balancer with the Console

December 18, 2021
We'll build a Google Managed Instance and Load Balancer with the console. There are a few components that we'll build: Instance Template Managed Instance Group Firewall Rule Load Balancer We'll cover some naming conventions and explain the re...
20:51

Google Network Fundamentals: AWS vs Google

December 18, 2021
We'll cover how Google Networks work. They are global. We'll compare them to AWS VPCs to help emphasize how they are global instead of regional, which are what most people are used to when thinking about Virtual Networks.
5:10

BoltOps Tools