- 27
- 4 479
DevOps Avenue
Canada
Приєднався 9 жов 2021
hey there! Welcome to DevOps Avenue! Your go-to spot for easy DevOps tutorials, live demos, and practical tips.
Creating an EKS Cluster Using AWS Console | Fargate vs Node Groups
Apologies for any confusion, as I might have used "Node Groups" and "Managed Nodes" interchangeably. In this video, whenever I refer to "managed nodes," I am referring to Managed Node Groups.
This tutorial covers how to create an EKS cluster using the AWS Console. The scope is limited to cluster creation. Additionally, we will set up worker nodes using Fargate, Node Groups, and a combination of both.
If you have any questions, feel free to ask in the comments! :)
00:00 Intro
00:26 Demo's overview
01:29 Create vpc and its components
02:54 Review default security group
03:47 Create EKS cluster
04:20 Cluster IAM role
08:16 EKS cluster networking
09:05 Cluster access
10:36 Cluster add-ons
13:24 Review & Create cluster
14:05 Configure a client to manage the cluster
15:07 ISSUE: Can't get pods from kube-system namespace
16:25 Things to aware about EKS
17:16 A pod without worker nodes
19:09 Use Fargate for worker Nodes
20:09 Fargate pod selector
21:40 Review and Create Fargate profile
22:04 ISSUE: Why Pods are still in pending state
24:40 Create fargate profile for default namespace
27:44 Delete a fargate profile
30:54 Create manage Node Groups for worker nodes
32:40 Select an Instance type for a Node Group
34:12 Review & create the node group
36:17 ISSUE : Why some pods DON'T schedule on nodes
37:12 Why workers nodes don't scale in a node group
38:13 Create a secondary node group
39:45 Combine Fargate & Node groups
41:32 Why pods scheduled on Fargate vs Node Group
44:19 Fargate vs Node Groups
Configure a client for kubectl:
@ 18:05 configure a client for kubectl in Create Kubernetes Self-hosted Cluster on EC2 Instances video
This tutorial covers how to create an EKS cluster using the AWS Console. The scope is limited to cluster creation. Additionally, we will set up worker nodes using Fargate, Node Groups, and a combination of both.
If you have any questions, feel free to ask in the comments! :)
00:00 Intro
00:26 Demo's overview
01:29 Create vpc and its components
02:54 Review default security group
03:47 Create EKS cluster
04:20 Cluster IAM role
08:16 EKS cluster networking
09:05 Cluster access
10:36 Cluster add-ons
13:24 Review & Create cluster
14:05 Configure a client to manage the cluster
15:07 ISSUE: Can't get pods from kube-system namespace
16:25 Things to aware about EKS
17:16 A pod without worker nodes
19:09 Use Fargate for worker Nodes
20:09 Fargate pod selector
21:40 Review and Create Fargate profile
22:04 ISSUE: Why Pods are still in pending state
24:40 Create fargate profile for default namespace
27:44 Delete a fargate profile
30:54 Create manage Node Groups for worker nodes
32:40 Select an Instance type for a Node Group
34:12 Review & create the node group
36:17 ISSUE : Why some pods DON'T schedule on nodes
37:12 Why workers nodes don't scale in a node group
38:13 Create a secondary node group
39:45 Combine Fargate & Node groups
41:32 Why pods scheduled on Fargate vs Node Group
44:19 Fargate vs Node Groups
Configure a client for kubectl:
@ 18:05 configure a client for kubectl in Create Kubernetes Self-hosted Cluster on EC2 Instances video
Переглядів: 21
Відео
Your Complete Guide to Passing CKAD the Right Way
Переглядів 3719 годин тому
Learn what and how to study to pass the CKAD exam with ease. This complete guide covers key resources, exam tips, and effective strategies to help you pass the exam. 00:00 Intro 00:53 Overview 01:09 learn basics 01:59 use chatgpt 02:42 CKAD course 03:39 do course labs 04:52 vim basics 05:52 kubernetes tasks 07:15 playgrounds to practice 07:50 non-basic tutorials 08:20 imperative commands 09:02 ...
Create Kubernetes Self-hosted Cluster on EC2 Instances
Переглядів 350День тому
Learn how to create a Kubernetes self-hosted cluster on AWS EC2 instances from scratch! Creating a cluster using Kubeadm: kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/ Installing kubeadm: kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ My article on self-hosted cluster - devops-avenue.com/how-to-set-up-a-self-hosted-kubernet...
Everything About Terraform meta-arguments: Complete Guide & Hands-On Demo
Переглядів 884 місяці тому
In this video, you'll learn everything about Terraform meta-argumetns, from basics count to advanced lifecycle. We'll cover how to define, access, and use these meta-arguments with hands-on demos and practical tips for real-world configurations. 00:00 Overview 01:20 What are meta-arguments 02:05 count 03:58 DEMO: count 06:07 for_each 07:58 DEMO: for_each 12:15 provider 13:13 DEMO: provider 17:0...
Learn Terraform Outputs with Hands-On Tutorials | Terraform for Beginners
Переглядів 294 місяці тому
In this video, you'll learn everything about Terraform outputs, from basics to advanced techniques. We'll cover how to define, access, and use outputs effectively, with hands-on demos and practical tips for real-world configurations. 00:00 Intro 01:06 What are Outputs? 01:58 Define Outputs 02:31 DEMO: Define Outputs 06:50 Accessing Outputs 07:20 DEMO: Accessing Outputs 08:26 Desc and sensitive ...
Terraform Variables With Hands-on Tutorials | Terraform For Beginners
Переглядів 225 місяців тому
In this video, we'll show you how to handle sensitive values, validate arguments, and assign values to variables. We’ll cover using .tfvars files and environment variables, and explain how variable precedence works. Watch the demos to see these concepts in action! 00:00 Intro 00:33 Validation argument 01:44 DEMO: Validation argument 03:25 sensitive argument 04:14 DEMO: sensitive argument 05:27 ...
Input Variables: Everything You Need to Know | Part 1 | Terraform for Beginners
Переглядів 245 місяців тому
Welcome to video 1 on Terraform Input Variables. In this segment, we'll focus on the basics: understanding what input variables are and how to declare them in your configuration files. We will thoroughly cover commonly used variable types and demonstrate how to effectively utilize them within your configuration. If you're interested in accessing demo files, please leave a comment below, and I'l...
Master Terraform State File: Complete Guide & Hands-On Demo
Переглядів 1555 місяців тому
Welcome to our Terraform tutorial series! In this video, we’re diving deep into the Terraform state file, a crucial component for managing your infrastructure. Whether you’re new to Terraform or looking to enhance your skills, this comprehensive guide will help you understand and effectively manage your state files. 00:00 Intro 01:24 define terraform state file 02:28 Importance of the state fil...
Terraform Resources Tutorial | Terraform for Beginners
Переглядів 445 місяців тому
Dive into the world of Terraform resources in this comprehensive guide. Learn everything from resource blocks and types to meta-arguments and dependencies. Perfect for beginners and intermediate users looking to strengthen their Terraform skills. Includes a hands-on demo to reinforce your learning. #terraform #devops #infrastructure #cloudcomputing #automation 00:00 Overview/Intro 00:29 Terrafo...
Terraform Providers Tutorial: Installation, Configuration & Best Practices | Terraform for Beginners
Переглядів 456 місяців тому
In this video, we'll walk you through everything you need to know about Terraform Providers. By the end of this video, you'll have a solid understanding of how to integrate and manage providers in your Terraform projects. 00:00 Intro/Overview 00:21 Define Providers 00:46 Providers purpose 01:51 Different types of providers 02:40 How to Use them 03:13 Config requirements 04:33 Providers Installa...
Remove Terraform Resources Safely | Terraform for Beginners
Переглядів 516 місяців тому
Learn how to safely remove resources from your Terraform configuration without affecting your existing infrastructure. 00:00 Intro 00:07 Why Remove the resources 01:15 Approach 1 04:02 Approach 2
Terraform Essentials: Terraform (.tf) Files & Configuration Syntax | Terraform for Beginners
Переглядів 666 місяців тому
Learn the basics of Terraform .tf file structure and syntax in this beginner-friendly tutorial. Includes practical demos in VSCode. 00:00 Intro 00:21 Terraform Files 00:34 Root module 01:13 DEMO - root module 02:36 Config Syntax 02:51 Config Block 04:14 Block's Arguments 05:05 Identifiers
Intro to Terraform: Install & Overview | Terraform for Beginners | Benefits of using Terraform
Переглядів 476 місяців тому
Intro to Terraform: Install & Overview | Terraform for Beginners | Benefits of using Terraform
Infrastructure as Code (IaC) For Beginners | Imperative vs Declarative + Demo
Переглядів 727 місяців тому
Infrastructure as Code (IaC) For Beginners | Imperative vs Declarative Demo
Homebrew for Beginners: Install & Manage Packages Like a Pro
Переглядів 2667 місяців тому
Homebrew for Beginners: Install & Manage Packages Like a Pro
Quick On-Demand Patching | AWS Systems Manager | Patch Manager | EC2 Instance
Переглядів 4532 роки тому
Quick On-Demand Patching | AWS Systems Manager | Patch Manager | EC2 Instance
Automation and Runbooks in System Manager | AWS Automation
Переглядів 6702 роки тому
Automation and Runbooks in System Manager | AWS Automation
Manage EC2 Instances Using Systems Manager | AWS Solution | Fleet Manager
Переглядів 8372 роки тому
Manage EC2 Instances Using Systems Manager | AWS Solution | Fleet Manager
Stop/Start EC2 Instances With AWS Lambda Function
Переглядів 1452 роки тому
Stop/Start EC2 Instances With AWS Lambda Function
EC2 On-Demand Backup & Restore | AWS Backups | AMI | AWS Solutions
Переглядів 2012 роки тому
EC2 On-Demand Backup & Restore | AWS Backups | AMI | AWS Solutions
How To Move On-Prem Files To Azure Using AzCopy
Переглядів 2912 роки тому
How To Move On-Prem Files To Azure Using AzCopy