You, sir, are the most competent kubernetes teacher on youtube. I had some difficulties to fully understand the authentication and authorization topic, then suddenly I found your video.
Great stuff Janaki, one question - if a user is assigned two roles and roles have conflicting access permission to a resource then is the access granted?
Hello, @janakiram thanks for the video, nice explanation. Could you please provide steps to authenticate Kubernetes cluster using OpenID(active directory), currently I have a physical cluster(not deployed through EKS or AKS) which I'm planning to integrate with any of the Active Directory authentication mechanism, Could you please help with providing steps?
FYI when he says that everything in kubernetes is an object: this is true, but it has *nothing* to do with object-oriented programming; in other words: there are no concepts of inheritance, polymorphism or encapsulation really in kubernetes. It is written almost entirely in Go and go is not at all object-oriented. This confused me at first and I don't want someone coming from a Java, Python, Ruby, etc. background to think "oh kubernetes is object-oriented". Because it isn't.
You, sir, are the most competent kubernetes teacher on youtube. I had some difficulties to fully understand the authentication and authorization topic, then suddenly I found your video.
why are there not more views? His tutorials are great
Thanks Kousek :)
Excellent series on Kubernetes. Highly technical content delivered in very simple terms. Please keep up.
Fantastic tutorial. It's so informative, to-the-point and clear. Thanks a lott.
As always, a fantastic presentation Janakiram!
This is absolutely amazing and what I'm looking for. Thanks for this webinar.
thanks for this amazing webinar
Great tutorial. Very well explained
Service Accounts starts at 47:14
Well explained content
very relevant!😍Excellent.
Very Amazing videos Sir!
Cool explanation. Thank you a lot
Very nice and useful content 👌
Great stuff Janaki, one question - if a user is assigned two roles and roles have conflicting access permission to a resource then is the access granted?
I want to attend all your webinars, is there any link of schedule? Also, Is there any series of webinars when someone starting from scratch?
Extremely helpful
.thx
Hello, @janakiram thanks for the video, nice explanation. Could you please provide steps to authenticate Kubernetes cluster using OpenID(active directory), currently I have a physical cluster(not deployed through EKS or AKS) which I'm planning to integrate with any of the Active Directory authentication mechanism, Could you please help with providing steps?
Sir, How to authenticate eks cluster from travis.yaml file with user and token.
Hello. May I know how to get certificate-authority ca.crt file ?
Helped me a lot
You keep mentioning api server. Can you please tell what’s api server in this context that you were talking
This is Awwwwsome!!!!
could you put all commands on comments or desc..
Take a look at thenewstack.io/a-practical-approach-to-understanding-kubernetes-authentication/
FYI when he says that everything in kubernetes is an object: this is true, but it has *nothing* to do with object-oriented programming; in other words: there are no concepts of inheritance, polymorphism or encapsulation really in kubernetes. It is written almost entirely in Go and go is not at all object-oriented. This confused me at first and I don't want someone coming from a Java, Python, Ruby, etc. background to think "oh kubernetes is object-oriented". Because it isn't.