Found 274 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Custom Domains API Gateway with Ruby on Jets

January 3, 2024
We'll show how to set up a API Gateway Custom Domain with Jets. This gives us a friendlier endpoint to work with. GitHub: https://github.com/boltops-learn/demo-apigw-custom-domain
7:03

Releases and Rollback with Ruby on Jets

January 3, 2024
A demo of the jets releases and jets rollback command. This command is available with Jets Pro. https://www.rubyonjets.com
2:33

Dynomite DynamoDB ORM

January 3, 2024
We'll go through the Dynomite Guide docs. We'll be able to show that a posts scaffold works with the Dynomite DynamoDB ORM without any changes. This is because the ORM is ActiveModel compatible. It's an DynamoDB ORM that's ActiveRecord like. GitH...
7:22

Upgrade Tool for Ruby on Jets

January 3, 2024
A demo of the jets-upgrade tool. We'll take jets 4 project and run the jets-upgrade go command on it. It'll help you understand what will happen when you run the tool. It's unfeasible to account for all cases and Jets apps. This script cannot ...
4:07

Getting Started HTML Project with Ruby on Jets

January 3, 2024
We'll go through the Jets Getting Started Learn Guide with a HTML Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate.
16:42

Getting Started Job Project with Ruby on Jets

January 2, 2024
We'll go through the Jets Getting Started Learn Guide with a Job Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate. Jets can be used to run...
16:13

Getting Started API Project with Ruby on Jets

January 2, 2024
We'll go through the Jets Getting Started Learn Guide with a API Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate. Jets can be use to buil...
20:11

CloudFront with Ruby on Jets

December 17, 2023
We'll show how to do a blue-green deployment by switching the CloudFront origin. You'll see that CloudFront deploys faster than what is shown in the console. GitHub: https://github.com/boltops-learn/demo-apigw-custom-domain
8:13

Kingsman Authentication with Ruby on Jets

December 12, 2023
We''ll show you how to set up Kingsman Authentication. We'll install the gem Explain what it's doing Get signup, login, and logout working Resources Docs: https://docs.rubyonjets.com/docs/auth/kingsman/ GitHub: https://github.com/boltops-l...
9:12

Kingsman OmniAuth GitHub with Ruby on Jets

December 8, 2023
We'll show you how to setup Authentication OmniAuth Github with Kingsman. We'll create a test GitHub oauth app Grab the client id and client secret Configure Kingsman Should you how login and logout works with Github You'll be able to have an a...
11:14

Blue Green Deployments CloudFront and Ruby on Jets

December 8, 2023
We'll show one way to do a blue-green deployment with Ruby on Jets. We'll use CloudFront to control the switch over. CloudFront deploys faster nowadays than most people realize. Here's the bash loop I ran to see how long the switchover took. whil...
5:21

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

Java Spring Initializr Gradle

September 7, 2022
We'll use the Spring Initializer generator to create a starter Spring Boot project with a build.gradle file. We'll also get the Spring Boot app working by adding a route to the homepage and controller print out "Hello World" We'll build the pro...
4:15

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

Iptables Intro Tutorial

September 6, 2022
Provides an introduction to iptables and then walk through a demo where we'll add, delete, and manage some iptables rules.
19:31

Iptables and SSH Tunnel

September 6, 2022
We'll use iptables to check how SSH Tunnels work. We'll confirm that IP address that the server sees different thanks to the SSH Tunnel. We'll use netcat, ssh, and iptables to debug in this video. Note: The iptables -F will remove all iptables ...
7:00

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

kubectl cp command

August 21, 2022
We'll cover the kubectl cp command and provide a demo.
4:22

Java gradle vs gradlew

August 21, 2022
A quick video to explain the difference between the gradle vs gradlew commands. Essentially, gradlew is a wrapper shell script that ensures everyone working on the project is using the same version of gradle. The script is also smart enough to d...
1:37

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

Java Spring Boot Actuator Health Check

August 21, 2022
How to configure the Spring Boot actuator health check.
2:59

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

k9s Top-Like Kubernetes Tool

August 21, 2022
The k9s Kubernetes tool terminal based UI tool. It's a mixture of vim and top. If you're into vim you'll probably love k9s. If not, k9s is still very useful, but may take some more time to get used to. We'll take you through a demo of the tool an...
16:34

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

BoltOps Tools