# k8s-service-accounts **Repository Path**: mirrors_ibm/k8s-service-accounts ## Basic Information - **Project Name**: k8s-service-accounts - **Description**: Sample configuration for creating service accounts in Kubernetes - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # k8s-service-accounts 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/ ## Directories **project root:** contains example YAMLs for creating service accounts in Kubernetes **/docker:** contains Dockerfile used in the create the image in ## Running on Minikube Enable RBAC and Audit Logs on Minikube ``` bash minikube start --extra-config=apiserver.Authorization.Mode=RBAC --extra-config=apiserver.Audit.Path=/var/log/apiserver/audit.log ```