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"

Google VPC Network Peering Tutorial

September 8, 2022
We'll peer 2 Google Networks together. We'll show you how with it peer you can then talk to private IP addresses between the 2 networks. VPC peering makes it so the 2 networks are as if it were one big network.
6:25

Google VPN Tunnel Between Two Google Networks

September 7, 2022
We'll set up a Google VPN Tunnel between 2 Google Networks. This is a good way to learn how VPN tunnels work with Google.
16:59

Google ILB as Next Hop

September 5, 2022
We'll cover how to set up a Google Internal Load Balancer as the Next Hop. This setup is typically done when you have a corporate network where you want to route your egress or outbound traffic through some Network Monitoring Appliances. Network A...
22:06

Kubernetes CloudSQL Proxy MySQL Rails

August 21, 2022
CloudSQL Proxy is an additional layer of security to connect to a CloudSQL database in Google. In order to start the process, you need Google IAM permission to start this daemon process. Once it's up, you can connect to localhost. You probably wan...
11:01

Kubernetes CloudSQL Proxy PostgreSQL Rails

August 21, 2022
CloudSQL Proxy is an additional layer of security to connect to a CloudSQL database in Google. In order to start the process, you need Google IAM permission to start this daemon process. Once it's up, you can connect to localhost. You probably wan...
11:25

GKE Workload Identity Automated with Kubes: Confirm with gcloud

August 18, 2022
GKE Workload Identity is a way to associated a Google Service Account with a Kubernetes Service Account. Google Service Account <=> Kubernetes Service Account GSA <=> KSA In this video, we'll automate the entire process of creating bo...
11:32

GKE Workload Identity Automated with Kubes: Spring Boot, PostgreSQL

August 17, 2022
GKE Workload Identity is a way to associated a Google Service Account with a Kubernetes Service Account. Google Service Account <=> Kubernetes Service Account GSA <=> KSA In this video, we'll automate the entire process of creating bo...
7:47

GKE Workload Identity Intro Tutorial

August 17, 2022
GKE Workload Identity is a way to associated a Google Service Account with a Kubernetes Service Account. Google Service Account <=> Kubernetes Service Account GSA <=> KSA We'll go through the Google Docs and explain what it's talking ...
17:33

Kubernetes Ingress External Load Balancer with Google Managed Certificate Resource

August 11, 2022
We'll cover how to use create and use a Google SSL Managed SSL Certificate with the Kubernetes ManagedCertificate resource. Links GitHub Repo https://github.com/boltops-learn/kubes-examples/tree/master/yaml/google/elb7-https-managed-certificate
17:56

AWS CloudFormation High-Level Introduction

August 3, 2022
In this introduction we'll talk about what CloudFormation is at a high-level. Note, video is more theoretical than practical hands-on like most other videos. It's quite useful though for those who are just getting started. We'll provide backgroun...
12:05

Terraform Intro: What is Terraform?

July 24, 2022
We'll explain what Terraform is. For context, we'll provide a high level overview of: Infrastructure Orchestration Space: Terraform, CloudFormation, Azure Resource Manager, Google Deployment Manager Configuration Management Space: Chef, Salt HCL...
10:44

Account Structure Hierarchies AWS vs Azure vs Google

January 27, 2022
We'll cover the different ways and names that cloud providers use to organize the account structure.
2:40

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

Gcloud Config Configurations CLI Command

January 9, 2022
We'll cover the gcloud config configurations command. It can be used to switch between google projects quickly. Gcloud Config Cheatsheet List gcloud config configurations list Create dev configuration gcloud config configurations create dev gcl...
5:03

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

EKS: Self-Managed Nodes vs Managed Node Group vs AWS Fargate

January 6, 2022
We'll cover the different EKS Nodes and what they mean. Essentially, EKS manages Kubernetes-as-a-Service but this mainly means the Kubernetes control plane. You still need to provide compute nodes to your EKS cluster so they have the capacity to ...
4:12

Terraspace Google Secret Manager: Don’t Commit Secrets to Git, Instead Use Secrets Manager

January 4, 2022
Show you how to use Google Secret Manager with Terraspace. This allows to you to not have any secret information like passwords in your Terraform source code. CLI Commands In the video, we mainly focused on learning and using the Google Console....
6:33

Google Cloud How to Add Shortcut Links to the Menu

December 20, 2021
Shows you how to add shortcut links to the Google Console menu. It's the "pin" icon.
0:53

Google GKE Kubernetes Cluster with Console

December 19, 2021
We'll build a GKE Kubernetes Cluster with the Google Console. We'll briefly note the differences between a GKE Standard vs GKE AutoPilot cluster and create a Standard Cluster. We'll cover the options quite thoroughly. We'll also deploy some simple...
22:05

Google VPC Network with the Console Quick Start

December 19, 2021
We'll create a VPC Network with the Google Console. We go into more details in the Design Thoughts video, in this video we'll focus on creating the VPC quickly.
4:32

Google Network with the Console and Design Thoughts

December 19, 2021
We'll build a VPC Network with the Google Console. Will explain a lot of reasoning in why think a simple Google Network design will work for a lot of cases. Will address questions folks who are from the AWS world might be wondering about.
16:25

Google Default Network: How to Recreate Default Network

December 18, 2021
We'll show you how to recreate the default Google VPC Network if you've accidentally deleted it.
1: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

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

BoltOps Tools