Found 173 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Azure AKS Cluster with the Portal: Create Cluster and Deploy App with kubectl

December 12, 2021
We'll create an AKS Cluster with the Azure Portal. We'll show how Azure creates the Kubernetes cluster resources under a different resource group with the prefix MC_. We'll explore and explain how AKS dog-foods it and uses a Uniform Virtual Mach...
13:31

Azure Scale Sets and Load Balancer with the Portal: Apache Web Server UserData Script Example

December 11, 2021
We'll build an Azure Flexible Virtual Machine Scale Sets with Load Balancer. We'll walk through useful debugging steps. This helps you in case things go wrong. The custom data script we'll use: #!/bin/bash whoami apt install apache -y
18:08

Azure Flexible Scale Sets with the Portal: Create and SSH Into VM And Confirm UserData Startup Script Runs

December 11, 2021
We'll build an Azure Flexible Scale Set with the Azure Portal. We'll cover and surface some of the useful settings in the portal interface when you're getting started.
9:39

Azure Uniform Scale Sets with the Portal: Create and SSH Into VM And Confirm UserData Startup Script Runs

December 11, 2021
We'll build an Azure Uniform Scale Set with the Azure Portal. We'll cover and surface some useful info from the portal. Useful paths: /var/lib/cloud/instance/user-data.txt /var/log/cloud-init-output.log
11:15

Azure Linux Virtual Machine with the Portal: Form Options, UserData Script, and SSH Into VM to Confirm

December 10, 2021
Build an Azure Linux Virtual Machine with the Portal. It's a good way to get to know Azure. Useful paths: /var/lib/cloud/instance/user-data.txt /var/log/cloud-init-output.log
8:15

Azure Network with the Portal: Basic Intro How to Manual Create Network with Additional Subnet

December 10, 2021
We'll build an Azure Network with the Portal. It's a great way to get started with Azure. It's also a good refresher.
6:43

Azure MySQL Flexible Database with the Portal: Manually Create and Confirm By Connecting with the mysql Client

December 10, 2021
Create an Azure MySQL Flexible Database with the Portal. It's a good way to get started. It's also sometimes the preferred way to create DBs, since they are stateful.
6:28

Terraspace AKS Cluster with azurerm_kubernetes_cluster Terraform Resource

November 30, 2021
We'll build an Azure Kubernetes Cluster with AKS. We'll build the Terraspace project from scratch based on the example in the Terraform docs. Links: Azure Docs: Azure Kubernetes Service (AKS) Terraform Docs: azurerm_kubernetes_cluster Github Re...
11:27

Terraspace Azure LB Load Balancer Connected to a Virtual Machine Scale Set

November 30, 2021
We'll build an Azure Load Balancer routing traffic to a Virtual Machine Scale Set with Terraspace and the basic Terraform resource building blocks like azurerm_lb. We'll build the project from scratch. Links: Terraform Docs: azurerm_lb Terrafor...
10:42

Terraspace Azure Linux Virtual Machine Scale Set with azurerm_linux_virtual_machine_scale_set

November 29, 2021
We'll build an Azure Linux Virtual Machine Scale Set with Terraspace and the azurerm_linux_virtual_machine_scale_set Terraform resource. We'll build the project from scratch. Links: Terraform Docs: azurerm_linux_virtual_machine_scale_set Github...
9:44

Terraspace: RDS DB Instance with the Terraform Registry Module

November 23, 2021
We'll build an RDS MySQL Database with the Terraform Registry RDS module. Links: GitHub: boltops-learn/terraspace-aws-rds-registry Terraform Registry Module: terraform-aws-modules/rds Terraform Docs: aws_db_instance
8:12

Terrafile Bundle Example Command

November 23, 2021
We'll cover the terraspace bundle example MOD EXAMPLE command. Links: Terraspace Docs: Terrafile Bundle Example GitHub: boltops-learn/terraspace-aws-security-group-registry
6:18

Terraspace: AWS AutoScaling Group Connected to an ALB

November 23, 2021
We'll build an AWS AutoScaling Group with an Application Load Balancer connected to it. Links: GitHub: boltops-learn/terraspace-aws-autoscaling-alb Terraform Registry Module: terraform-aws-modules/autoscaling Terraform Registry Module: terrafor...
4:53

Terraspace: AWS AutoScaling Group with the Terraform Registry Module

November 22, 2021
We'll build a Terraspace project and an app/stacks/autoscaling stack. The Terraform Registry Module complete example launches lots of different AutoScaling groups and instances and can cost a decent amount of money. So we'll simplify the example t...
12:14

EKS Security Groups for Pods

November 22, 2021
Shows show to use AWS Security Groups with Kubernetes Pods. Wanted to mention that there are pros and cons with Pod-level security groups: Pro: Fine-grain control over the security group for all the pods in that deployment. This allows you to ta...
11:54

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

EKS IAM Role for Service Account IRSA Introduction

November 21, 2021
Introduces IRSA, IAM Role for Service Account. This allows pods to use IAM Roles to authenticated and use AWS APIs. The advantage is then you don't have to manage and rotate the AWS Access Keys in the future. You can confirm that IRSA has been se...
12:15

EKS Kubernetes Dashboard Install and Walkthrough Tutorial

November 21, 2021
Show how to install the Kubernetes Dashboard and compares it to the EKS console dashboard. Links: AWS Docs Tutorial: Deploy the Kubernetes Dashboard (web UI)
9:02

EKS RBAC Adding Users And Granting Access to Cluster with Terraspace Infrastructure as Code

November 21, 2021
Shows how to add additional IAM users with Terraspace and Terraform. We'll codify the IAM users who can access the cluster. Links: AWS Docs: Managing users or IAM roles for your cluster Terraform Registry Module: terraform-aws-modules/eks/aws G...
4:34

EKS RBAC Adding Users And Granting Access to Cluster

November 21, 2021
Show how to add additional IAM users so they can also user the EKS cluster. Links: AWS Docs: Managing users or IAM roles for your cluster
6:15

EKS RBAC: An Approach and Strategy with Examples

November 21, 2021
Shows an RBAC management approach and strategy. We cover ClusterRole, ClusterRoleBinding, Role, and RoleBinding. The setup looks like this: Users User Description test-admin Full access to all resources. test-read-all Read access to all...
14:50

Terraspace: EKS Spot Cluster with the Terraform Registry

November 20, 2021
We'll create an EKS Spot cluster. This is very useful to testing and savings 50% to 90% vs on-demand. Links: Terraform Registry EKS Module: terraform-aws-modules/eks/aws GitHub: boltops-learn/terraspace-aws-eks
15:08

Terraspace: EKS AWS Fargate Cluster with the Terraform Registry

November 20, 2021
We'll walk through creating an EKS cluster with Terraspace using the very popular eks module from the Terraform registry. We'll review: VPC created by Terraform. EKS Cluster and Fargate Profiles. Notes: Here's a cheatsheet of useful commands....
17:39

Terraspace: EKS Managed Nodes Cluster with the Terraform Registry Module

November 19, 2021
We'll walk through creating an EKS cluster using the very popular eks module on the Terraform registry. We'll review: VPC created by Terraform. EKS Cluster and Managed Node Groups. Links: Terraform Registry EKS Module: terraform-aws-modules/...
11:28

EKS Managed Nodes Cluster with the AWS Console and CLI: Popular Choice Among EKS Users

November 19, 2021
We'll walk through creating an EKS cluster with the AWS Console and CLI. We'll create a EKS powered by Managed Nodes. Creating the EKS Cluster this way really helps to learn about the underlying components required to make an EKS Cluster. It help...
23:11

BoltOps Tools