Lessons with tag: google

Found 18 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

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

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

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

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

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

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

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

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

BoltOps Tools