Skip to content

Sample configuration for creating service accounts in Kubernetes

License

Notifications You must be signed in to change notification settings

IBM/k8s-service-accounts

Repository files navigation

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

minikube start --extra-config=apiserver.Authorization.Mode=RBAC --extra-config=apiserver.Audit.Path=/var/log/apiserver/audit.log

Releases

No releases published

Packages

No packages published

Languages