Yago Nobre

Results 30 comments of Yago Nobre

I run multiple clusters in one AWS account, using tack but I modified tack for storage terraform state in s3. I think that terragrunt can work fine.

@rimusz, It is because tack use user-data, that run every time that the machine power up. You can stop the instance and edit the version on user-data and then start...

You can use this procedure # Update worker nodes 1. Create a new launch configuration, you can clone the existing LC and edit the kubernetes version on user-data (have 2...

@rokka-n I do it

I'm using Dex for auth and RBAC for authorization. https://kubernetes.io/docs/admin/authentication/

yes, i will do it in weekend

@rimusz Is exactly this that i want to do. It as working in my cluster now.

Yes. I plan to share it next week. I'm working on automate the update process

Hi, its look nice. I was thinking to use OpenID Connect with dex and freeipa in my enviroment, what you think about? cc: @guiocavalcanti

I plan to use RBAC for IAM. But the webhook aprouch looks interesting. Maybe we can do 2 webhooks, one for authentication and another for authorization. I can help you,...