Security
Security Variables
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
roleBasedAccessControlCreate | bool | No | True | create RBAC resources |
serviceAccount | string | No | - | Set ServiceAccount |
securityContext | SecurityContext | No | {} | SecurityContext holds security configuration that will be applied to a container. |
podSecurityContext | PodSecurityContext | No | {} | PodSecurityContext holds pod-level security attributes and common container settings. Some |
Using RBAC Authorization
By default, RBAC is enabled.
Deploy with Kubernetes Manifests
Create logging
resource with RBAC
Example Manifest Generated by the operator
Fluentd Role & RoleBinding Output
Fluentbit ClusterRole & ClusterRoleBinding Output
Service Account (SA)
Deploy with Kubernetes Manifests
Create logging
resource with Service Account
Security Context
Deploy with Kubernetes Manifests
Create logging
resource with PSP
Example Manifest Generated by the operator
Last modified November 21, 2024: Merge pull request #264 from kube-logging/avoid-empty-announcement-bar (dee354e)