This repository accompanies the article: https://medium.com/@jcantosz/service-accounts-and-auditing-in-kubernetes-13255c8424fa
Dockerfile automatically built here: https://hub.docker.com/r/ibmcloudprivate/k8s-service-accounts/
project root: contains example YAMLs for creating service accounts in Kubernetes
/docker: contains Dockerfile used in the create the image in
Enable RBAC and Audit Logs on Minikube
minikube start --extra-config=apiserver.Authorization.Mode=RBAC --extra-config=apiserver.Audit.Path=/var/log/apiserver/audit.log