- 12
- 11 889
Fast Track TechEd
Приєднався 9 січ 2024
This platform is dedicated to enriching your development skills through comprehensive learning in cloud computing and system design principles.
With nearly a decade of experience in the technology industry, I currently hold the position of a Solution Architect.
Here, on this channel, you'll discover a multitude of videos covering a wide array of cloud development topics, including but not limited to AWS, Kubernetes, Azure, and more. I prioritize presenting complex subjects in a simplified manner for enhanced understanding.
Occasionally, I'll also share invaluable career guidance for developers based on real-world industry insights. Whether you're seeking to enter the software industry or aiming to advance your established career, these insights can prove beneficial.
If you're committed to evolving as a proficient developer, I invite you to join me by hitting the subscribe button. Let's embark on this journey together towards becoming better developers.
With nearly a decade of experience in the technology industry, I currently hold the position of a Solution Architect.
Here, on this channel, you'll discover a multitude of videos covering a wide array of cloud development topics, including but not limited to AWS, Kubernetes, Azure, and more. I prioritize presenting complex subjects in a simplified manner for enhanced understanding.
Occasionally, I'll also share invaluable career guidance for developers based on real-world industry insights. Whether you're seeking to enter the software industry or aiming to advance your established career, these insights can prove beneficial.
If you're committed to evolving as a proficient developer, I invite you to join me by hitting the subscribe button. Let's embark on this journey together towards becoming better developers.
Ingress vs Nodeport vs Loadbalancer. Expose an application in EKS through Ingress - Demo
git repo: github.com/FastTrackTechEd/ingress-eks
⏰ Timecodes ⏰
00:00 Agenda
02:15 Node port Service
03:00 Loadbalancer Service
04:15 Ingress Service
07:08 Components of Ingress
08:46 Demo
⏰ Timecodes ⏰
00:00 Agenda
02:15 Node port Service
03:00 Loadbalancer Service
04:15 Ingress Service
07:08 Components of Ingress
08:46 Demo
Переглядів: 302
Відео
AWS EKS TargetGroupBinding - Manage Load balancer life cycle outside EKS - Hands On demo
Переглядів 8549 місяців тому
github.com/FastTrackTechEd/AWS-EKS-TargetGroupBinding/blob/main/EKS-TargetGroupBinding #aws #kubernetes #awstutorial ⏰ Timecodes ⏰ 00:00 What is target group binding 00:33 When do you need target group binding 01:22 How Targetgroup and LB Controller works 03:00 Review the deployment file 04:25 Hands On
AWS Identity Federation - A quick review for AWS Certifications
Переглядів 659 місяців тому
#aws #awstutorial AWS Identity Federation provides a way to extend identity management from your existing systems to AWS, enabling a unified and centralized approach to access control. It enhances security by allowing organizations to leverage their existing identity infrastructure while providing the flexibility to manage access to AWS resources based on corporate policies. ⏰ Timecodes ⏰ 00:00...
Installing Karpenter on an Existing EKS Cluster
Переглядів 4,3 тис.9 місяців тому
#aws #kubernetes #awstutorial ⏰ Timecodes ⏰ 00:00 Install Karpenter 10:13 Review the Karpenter details 11:51 Create & Scale out the cluster 13:41 Scale in the deployment & Node termination
How to Set Up AWS EKS Using the Console?
Переглядів 889 місяців тому
#aws #awstutorial #kubernetes Link to other videos Connect to private EC2 instance quickly: ua-cam.com/video/vG9FNSlBU80/v-deo.html How to add a user to EKS Cluster: ua-cam.com/video/j0gICtfAwJI/v-deo.html What is Service Account: ua-cam.com/video/hYQnleGXnSQ/v-deo.html Kubernetes Architecture: ua-cam.com/video/2vwpA2l-e-s/v-deo.html ⏰ Timecodes ⏰ 00:10 Review 01:00 Create IAM Role for cluster ...
Kubernetes Architecture
Переглядів 559 місяців тому
#aws #kubernetes Kubernetes follows a distributed architecture with multiple components working together to manage containerized applications. The key components in a typical Kubernetes architecture are: Master Node: kube-apiserver: Exposes the Kubernetes API and serves as the entry point for administrative tasks. etcd: A distributed key-value store that stores the cluster's configuration data....
What is Karpenter? How is it differ from EKS Cluster Auto-scaler?
Переглядів 949 місяців тому
#karpenter #aws #kubernetes Karpenter is an open-source project that provides a Kubernetes add-on for automated provisioning and management of Amazon EC2 Spot Instances. EC2 Spot Instances are spare compute capacity offered by Amazon EC2 at a lower cost compared to regular On-Demand Instances. Karpenter is designed to optimize costs by automatically leveraging EC2 Spot Instances for scaling wor...
What is EKS POD Identity?
Переглядів 2,5 тис.10 місяців тому
Similar to the EC2 instance profile, POD can use the IAM role to access AWS resources. Instead of creating and distributing your AWS credentials to the containers or using the Amazon EC2 instance's role, you associate an IAM role with a Kubernetes service account and configure your Pods to use the service account #aws #kubernetes #awstutorial ⏰ Timecodes ⏰ 0:00 - What is POD identity? 1:50 - PO...
What are Kubernetes Service Accounts? A Simple Guide under 3 minutes
Переглядів 2 тис.10 місяців тому
Let's simplify Kubernetes Service Accounts! 🚀 In a nutshell, these are like special IDs for programs, helping them talk to each other smoothly. In this video, we'll break down what Service Accounts are and how they make things work in the tech world. Ready to demystify? Hit play! #kubernetes #kubernetestutorialforbeginners #kubernetespods ⏰ Timecodes ⏰ 0:00 - What is authentication and Authori...
AWS EKS Access - Establishing IAM User Access for an EKS Cluster #aws
Переглядів 1,6 тис.10 місяців тому
#aws #iam #kubernetes
How to SSH into private EC2 instance?
Переглядів 4010 місяців тому
Unlock the secrets of connecting to a private instance with our step-by-step UA-cam tutorial! 🚀 In this video, we demystify the process of connecting to a private server or instance, guiding you through each crucial step. #aws #awstutorial #ec2
Create aws free tier account
Переглядів 3910 місяців тому
Welcome to the ultimate guide on creating your AWS Free Tier account! 🚀 In this step-by-step UA-cam tutorial, we'll walk you through the process of setting up your very own Amazon Web Services (AWS) Free Tier account. 🔍 Explore the world of cloud computing with AWS for free! Learn how to sign up, navigate the AWS Management Console, and unleash the power of cloud services without breaking the b...
Awesome video!
Awesome explanation..Now I am very clear on service account.
Happy to help
Awesome video.. all steps are too simple for easy understanding
Nice session. Please make and upload video on how oidc authentication is happening for eka cluster and how this IRSA is working
can you explain how targetgroupbinding works when mapping pod ips?
Hi, thanks for sharing your knowledge, can I have two eks clusters, pointing to the same target group arn? in this case to migrate the application from one cluster to another taking advantage of the same nlb and target group? thanks
I did the same sometime back as part of EKS migration. The new TG association removed the instance from the previous one. I would suggest to check before implementing it inPROD
Thanks for the feedback, I will migrate in development first. thanks@@FastTrackTechEd
Nice topic sir , how to use non eks cluster
Nice video clear explanation
Glad it helped
Cheta, danq 🙏
I'm using karpenter but I'm getting some downtime for my services during consolidation of nodes. Is there anyway to get 0 downtime for pods managed by karpenter
You can use "topologySpreadConstraints" if your application has multiple pods.
does that mean that all pods deployed in that default namespace will have the permission to call aws s3 api?
Yes
Excellent video
Thanks
@@FastTrackTechEd can you also make video of cleaning up
I wonder why the new node was created with an ec2 c7a.medium and not t3.medium?
Very good
Thanks
How did the new node created in existing node group even though you updated karpenter.yaml node affinity to point to node group name ?
By design the Karpenter pods are running within the managed node group, but the nodes created by Karpenter are not running in any node group.
Detailed video. Thank you! Can it be installed using provisioner instead of nodepool or is it deprecated?
Yes it deprecated, better to use provisioner
@@FastTrackTechEd for what version of karpenter helm_release we can use provisoner. I installed karpenter helm_chart version 0.36.2. No provisoner CRD is created
thanks
Welcome
Malayaaliiiiiiii ?
Very clear explanation, thank you
Thank you
'PromoSM' 😁