Just curious to know what are top 3 things everyon...
# platform-blueprints
m
Just curious to know what are top 3 things everyone doing as part of platform team? This will help everyone understand kind of thing we are doing in our platform teams. For us: 1. Built an operator to deploy application seamlessly 2. Created a deployment service to create deployment using API (using operator CRD internally) 3. Working on simplifying access management. (How you guys doing this?)
h
For number 3 we use aws sso and cloudflare zero trust, took a bit to setup but works pretty well and its a super easy experience for users
m
We have created a central terraform code where we add user details and it creates access at all places i.e. git, aws, kubernetes etc. We are trying to optimise it further. SSO is something we are exploring as next step.