Lessons with tag: kubes

Found 14 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

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

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

EKS IAM Role for Service Account IRSA Automation with Kubes

November 22, 2021
Shows how to automate the creation of the AWS IAM Role and Kubernetes Service Account YAML with kubes. If you're getting started with IRSA, watch the EKS IAM Role for Service Account IRSA Introduction first. You can confirm that IRSA has been set...
12:04

Kubes Central Deployer Pattern

February 6, 2022
We'll cover the Kubes Central Deployer Pattern. This is useful if your applications are similarly set up. You can use it as the "standard" kubernetes deployment for your company.
23:49

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

Java Spark Web Frontend and Backend Apps

August 16, 2022
We'll cover the Java Spark Microframework. This is Sinatra-like framework in Java. This lightweight framework is great to use for quick demo apps. We'll walk thorough both simple pre-built backend and frontend apps. The frontend app simple call...
15:56

Java Spring Boot Web Backend and Frontend Demo Apps

August 17, 2022
We'll cover the Java Boot Framework. This framework is a popular choice for Java developers writing web apps. We'll take you through 2 demo apps that covers a common pattern of a frontend app calling a backend app. We'll walk thorough both sim...
20:29

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

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

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

BoltOps Tools