1 min read
Since we can have several clusters configured we need to know to which cluster we are issues commands to, there are several ways we can do it with kubectl config:
03/11/2022
Read more...3 min read
Once we have OPA gatekeeper installed we might want to start writing our own rules if we cannot find it in the gatekeeper library.
01/11/2022
Read more...2 min read
Having a helm chart released (via an index.yaml) is a convenient way of using it. Combining github actions with github pages we can do it in a serverless fashion
31/10/2022
Read more...2 min read
We can read values from a ConfigMap as a volume but we can present them to a Pod as an environment variable
27/10/2022
Read more...2 min read
AWS ROSA it is integrated with the AWS STS that will allow us to setup IRSA just as we would do on an EKS cluster.
25/10/2022
Read more...