Тёмный
No video :(

Add IAM User & IAM Role to AWS EKS: AWS EKS Kubernetes Tutorial - Part 3 

Anton Putra
Подписаться 54 тыс.
Просмотров 4 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@AntonPutra
@AntonPutra 3 месяца назад
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com 👉 [Playlist] AWS EKS Kubernetes Tutorial: ru-vid.com/group/PLiMWaCMwGJXnKY6XmeifEpjIfkWRo9v2l&si=wc6LIC5V2tD-Tzwl 👉 Kubernetes Tutorial for Beginners [Full Course]: ru-vid.com/group/PLiMWaCMwGJXkYKFa_x0Ch38uznuv-4c3l 👉 AWS EKS Tutorial for Beginners [Full Course]: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kwq9EfELYII.html 👉 Other Kubernetes Tutorials: ru-vid.com/group/PLiMWaCMwGJXnKY6XmeifEpjIfkWRo9v2l
@ZergStylexDD
@ZergStylexDD 3 месяца назад
I have no words to describe how amazing your videos are. Really the best DevOps channel in the world. Keep going!
@AntonPutra
@AntonPutra 3 месяца назад
❤️
@user-ky1fv4ul2c
@user-ky1fv4ul2c 3 месяца назад
Best DevOps-related channel! Thank you for your great work!
@AntonPutra
@AntonPutra 3 месяца назад
❤️
@prabhjotsinghbawa1928
@prabhjotsinghbawa1928 2 месяца назад
Anton, Thank you for sharing such awesome and informative videos! You are doing a great job! Many thanks!
@AntonPutra
@AntonPutra 2 месяца назад
thank you!😊
@zygote846
@zygote846 3 месяца назад
Thank you for another amazing video,I am using something similar like this but with AWS SSO Roles and it makes life easy.
@AntonPutra
@AntonPutra 3 месяца назад
thanks, yeah we use okta roles
@nforlife
@nforlife 3 месяца назад
Great video man, thank you for sharing your knowledge for free
@AntonPutra
@AntonPutra 3 месяца назад
❤️
@GeekSpeakDesign
@GeekSpeakDesign 3 месяца назад
Such a fantastic channel!
@AntonPutra
@AntonPutra 3 месяца назад
Thanks! 😃
@emildavidkov1
@emildavidkov1 3 месяца назад
Keep up the great work!
@AntonPutra
@AntonPutra 3 месяца назад
thanks will do
@gulimbek9621
@gulimbek9621 2 месяца назад
u r the best! keep going!
@AntonPutra
@AntonPutra 2 месяца назад
thank you! :)
@prashlovessamosa
@prashlovessamosa 3 месяца назад
Thanks Mr Anson
@AntonPutra
@AntonPutra 3 месяца назад
❤️
@SameerKhan-jv5rb
@SameerKhan-jv5rb 3 месяца назад
it would be great if you also make a video how to do it on aws console .
@AntonPutra
@AntonPutra 3 месяца назад
i have one pretty old but uses the same principal RU-vid - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EGdN21F2Jfw.html Blog - antonputra.com/kubernetes/add-iam-user-and-iam-role-to-eks/
@andrewb1570
@andrewb1570 3 месяца назад
Thanks, man.🎉
@AntonPutra
@AntonPutra 3 месяца назад
❤️
@GabrielPozo
@GabrielPozo 3 месяца назад
Thank Anton!!!!
@prabhjotsinghbawa1928
@prabhjotsinghbawa1928 2 месяца назад
Thanks😊
@AntonPutra
@AntonPutra 2 месяца назад
thank you for support!
@evgenylikhonosov572
@evgenylikhonosov572 3 месяца назад
Thank you
@AntonPutra
@AntonPutra 3 месяца назад
my pleasure!
@dipk.mishra
@dipk.mishra 18 дней назад
hey @anthon Thanks for the nice leacture,, where does these groups ( my-viewer and my-admin ) are getting created if I want to locate them
@AntonPutra
@AntonPutra 18 дней назад
welcome! Kubernetes does not have RBAC groups objects you can only find them by describing bindings. my-viewer - github.com/antonputra/tutorials/blob/main/lessons/196/1-example/1-viewer-cluster-role-binding.yaml#L12C11-L12C20 my-admin - github.com/antonputra/tutorials/blob/main/lessons/196/2-example/admin-cluster-role-binding.yaml#L12
@danyael031
@danyael031 3 месяца назад
@AntonPutra which software do you use for animations and video editing?
@AntonPutra
@AntonPutra 3 месяца назад
adobe suite
@NarenderPanwar-dk9vy
@NarenderPanwar-dk9vy Месяц назад
Instead of mapping ClusterRole to a Kubernetes Group, Can I not map it to a User or ServiceAccount for the same purpose?
@AntonPutra
@AntonPutra Месяц назад
you can but if you map it to service account, most likelly you would want to use eks pod identeties or open id connect provider. What's your use case?
@Kk-rl7nv
@Kk-rl7nv 3 месяца назад
Hi Can you suggest when we give Iam user Iam user1 verbs list watch read for a specific role then how the user1 will list and watch the deployment, config map etc with utilizing their Iam user?
@AntonPutra
@AntonPutra 3 месяца назад
Sure, first you create RBAC role/cluster role, then you map that role with RBAC group for example viewer, then you create IAM user and map that user with viewer RBAC role using EKS API. I cover it in the video
@Kk-rl7nv
@Kk-rl7nv 3 месяца назад
@@AntonPutra thanks for quick reply, can you suggest the differences generally we create a role and role binding then generate a kubeconfig for that user and deployed the kubeconfig at user machine or profile but here we are using I am to authenticate so that time we are binding the same role of K8s with user to assume i,e here user will not require the kubeconfi file and user will manage via IAM user profile i.e if user will remove from AWS IAM then he or she will not be able to access and here you are using same machine to generate multiple profiles which should not be a good practice and we have to use either to create multiple users in single machine on aws jump server to connect? will appreciate to clear my doubts
@AntonPutra
@AntonPutra 3 месяца назад
@@Kk-rl7nv In the real world, most of the time, we would use federated users managed by Okta or Azure Active Directory. So, you, the user, will be able to assume roles from the get-go. You just add that role to the EKS. I didn't get the rest of the question.
@chandrashekharn6539
@chandrashekharn6539 Месяц назад
I have a question, how to pass group arn for principal_arn variable under aws_eks_access_entry resource ? Where I try to pass the group arn directly It is getting failed."InvalidParameterException: The principalArn parameter format is not valid"
@AntonPutra
@AntonPutra Месяц назад
you cannot use IAM groups, only IAM roles and users
@chandrashekharn6539
@chandrashekharn6539 Месяц назад
@@AntonPutra ok, Then every user we need to grant separately. Is there a way to assign it to group. I just want simplify access management with aws groups instead of individual users.
@AntonPutra
@AntonPutra Месяц назад
@@chandrashekharn6539 you can create IAM Group that would allow assuming IAM role to access EKS cluster, so in that way you only need to place your IAM user to that group only
@chandrashekharn6539
@chandrashekharn6539 Месяц назад
@@AntonPutra I am trying with your suggestion, I am bit confused what to provide to principal. Could you please provide sample code for it.
@AntonPutra
@AntonPutra Месяц назад
@@chandrashekharn6539 1. Create IAM role “my-role” - github.com/antonputra/tutorials/blob/main/lessons/196/terraform/10-add-manager-role.tf#L3-L54 2. Create IAM group “my-group” 3. Create IAM policy “my-assume-policy” which would allow IAM user to assume “”my-role - github.com/antonputra/tutorials/blob/main/lessons/196/terraform/10-add-manager-role.tf#L60-L77 4. Create IAM user and place it in “my-group” IAM group 5. Bind EKS with IAM role “my-role” - github.com/antonputra/tutorials/blob/main/lessons/196/terraform/10-add-manager-role.tf#L85-L89
@Saalar3259
@Saalar3259 3 месяца назад
Can you please make a video how to use vault auth for eks
@AntonPutra
@AntonPutra 3 месяца назад
Do you mean how to mount secrets from harshicorp vault to pods as files and env?
@Saalar3259
@Saalar3259 3 месяца назад
@@AntonPutra yes secrets as well as using aws auth how we can assume the role and get token from vault
@AntonPutra
@AntonPutra 3 месяца назад
@@Saalar3259 ok, added to my list
@mzw8374
@mzw8374 2 месяца назад
helo anton please advice, when I tried to update-kubeconfig with eks-admin it says: "when calling the DescribeCluster operation: The security token included in the request is invalid"
@AntonPutra
@AntonPutra 2 месяца назад
you have tried this? delete credentials and reconfigure? also try to clean aws cache stackoverflow.com/questions/34582318/how-can-i-resolve-the-error-the-security-token-included-in-the-request-is-inval
@mzw8374
@mzw8374 2 месяца назад
@@AntonPutra I sloved the issue, thanks.
@AntonPutra
@AntonPutra 2 месяца назад
@@mzw8374 what was the issue? just that i know if someone else facing the same problem
@mzw8374
@mzw8374 2 месяца назад
@@AntonPutra As same as what you shared from the stackoverflow, I reset everything and re-applied terraform
@AntonPutra
@AntonPutra 2 месяца назад
@@mzw8374 ok thanks
@duyhenryer
@duyhenryer 2 месяца назад
Add more SSO on AWS
@AntonPutra
@AntonPutra 2 месяца назад
ok will do
Далее
🎙ПОЮ ВЖИВУЮ!
3:17:56
Просмотров 1,5 млн
Kubernetes Ingress networking
5:57
Просмотров 51 тыс.
Kubernetes Ingress Explained (2 Types)
8:54
Просмотров 36 тыс.
Kubernetes NodePort vs LoadBalancer vs Ingress
6:27
Просмотров 68 тыс.
RBAC in Kubernetes
20:27
Просмотров 33 тыс.