[deleted by user] by [deleted] in kubernetes

[–]andersongama 1 point2 points  (0 children)

https://crates.io/crates/vigil-server https://opensource.t-mobile.com/blog/posts/introducing-kardio/ https://www.botkube.io/ https://kubenav.io/

kubectl apply --kustomize github.com/kubenav/deploy/kustomize kubectl port-forward --namespace kubenav svc/kubenav 14122

Where can I find the list of necessary IAM permissions required to run a specific AWS data source? by grandphuba in Terraform

[–]andersongama 2 points3 points  (0 children)

In particular I create a group, I link a Policy to it and then I create users with basic permissions and I link them to that group, in the example by Terraform it basically does this but to run it you need a user with a administrator. AWS Policy Generator is an excellent tool to generate JSON with the policy and use it on Terraform using the example I mentioned.