Lessons with tag: kubes

Found 18 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

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

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

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

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

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

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

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

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

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

Kubernetes Kubes Tool Review

October 12, 2021
We'll learn about the Kubes tool and show you how it works. Kubes focuses on deploying your specific application code. We'll cover: What Kubes does. How it handles "overlays" or multiple environments. How it supports templating. It's a mixture o...
10:34

Kubernetes Tools: Kustomize vs Helm vs Kubes

October 11, 2021
We'll give an overview and compare some Kubernetes Deploy tools: Kustomize, Helm and Kubes. Kustomize is a YAML purist approach. Helm is really more like a package manager. Kubes is an application-focused deployment tool.
9:31

Introducing Kubes: Kubernetes App Deploy Tool

August 23, 2020
Introduces Kubes and provide a quick demo. Kubes is a Kubernetes Deployment Tool that focuses on deploying your specific app. It automates the deployment process and saves you precious finger-typing energy. It will: builds the docker image creat...
11:01

BoltOps Tools