CIS Kubernetes Benchmark v1.2.0
CIS Kubernetes Benchmark v1.2.0
CIS Kubernetes Benchmark v1.2.0
v1.2.0 - 10-04-2017
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike
4.0 International Public License. The link to the license terms can be found at
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
To further clarify the Creative Commons license related to CIS Benchmark content, you are
authorized to copy and redistribute the content for use by you, within your organization
and outside your organization for non-commercial purposes only, provided that (i)
appropriate credit is given to CIS, (ii) a link to the license is provided. Additionally, if you
remix, transform or build upon the CIS Benchmark(s), you may only distribute the modified
materials if they are subject to the same license terms as the original Benchmark license
and your derivative will no longer be a CIS Benchmark. Commercial use of CIS Benchmarks
is subject to the prior approval of the Center for Internet Security.
1|Page
Table of Contents
Overview .................................................................................................................................................................. 9
Intended Audience ........................................................................................................................................... 9
Consensus Guidance........................................................................................................................................ 9
Typographical Conventions ...................................................................................................................... 10
Scoring Information ..................................................................................................................................... 10
Profile Definitions ......................................................................................................................................... 11
Acknowledgements ...................................................................................................................................... 12
Recommendations ............................................................................................................................................. 13
1 Master Node Security Configuration .................................................................................................. 13
1.1 API Server............................................................................................................................................. 14
1.1.1 Ensure that the --anonymous-auth argument is set to false (Scored) ................. 14
1.1.2 Ensure that the --basic-auth-file argument is not set (Scored) .............................. 17
1.1.3 Ensure that the --insecure-allow-any-token argument is not set (Scored) ....... 19
1.1.4 Ensure that the --kubelet-https argument is set to true (Scored) ......................... 21
1.1.5 Ensure that the --insecure-bind-address argument is not set (Scored) .............. 23
1.1.6 Ensure that the --insecure-port argument is set to 0 (Scored) ............................... 25
1.1.7 Ensure that the --secure-port argument is not set to 0 (Scored) ........................... 27
1.1.8 Ensure that the --profiling argument is set to false (Scored) .................................. 29
1.1.9 Ensure that the --repair-malformed-updates argument is set to false (Scored)
..................................................................................................................................................................... 31
1.1.10 Ensure that the admission control policy is not set to AlwaysAdmit (Scored)
..................................................................................................................................................................... 33
1.1.11 Ensure that the admission control policy is set to AlwaysPullImages (Scored)
..................................................................................................................................................................... 35
1.1.12 Ensure that the admission control policy is set to DenyEscalatingExec
(Scored) ................................................................................................................................................... 37
1.1.13 Ensure that the admission control policy is set to SecurityContextDeny
(Scored) ................................................................................................................................................... 39
2|Page
1.1.14 Ensure that the admission control policy is set to NamespaceLifecycle
(Scored) ................................................................................................................................................... 41
1.1.15 Ensure that the --audit-log-path argument is set as appropriate (Scored) ..... 43
1.1.16 Ensure that the --audit-log-maxage argument is set to 30 or as appropriate
(Scored) ................................................................................................................................................... 45
1.1.17 Ensure that the --audit-log-maxbackup argument is set to 10 or as
appropriate (Scored) .......................................................................................................................... 47
1.1.18 Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate
(Scored) ................................................................................................................................................... 49
1.1.19 Ensure that the --authorization-mode argument is not set to AlwaysAllow
(Scored) ................................................................................................................................................... 51
1.1.20 Ensure that the --token-auth-file parameter is not set (Scored) ......................... 53
1.1.21 Ensure that the --kubelet-certificate-authority argument is set as appropriate
(Scored) ................................................................................................................................................... 55
1.1.22 Ensure that the --kubelet-client-certificate and --kubelet-client-key
arguments are set as appropriate (Scored) ............................................................................... 57
1.1.23 Ensure that the --service-account-lookup argument is set to true (Scored) .. 59
1.1.24 Ensure that the admission control policy is set to PodSecurityPolicy (Scored)
..................................................................................................................................................................... 61
1.1.25 Ensure that the --service-account-key-file argument is set as appropriate
(Scored) ................................................................................................................................................... 63
1.1.26 Ensure that the --etcd-certfile and --etcd-keyfile arguments are set as
appropriate (Scored) .......................................................................................................................... 65
1.1.27 Ensure that the admission control policy is set to ServiceAccount (Scored) . 67
1.1.28 Ensure that the --tls-cert-file and --tls-private-key-file arguments are set as
appropriate (Scored) .......................................................................................................................... 69
1.1.29 Ensure that the --client-ca-file argument is set as appropriate (Scored) ......... 71
1.1.30 Ensure that the --etcd-cafile argument is set as appropriate (Scored) ............. 73
1.1.31 Ensure that the --authorization-mode argument is set to Node (Scored) ....... 75
1.1.32 Ensure that the admission control policy is set to NodeRestriction (Scored) 77
1.1.33 Ensure that the --experimental-encryption-provider-config argument is set as
appropriate (Scored) .......................................................................................................................... 79
1.1.34 Ensure that the encryption provider is set to aescbc (Scored) ............................ 81
3|Page
1.1.35 Ensure that the admission control policy is set to EventRateLimit (Scored) . 83
1.1.36 Ensure that the AdvancedAuditing argument is not set to false (Scored) ....... 85
1.1.37 Ensure that the --request-timeout argument is set as appropriate (Scored) . 87
1.2 Scheduler .............................................................................................................................................. 89
1.2.1 Ensure that the --profiling argument is set to false (Scored) .................................. 89
1.3 Controller Manager .......................................................................................................................... 91
1.3.1 Ensure that the --terminated-pod-gc-threshold argument is set as appropriate
(Scored) ................................................................................................................................................... 91
1.3.2 Ensure that the --profiling argument is set to false (Scored) .................................. 93
1.3.3 Ensure that the --use-service-account-credentials argument is set to true
(Scored) ................................................................................................................................................... 95
1.3.4 Ensure that the --service-account-private-key-file argument is set as
appropriate (Scored) .......................................................................................................................... 97
1.3.5 Ensure that the --root-ca-file argument is set as appropriate (Scored) .............. 99
1.3.6 Apply Security Context to Your Pods and Containers (Not Scored) ................... 101
1.3.7 Ensure that the RotateKubeletServerCertificate argument is set to true
(Scored) ................................................................................................................................................. 103
1.4 Configuration Files.......................................................................................................................... 105
1.4.1 Ensure that the API server pod specification file permissions are set to 644 or
more restrictive (Scored) ............................................................................................................... 105
1.4.2 Ensure that the API server pod specification file ownership is set to root:root
(Scored) ................................................................................................................................................. 107
1.4.3 Ensure that the controller manager pod specification file permissions are set to
644 or more restrictive (Scored) ................................................................................................. 109
1.4.4 Ensure that the controller manager pod specification file ownership is set to
root:root (Scored).............................................................................................................................. 111
1.4.5 Ensure that the scheduler pod specification file permissions are set to 644 or
more restrictive (Scored) ............................................................................................................... 113
1.4.6 Ensure that the scheduler pod specification file ownership is set to root:root
(Scored) ................................................................................................................................................. 115
1.4.7 Ensure that the etcd pod specification file permissions are set to 644 or more
restrictive (Scored) ........................................................................................................................... 117
4|Page
1.4.8 Ensure that the etcd pod specification file ownership is set to root:root
(Scored) ................................................................................................................................................. 119
1.4.9 Ensure that the Container Network Interface file permissions are set to 644 or
more restrictive (Not Scored) ....................................................................................................... 121
1.4.10 Ensure that the Container Network Interface file ownership is set to root:root
(Not Scored) ......................................................................................................................................... 123
1.4.11 Ensure that the etcd data directory permissions are set to 700 or more
restrictive (Scored) ........................................................................................................................... 125
1.4.12 Ensure that the etcd data directory ownership is set to etcd:etcd (Scored). 127
1.4.13 Ensure that the admin.conf file permissions are set to 644 or more restrictive
(Scored) ................................................................................................................................................. 129
1.4.14 Ensure that the admin.conf file ownership is set to root:root (Scored) ......... 131
1.4.15 Ensure that the scheduler.conf file permissions are set to 644 or more
restrictive (Scored) ........................................................................................................................... 133
1.4.16 Ensure that the scheduler.conf file ownership is set to root:root (Scored) .. 135
1.4.17 Ensure that the controller-manager.conf file permissions are set to 644 or
more restrictive (Scored) ............................................................................................................... 137
1.4.18 Ensure that the controller-manager.conf file ownership is set to root:root
(Scored) ................................................................................................................................................. 139
1.5 etcd ....................................................................................................................................................... 141
1.5.1 Ensure that the --cert-file and --key-file arguments are set as appropriate
(Scored) ................................................................................................................................................. 141
1.5.2 Ensure that the --client-cert-auth argument is set to true (Scored) ................... 143
1.5.3 Ensure that the --auto-tls argument is not set to true (Scored) ........................... 145
1.5.4 Ensure that the --peer-cert-file and --peer-key-file arguments are set as
appropriate (Scored) ........................................................................................................................ 147
1.5.5 Ensure that the --peer-client-cert-auth argument is set to true (Scored) ........ 149
1.5.6 Ensure that the --peer-auto-tls argument is not set to true (Scored) ................ 151
1.5.7 Ensure that the --wal-dir argument is set as appropriate (Scored) .................... 153
1.5.8 Ensure that the --max-wals argument is set to 0 (Scored) ..................................... 155
1.5.9 Ensure that a unique Certificate Authority is used for etcd (Not Scored) ........ 157
1.6 General Security Primitives......................................................................................................... 159
5|Page
1.6.1 Ensure that the cluster-admin role is only used where required (Not Scored)
................................................................................................................................................................... 159
1.6.2 Create Pod Security Policies for your cluster (Not Scored).................................... 161
1.6.3 Create administrative boundaries between resources using namespaces (Not
Scored) ................................................................................................................................................... 163
1.6.4 Create network segmentation using Network Policies (Not Scored) ................. 165
1.6.5 Ensure that the seccomp profile is set to docker/default in your pod definitions
(Not Scored) ......................................................................................................................................... 167
1.6.6 Apply Security Context to Your Pods and Containers (Not Scored) ................... 169
1.6.7 Configure Image Provenance using ImagePolicyWebhook admission controller
(Not Scored) ......................................................................................................................................... 171
1.6.8 Configure Network policies as appropriate (Not Scored) ...................................... 173
1.6.9 Place compensating controls in the form of PSP and RBAC for privileged
containers usage (Not Scored) ..................................................................................................... 175
2 Worker Node Security Configuration .............................................................................................. 177
2.1 Kubelet ................................................................................................................................................ 178
2.1.1 Ensure that the --allow-privileged argument is set to false (Scored) ................ 178
2.1.2 Ensure that the --anonymous-auth argument is set to false (Scored) ............... 180
2.1.3 Ensure that the --authorization-mode argument is not set to AlwaysAllow
(Scored) ................................................................................................................................................. 183
2.1.4 Ensure that the --client-ca-file argument is set as appropriate (Scored) ......... 185
2.1.5 Ensure that the --read-only-port argument is set to 0 (Scored) .......................... 187
2.1.6 Ensure that the --streaming-connection-idle-timeout argument is not set to 0
(Scored) ................................................................................................................................................. 189
2.1.7 Ensure that the --protect-kernel-defaults argument is set to true (Scored) ... 191
2.1.8 Ensure that the --make-iptables-util-chains argument is set to true (Scored)
................................................................................................................................................................... 193
2.1.9 Ensure that the --keep-terminated-pod-volumes argument is set to false
(Scored) ................................................................................................................................................. 195
2.1.10 Ensure that the --hostname-override argument is not set (Scored) ................ 197
2.1.11 Ensure that the --event-qps argument is set to 0 (Scored) .................................. 199
2.1.12 Ensure that the --tls-cert-file and --tls-private-key-file arguments are set as
appropriate (Scored) ........................................................................................................................ 201
6|Page
2.1.13 Ensure that the --cadvisor-port argument is set to 0 (Scored) .......................... 203
2.1.14 Ensure that the RotateKubeletClientCertificate argument is not set to false
(Scored) ................................................................................................................................................. 205
2.1.15 Ensure that the RotateKubeletServerCertificate argument is set to true
(Scored) ................................................................................................................................................. 207
2.2 Configuration Files.......................................................................................................................... 209
2.2.1 Ensure that the kubelet.conf file permissions are set to 644 or more restrictive
(Scored) ................................................................................................................................................. 209
2.2.2 Ensure that the kubelet.conf file ownership is set to root:root (Scored) ......... 211
2.2.3 Ensure that the kubelet service file permissions are set to 644 or more
restrictive (Scored) ........................................................................................................................... 213
2.2.4 Ensure that the kubelet service file ownership is set to root:root (Scored) .... 215
2.2.5 Ensure that the proxy kubeconfig file permissions are set to 644 or more
restrictive (Scored) ........................................................................................................................... 217
2.2.6 Ensure that the proxy kubeconfig file ownership is set to root:root (Scored)
................................................................................................................................................................... 219
2.2.7 Ensure that the certificate authorities file permissions are set to 644 or more
restrictive (Scored) ........................................................................................................................... 221
2.2.8 Ensure that the client certificate authorities file ownership is set to root:root
(Scored) ................................................................................................................................................. 223
3 Federated Deployments ........................................................................................................................ 225
3.1 Federation API Server ................................................................................................................... 226
3.1.1 Ensure that the --anonymous-auth argument is set to false (Scored) ............... 226
3.1.2 Ensure that the --basic-auth-file argument is not set (Scored) ............................ 229
3.1.3 Ensure that the --insecure-allow-any-token argument is not set (Scored) ..... 231
3.1.4 Ensure that the --insecure-bind-address argument is not set (Scored) ............ 233
3.1.5 Ensure that the --insecure-port argument is set to 0 (Scored) ............................. 235
3.1.6 Ensure that the --secure-port argument is not set to 0 (Scored) ......................... 237
3.1.7 Ensure that the --profiling argument is set to false (Scored) ................................ 239
3.1.8 Ensure that the admission control policy is not set to AlwaysAdmit (Scored)
................................................................................................................................................................... 241
3.1.9 Ensure that the admission control policy is set to NamespaceLifecycle (Scored)
................................................................................................................................................................... 243
7|Page
3.1.10 Ensure that the --audit-log-path argument is set as appropriate (Scored) ... 245
3.1.11 Ensure that the --audit-log-maxage argument is set to 30 or as appropriate
(Scored) ................................................................................................................................................. 247
3.1.12 Ensure that the --audit-log-maxbackup argument is set to 10 or as
appropriate (Scored) ........................................................................................................................ 249
3.1.13 Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate
(Scored) ................................................................................................................................................. 251
3.1.14 Ensure that the --authorization-mode argument is not set to AlwaysAllow
(Scored) ................................................................................................................................................. 253
3.1.15 Ensure that the --token-auth-file parameter is not set (Scored) ....................... 255
3.1.16 Ensure that the --service-account-lookup argument is set to true (Scored) 257
3.1.17 Ensure that the --service-account-key-file argument is set as appropriate
(Scored) ................................................................................................................................................. 259
3.1.18 Ensure that the --etcd-certfile and --etcd-keyfile arguments are set as
appropriate (Scored) ........................................................................................................................ 261
3.1.19 Ensure that the --tls-cert-file and --tls-private-key-file arguments are set as
appropriate (Scored) ........................................................................................................................ 263
3.2 Federation Controller Manager ................................................................................................. 265
3.2.1 Ensure that the --profiling argument is set to false (Scored) ................................ 265
Appendix: Summary Table ........................................................................................................................... 267
Appendix: Change History ............................................................................................................................ 273
8|Page
Overview
This document provides prescriptive guidance for establishing a secure configuration
posture for Kubernetes 1.8.0. To obtain the latest version of this guide, please visit
http://www.cisecurity.org. If you have questions, comments, or have identified ways to
improve this guide, please write us at [email protected].
**Special Note: **The set of configuration files mentioned anywhere throughout this
benchmark document may vary according to the deployment tool and the platform. Any
reference to a configuration file should be modified according to the actual configuration
files used on the specific deployment.
Intended Audience
This document is intended for system and application administrators, security specialists,
auditors, help desk, and platform deployment personnel who plan to develop, deploy,
assess, or secure solutions that incorporate Kubernetes 1.8.
Consensus Guidance
This benchmark was created using a consensus review process comprised of subject
matter experts. Consensus participants provide perspective from a diverse set of
backgrounds including consulting, software development, audit and compliance, security
research, operations, government, and legal.
Each CIS benchmark undergoes two phases of consensus review. The first phase occurs
during initial benchmark development. During this phase, subject matter experts convene
to discuss, create, and test working drafts of the benchmark. This discussion occurs until
consensus has been reached on benchmark recommendations. The second phase begins
after the benchmark has been published. During this phase, all feedback provided by the
Internet community is reviewed by the consensus team for incorporation in the
benchmark. If you are interested in participating in the consensus process, please visit
https://community.cisecurity.org.
9|Page
Typographical Conventions
The following typographical conventions are used throughout this guide:
Convention Meaning
Stylized Monospace font Used for blocks of code, command, and script examples.
Text should be interpreted exactly as presented.
Monospace font Used for inline code, commands, or examples. Text should
be interpreted exactly as presented.
<italic font in brackets> Italic texts set in angle brackets denote a variable
requiring substitution for a real value.
Scoring Information
A scoring status indicates whether compliance with the given recommendation impacts the
assessed target's benchmark score. The following scoring statuses are used in this
benchmark:
Scored
Failure to comply with "Scored" recommendations will decrease the final benchmark score.
Compliance with "Scored" recommendations will increase the final benchmark score.
Not Scored
Failure to comply with "Not Scored" recommendations will not decrease the final
benchmark score. Compliance with "Not Scored" recommendations will not increase the
final benchmark score.
10 | P a g e
Profile Definitions
The following configuration profiles are defined by this Benchmark:
Level 1
Level 2
This profile extends the "Level 1" profile. Items in this profile exhibit one or more of
the following characteristics:
11 | P a g e
Acknowledgements
This benchmark exemplifies the great things a community of users, vendors, and subject matter
experts can accomplish through consensus collaboration. The CIS community thanks the entire
consensus team with special recognition to the following individuals who contributed greatly to
the creation of this guide:
Author
Pravin Goyal, Cavirin Systems, Inc
Rory McCune
Jordan Liggitt
Contributor
Puja Abbassi
Liz Rice
Eric Chiang
Jordan Rakoske GSEC, GCWN
12 | P a g e
Recommendations
1 Master Node Security Configuration
This section consists of security recommendation for components on the master nodes.
13 | P a g e
1.1 API Server
This section contains recommendations for kube-apiserver configuration.
Level 1
Description:
Rationale:
When enabled, requests that are not rejected by other configured authentication methods
are treated as anonymous requests. These requests are then served by the API server. You
should rely on authentication to authorize access and disallow anonymous requests.
Audit:
Remediation:
--anonymous-auth=false
Impact:
Default Value:
14 | P a g e
15 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/authentication/#anonymous-requests
CIS Controls:
16 | P a g e
1.1.2 Ensure that the --basic-auth-file argument is not set (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Basic authentication uses plaintext credentials for authentication. Currently, the basic
authentication credentials last indefinitely, and the password cannot be changed without
restarting API server. The basic authentication is currently supported for convenience.
Hence, basic authentication should not be used.
Audit:
Remediation:
Follow the documentation and configure alternate mechanisms for authentication. Then,
edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml on the master node and remove the --basic-auth-file=<filename>
parameter.
Impact:
You will have to configure and use alternate authentication mechanisms such as tokens and
certificates. Username and password for basic authentication could no longer be used.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/authentication/#static-password-file
17 | P a g e
CIS Controls:
18 | P a g e
1.1.3 Ensure that the --insecure-allow-any-token argument is not set
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Accepting insecure tokens would allow any token without actually authenticating anything.
User information is parsed from the token and connections are allowed.
Audit:
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
19 | P a g e
CIS Controls:
20 | P a g e
1.1.4 Ensure that the --kubelet-https argument is set to true (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Connections from apiserver to kubelets could potentially carry sensitive data such as
secrets and keys. It is thus important to use in-transit encryption for any communication
between the apiserver and kubelets.
Audit:
Verify that the --kubelet-https argument either does not exist or is set to true.
Remediation:
Impact:
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/kubelet-authentication-authorization/
CIS Controls:
22 | P a g e
1.1.5 Ensure that the --insecure-bind-address argument is not set
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
If you bind the apiserver to an insecure address, basically anyone who could connect to it
over the insecure port, would have unauthenticated and unencrypted access to your
master node. The apiserver doesn't do any authentication checking for insecure binds and
neither the insecure traffic is encrypted. Hence, you should not bind the apiserver to an
insecure address.
Audit:
Verify that the --insecure-bind-address argument does not exist or is set to 127.0.0.1.
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
23 | P a g e
CIS Controls:
24 | P a g e
1.1.6 Ensure that the --insecure-port argument is set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Setting up the apiserver to serve on an insecure port would allow unauthenticated and
unencrypted access to your master node. It is assumed that firewall rules are set up such
that this port is not reachable from outside of the cluster. But, as a defense in depth
measure, you should not use an insecure port.
Audit:
Remediation:
--insecure-port=0
Impact:
All components that use the API must connect via the secured port, authenticate
themselves, and be authorized to use the API.
This includes:
kube-controller-manager
kube-proxy
kube-scheduler
kubelets
25 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
CIS Controls:
26 | P a g e
1.1.7 Ensure that the --secure-port argument is not set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The secure port is used to serve https with authentication and authorization. If you disable
it, no https traffic is served and all traffic is served unencrypted.
Audit:
Verify that the --secure-port argument is either not set or is set to an integer value
between 1 and 65535.
Remediation:
Impact:
You need to set the API Server up with the right TLS certificates.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
27 | P a g e
CIS Controls:
28 | P a g e
1.1.8 Ensure that the --profiling argument is set to false (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
--profiling=false
Impact:
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
29 | P a g e
2. https://github.com/kubernetes/community/blob/master/contributors/devel/profi
ling.md
CIS Controls:
30 | P a g e
1.1.9 Ensure that the --repair-malformed-updates argument is set to
false (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The API sServer will potentially attempt to fix the update requests to pass the validation
even if the requests are malformed. Malformed requests are one of the potential ways to
interact with a service without legitimate information. Such requests could potentially be
used to sabotage API Server responses.
Audit:
Remediation:
--repair-malformed-updates=false
Impact:
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
31 | P a g e
2. https://github.com/kubernetes/kubernetes/issues/15580
CIS Controls:
32 | P a g e
1.1.10 Ensure that the admission control policy is not set to
AlwaysAdmit (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Setting admission control policy to AlwaysAdmit allows all requests and do not filter any
requests.
Audit:
Verify that the --admission-control argument is set, and that its value does not include
AlwaysAdmit.
Remediation:
Impact:
Only requests explicitly allowed by the admissions control policy would be served.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#alwaysadmit
33 | P a g e
CIS Controls:
34 | P a g e
1.1.11 Ensure that the admission control policy is set to
AlwaysPullImages (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Setting admission control policy to AlwaysPullImages forces every new pod to pull the
required images every time. In a multitenant cluster users can be assured that their private
images can only be used by those who have the credentials to pull them. Without this
admisssion control policy, once an image has been pulled to a node, any pod from any user
can use it simply by knowing the image’s name, without any authorization check against
the image ownership. When this plug-in is enabled, images are always pulled prior to
starting containers, which means valid credentials are required.
Audit:
Remediation:
--admission-control=...,AlwaysPullImages,...
Impact:
Credentials would be required to pull the private images every time. Also, in trusted
environments, this might increases load on network, registry, and decreases speed.
35 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#alwayspullimages
CIS Controls:
36 | P a g e
1.1.12 Ensure that the admission control policy is set to
DenyEscalatingExec (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
--admission-control=...,DenyEscalatingExec,...
Impact:
Default Value:
37 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#denyescalatingexec
CIS Controls:
38 | P a g e
1.1.13 Ensure that the admission control policy is set to
SecurityContextDeny (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
--admission-control=...,SecurityContextDeny,...
Impact:
None
39 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#securitycontextdeny
3. https://kubernetes.io/docs/user-guide/pod-security-policy/#working-with-rbac
CIS Controls:
40 | P a g e
1.1.14 Ensure that the admission control policy is set to
NamespaceLifecycle (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
--admission-control=...,NamespaceLifecycle,...
Impact:
None
Default Value:
41 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#namespacelifecycle
CIS Controls:
42 | P a g e
1.1.15 Ensure that the --audit-log-path argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
Enable auditing on the Kubernetes API Server and set the desired audit log path as
appropriate.
Rationale:
Audit:
Remediation:
--audit-log-path=/var/log/apiserver/audit.log
Impact:
None
Default Value:
43 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/concepts/cluster-administration/audit/
3. https://github.com/kubernetes/features/issues/22
CIS Controls:
6.2 Ensure Audit Log Settings Support Appropriate Log Entry Formatting
Validate audit log settings for each hardware device and the software installed on it,
ensuring that logs include a date, timestamp, source addresses, destination addresses, and
various other useful elements of each packet and/or transaction. Systems should record
logs in a standardized format such as syslog entries or those outlined by the Common Event
Expression initiative. If systems cannot generate logs in a standardized format, log
normalization tools can be deployed to convert logs into such a format.
44 | P a g e
1.1.16 Ensure that the --audit-log-maxage argument is set to 30 or as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Retaining logs for at least 30 days ensures that you can go back in time and investigate or
correlate any events. Set your audit log retention period to 30 days or as per your business
requirements.
Audit:
Remediation:
--audit-log-maxage=30
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
45 | P a g e
2. https://kubernetes.io/docs/concepts/cluster-administration/audit/
3. https://github.com/kubernetes/features/issues/22
CIS Controls:
6.3 Ensure Audit Logging Systems Are Not Subject To Loss (i.e. rotation/archive)
Ensure that all systems that store logs have adequate storage space for the logs generated
on a regular basis, so that log files will not fill up between log rotation intervals. The logs
must be archived and digitally signed on a periodic basis.
46 | P a g e
1.1.17 Ensure that the --audit-log-maxbackup argument is set to 10 or
as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Kubernetes automatically rotates the log files. Retaining old log files ensures that you
would have sufficient log data available for carrying out any investigation or correlation.
For example, if you have set file size of 100 MB and the number of old log files to keep as
10, you would approximate have 1 GB of log data that you could potentially use for your
analysis.
Audit:
Remediation:
--audit-log-maxbackup=10
Impact:
None
Default Value:
47 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/concepts/cluster-administration/audit/
3. https://github.com/kubernetes/features/issues/22
CIS Controls:
6.3 Ensure Audit Logging Systems Are Not Subject To Loss (i.e. rotation/archive)
Ensure that all systems that store logs have adequate storage space for the logs generated
on a regular basis, so that log files will not fill up between log rotation intervals. The logs
must be archived and digitally signed on a periodic basis.
48 | P a g e
1.1.18 Ensure that the --audit-log-maxsize argument is set to 100 or as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Kubernetes automatically rotates the log files. Retaining old log files ensures that you
would have sufficient log data available for carrying out any investigation or correlation. If
you have set file size of 100 MB and the number of old log files to keep as 10, you would
approximate have 1 GB of log data that you could potentially use for your analysis.
Audit:
Remediation:
--audit-log-maxsize=100
Impact:
None
Default Value:
49 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/concepts/cluster-administration/audit/
3. https://github.com/kubernetes/features/issues/22
CIS Controls:
6.3 Ensure Audit Logging Systems Are Not Subject To Loss (i.e. rotation/archive)
Ensure that all systems that store logs have adequate storage space for the logs generated
on a regular basis, so that log files will not fill up between log rotation intervals. The logs
must be archived and digitally signed on a periodic basis.
50 | P a g e
1.1.19 Ensure that the --authorization-mode argument is not set to
AlwaysAllow (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The API Server, by default, allows all requests. You should restrict this behavior to only
allow the authorization modes that you explicitly use in your environment. For example, if
you don't use REST APIs in your environment, it is a good security best practice to switch
off that capability.
Audit:
Verify that the --authorization-mode argument exists and is not set to AlwaysAllow.
Remediation:
--authorization-mode=RBAC
Impact:
Default Value:
51 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/authorization/
CIS Controls:
52 | P a g e
1.1.20 Ensure that the --token-auth-file parameter is not set (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
Follow the documentation and configure alternate mechanisms for authentication. Then,
edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml on the master node and remove the --token-auth-file=<filename>
parameter.
Impact:
You will have to configure and use alternate authentication mechanisms such as
certificates. Static token based authentication could not be used.
Default Value:
References:
1. https://kubernetes.io/docs/admin/authentication/#static-token-file
2. https://kubernetes.io/docs/admin/kube-apiserver/
53 | P a g e
CIS Controls:
54 | P a g e
1.1.21 Ensure that the --kubelet-certificate-authority argument is set as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The connections from the apiserver to the kubelet are used for fetching logs for pods,
attaching (through kubectl) to running pods, and using the kubelet’s port-forwarding
functionality. These connections terminate at the kubelet’s HTTPS endpoint. By default, the
apiserver does not verify the kubelet’s serving certificate, which makes the connection
subject to man-in-the-middle attacks, and unsafe to run over untrusted and/or public
networks.
Audit:
Remediation:
Follow the Kubernetes documentation and setup the TLS connection between the apiserver
and kubelets. Then, edit the API server pod specification file
/etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the --
kubelet-certificate-authority parameter to the path to the cert file for the certificate
authority.
--kubelet-certificate-authority=<ca-string>
Impact:
55 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/kubelet-authentication-authorization/
3. https://kubernetes.io/docs/concepts/cluster-administration/master-node-
communication/#apiserver---kubelet
CIS Controls:
56 | P a g e
1.1.22 Ensure that the --kubelet-client-certificate and --kubelet-client-
key arguments are set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The apiserver, by default, does not authenticate itself to the kubelet's HTTPS endpoints.
The requests from the apiserver are treated anonymously. You should set up certificate-
based kubelet authentication to ensure that the apiserver authenticates itself to kubelets
when submitting requests.
Audit:
Remediation:
Follow the Kubernetes documentation and set up the TLS connection between the
apiserver and kubelets. Then, edit API server pod specification file
/etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the
kubelet client certificate and key parameters as below.
--kubelet-client-certificate=<path/to/client-certificate-file>
--kubelet-client-key=<path/to/client-key-file>
Impact:
Default Value:
57 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/kubelet-authentication-authorization/
3. https://kubernetes.io/docs/concepts/cluster-administration/master-node-
communication/#apiserver---kubelet
CIS Controls:
58 | P a g e
1.1.23 Ensure that the --service-account-lookup argument is set to true
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
By default, the apiserver only verifies that the authentication token is valid. However, it
does not validate that the service account token mentioned in the request is actually
present in etcd. This allows using a service account token even after the corresponding
service account is deleted. This is an example of time of check to time of use security issue.
Audit:
Remediation:
--service-account-lookup=true
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
59 | P a g e
2. https://github.com/kubernetes/kubernetes/issues/24167
3. https://en.wikipedia.org/wiki/Time_of_check_to_time_of_use
CIS Controls:
60 | P a g e
1.1.24 Ensure that the admission control policy is set to
PodSecurityPolicy (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
A Pod Security Policy is a cluster-level resource that controls the actions that a pod can
perform and what it has the ability to access. The PodSecurityPolicy objects define a set of
conditions that a pod must run with in order to be accepted into the system. Pod Security
Policies are comprised of settings and strategies that control the security features a pod has
access to and hence this must be used to control pod access permissions.
Audit:
Remediation:
Follow the documentation and create Pod Security Policy objects as per your environment.
Then, edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml on the master node and set the --admission-control parameter to a
value that includes PodSecurityPolicy:
--admission-control=...,PodSecurityPolicy,...
Impact:
The policy objects must be created and granted before pod creation would be allowed.
61 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#podsecuritypolicy
3. https://kubernetes.io/docs/concepts/policy/pod-security-policy/#enabling-pod-
security-policies
CIS Controls:
62 | P a g e
1.1.25 Ensure that the --service-account-key-file argument is set as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Explicitly set a service account public key file for service accounts on the apiserver.
Rationale:
Audit:
Remediation:
--service-account-key-file=<filename>
Impact:
The corresponding private key must be provided to the controller manager. You would
need to securely maintain the key file and rotate the keys based on your organization's key
rotation policy.
63 | P a g e
Default Value:
By default, --service-account-key-file argument is not set, and the private key from the
TLS serving certificate is used.
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://github.com/kubernetes/kubernetes/issues/24167
CIS Controls:
64 | P a g e
1.1.26 Ensure that the --etcd-certfile and --etcd-keyfile arguments are
set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
etcd should be configured to make use of TLS encryption for client connections.
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
protected by client authentication. This requires the API server to identify itself to the etcd
server using a client certificate and key.
Audit:
Verify that the --etcd-certfile and --etcd-keyfile arguments exist and they are set as
appropriate.
Remediation:
Follow the Kubernetes documentation and set up the TLS connection between the
apiserver and etcd. Then, edit the API server pod specification file
/etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the etcd
certificate and key file parameters.
--etcd-certfile=<path/to/client-certificate-file>
--etcd-keyfile=<path/to/client-key-file>
Impact:
Default Value:
65 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://coreos.com/etcd/docs/latest/op-guide/security.html
CIS Controls:
66 | P a g e
1.1.27 Ensure that the admission control policy is set to ServiceAccount
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
When you create a pod, if you do not specify a service account, it is automatically assigned
the default service account in the same namespace. You should create your own service
account and let the API server manage its security tokens.
Audit:
Remediation:
Follow the documentation and create ServiceAccount objects as per your environment.
Then, edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml on the master node and set the --admission-control parameter to a
value that includes ServiceAccount.
--admission-control=...,ServiceAccount,...
Impact:
The ServiceAccount objects must be created and granted before pod creation would be
allowed.
Default Value:
67 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#serviceaccount
3. https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-
account/
CIS Controls:
68 | P a g e
1.1.28 Ensure that the --tls-cert-file and --tls-private-key-file arguments
are set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
API server communication contains sensitive parameters that should remain encrypted in
transit. Configure the API server to serve only HTTPS traffic.
Audit:
Verify that the --tls-cert-file and --tls-private-key-file arguments exist and they
are set as appropriate.
Remediation:
Follow the Kubernetes documentation and set up the TLS connection on the apiserver.
Then, edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml on the master node and set the TLS certificate and private key file
parameters.
--tls-cert-file=<path/to/tls-certificate-file>
--tls-private-key-file=<path/to/tls-key-file>
Impact:
TLS and client certificate authentication must be configured for your Kubernetes cluster
deployment.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. http://rootsquash.com/2016/05/10/securing-the-kubernetes-api/
3. https://github.com/kelseyhightower/docker-kubernetes-tls-guide
CIS Controls:
70 | P a g e
1.1.29 Ensure that the --client-ca-file argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
API server communication contains sensitive parameters that should remain encrypted in
transit. Configure the API server to serve only HTTPS traffic. If --client-ca-file
argument is set, any request presenting a client certificate signed by one of the authorities
in the client-ca-file is authenticated with an identity corresponding to the
CommonName of the client certificate.
Audit:
Remediation:
Follow the Kubernetes documentation and set up the TLS connection on the apiserver.
Then, edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml on the master node and set the client certificate authority file.
--client-ca-file=<path/to/client-ca-file>
Impact:
TLS and client certificate authentication must be configured for your Kubernetes cluster
deployment.
Default Value:
71 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. http://rootsquash.com/2016/05/10/securing-the-kubernetes-api/
3. https://github.com/kelseyhightower/docker-kubernetes-tls-guide
CIS Controls:
72 | P a g e
1.1.30 Ensure that the --etcd-cafile argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
etcd should be configured to make use of TLS encryption for client connections.
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
protected by client authentication. This requires the API server to identify itself to the etcd
server using a SSL Certificate Authority file.
Audit:
Remediation:
Follow the Kubernetes documentation and set up the TLS connection between the
apiserver and etcd. Then, edit the API server pod specification file
/etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the etcd
certificate authority file parameter.
--etcd-cafile=<path/to/ca-file>
Impact:
Default Value:
73 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://coreos.com/etcd/docs/latest/op-guide/security.html
CIS Controls:
74 | P a g e
1.1.31 Ensure that the --authorization-mode argument is set to Node
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The Node authorization mode only allows kubelets to read Secret, ConfigMap,
PersistentVolume, and PersistentVolumeClaim objects associated with their nodes.
Audit:
Verify that the --authorization-mode argument exists and is set to a value to include Node.
Remediation:
--authorization-mode=Node,RBAC
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/authorization/node/
75 | P a g e
3. https://github.com/kubernetes/kubernetes/pull/46076
4. https://acotten.com/post/kube17-security
CIS Controls:
76 | P a g e
1.1.32 Ensure that the admission control policy is set to NodeRestriction
(Scored)
Profile Applicability:
Level 1
Description:
Limit the Node and Pod objects that a kubelet could modify.
Rationale:
Using the NodeRestriction plug-in ensures that the kubelet is restricted to the Node and
Pod objects that it could modify as defined. Such kubelets will only be allowed to modify
their own Node API object, and only modify Pod API objects that are bound to their node.
Audit:
Remediation:
--admission-control=...,NodeRestriction,...
Impact:
None
Default Value:
77 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers/#noderestriction
3. https://kubernetes.io/docs/admin/authorization/node/
4. https://acotten.com/post/kube17-security
CIS Controls:
78 | P a g e
1.1.33 Ensure that the --experimental-encryption-provider-config
argument is set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly available key-value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
encrypted at rest to avoid any disclosures.
Audit:
Remediation:
Follow the Kubernetes documentation and configure a EncryptionConfig file. Then, edit
the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml
on the master node and set the --experimental-encryption-provider-config parameter
to the path of that file:
--experimental-encryption-provider-config=</path/to/EncryptionConfig/File>
Impact:
None
Default Value:
79 | P a g e
References:
1. https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
2. https://acotten.com/post/kube17-security
3. https://kubernetes.io/docs/admin/kube-apiserver/
4. https://github.com/kubernetes/features/issues/92
CIS Controls:
80 | P a g e
1.1.34 Ensure that the encryption provider is set to aescbc (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
aescbc is currently the strongest encryption provider, It should be preferred over other
providers.
Audit:
Remediation:
Follow the Kubernetes documentation and configure a EncryptionConfig file. In this file,
choose aescbc as the encryption provider.
For example,
kind: EncryptionConfig
apiVersion: v1
resources:
- resources:
- secrets
providers:
- aescbc:
keys:
- name: key1
secret: <32-byte base64-encoded secret>
Impact:
None
81 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
2. https://acotten.com/post/kube17-security
3. https://kubernetes.io/docs/admin/kube-apiserver/
4. https://github.com/kubernetes/features/issues/92
5. https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#providers
CIS Controls:
82 | P a g e
1.1.35 Ensure that the admission control policy is set to EventRateLimit
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Using EventRateLimit admission control enforces a limit on the number of events that the
API Server will accept in a given time slice. In a large multi-tenant cluster, there might be a
small percentage of misbehaving tenants which could have a significant impact on the
performance of the cluster overall. Hence, it is recommended to limit the rate of events that
the API server will accept.
Audit:
Remediation:
Follow the Kubernetes documentation and set the desired limits in a configuration file.
Then, edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml and set the below parameters.
--admission-control=EventRateLimit
--admission-control-config-file=<path/to/configuration/file>
Impact:
83 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/admin/admission-controllers
3. https://github.com/staebler/community/blob/9873b632f4d99b5d99c38c9b15fe2f
8b93d0a746/contributors/design-
proposals/admission_control_event_rate_limit.md
CIS Controls:
84 | P a g e
1.1.36 Ensure that the AdvancedAuditing argument is not set to false
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
AdvancedAuditing enables a much more general API auditing pipeline, which includes
support for pluggable output backends and an audit policy specifying how different
requests should be audited. Additionally, this enables auditing of failed authentication,
authorization and login attempts which could prove crucial for protecting your production
clusters. It is thus recommended not to disable advanced auditing.
Audit:
Verify that the --feature-gates argument is not set to a value that includes
AdvancedAuditing=false. If --feature-gates or AdvancedAuditing arguments are not
present, then it means that AdvancedAuditing is enabled and this recommendation is
enforced by default.
Additionally, review the audit policy file specified in the --audit-policy-file argument
and ensure that it is set as appropriate. At a minimum, it should have below policy set:
Remediation:
Follow the Kubernetes documentation and set the desired audit policy in the
/etc/kubernetes/audit-policy.yaml file.
Then, edit the API server pod specification file /etc/kubernetes/manifests/kube-
apiserver.yaml and set the below parameters.
85 | P a g e
--audit-policy-file=/etc/kubernetes/audit-policy.yaml
Impact:
You would need to rotate logs and log them centrally to avoid filling up disk space.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://github.com/kubernetes/kubernetes.github.io/blob/release-
1.8/docs/tasks/debug-application-cluster/audit.md
CIS Controls:
86 | P a g e
1.1.37 Ensure that the --request-timeout argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Setting global request timeout allows extending the API server request timeout limit to a
duration appropriate to the user's connection speed. By default, it is set to 60 seconds
which might be problematic on slower connections making cluster resources inaccessible
once the data volume for requests exceeds what can be transmitted in 60 seconds. But,
setting this timeout limit to be too large can exhaust the API server resources making it
prone to Denial-of-Service attack. Hence, it is recommended to set this limit as appropriate
and change the default limit of 60 seconds only if needed.
Audit:
Verify that the --request-timeout argument is either not set or set to an appropriate
value.
Remediation:
--request-timeout=300
Impact:
None
87 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://github.com/kubernetes/kubernetes/pull/51415
CIS Controls:
88 | P a g e
1.2 Scheduler
This section contains recommendations for kube-scheduler configuration.
Level 1
Description:
Rationale:
Audit:
Remediation:
--profiling=false
Impact:
Default Value:
89 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-scheduler/
2. https://github.com/kubernetes/community/blob/master/contributors/devel/profi
ling.md
CIS Controls:
90 | P a g e
1.3 Controller Manager
This section contains recommendations for kube-controller-manager configuration.
Level 1
Description:
Rationale:
Audit:
Remediation:
--terminated-pod-gc-threshold=10
Impact:
None
91 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
2. https://github.com/kubernetes/kubernetes/issues/28484
CIS Controls:
92 | P a g e
1.3.2 Ensure that the --profiling argument is set to false (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
--profiling=false
Impact:
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
93 | P a g e
2. https://github.com/kubernetes/community/blob/master/contributors/devel/profi
ling.md
CIS Controls:
94 | P a g e
1.3.3 Ensure that the --use-service-account-credentials argument is set
to true (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The controller manager creates a service account per controller in the kube-system
namespace, generates a credential for it, and builds a dedicated API client with that service
account credential for each controller loop to use. Setting the --use-service-account-
credentials to true runs each control loop within the controller manager using a separate
service account credential. When used in combination with RBAC, this ensures that the
control loops run with the minimum permissions required to perform their intended tasks.
Audit:
Remediation:
--use-service-account-credentials=true
Impact:
Whatever authorizer is configured for the cluster, it must grant sufficient permissions to
the service accounts to perform their intended tasks. When using the RBAC authorizer,
those roles are created and bound to the appropriate service accounts in the kube-system
namespace automatically with default roles and rolebindings that are auto-reconciled on
startup.
95 | P a g e
If using other authorization methods (ABAC, Webhook, etc), the cluster deployer is
responsible for granting appropriate permissions to the service accounts (the required
permissions can be seen by inspecting the controller-roles.yaml and controller-role-
bindings.yaml files for the RBAC roles.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
2. https://kubernetes.io/docs/admin/service-accounts-admin/
3. https://github.com/kubernetes/kubernetes/blob/release-
1.6/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-
roles.yaml
4. https://github.com/kubernetes/kubernetes/blob/release-
1.6/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-role-
bindings.yaml
5. https://kubernetes.io/docs/admin/authorization/rbac/#controller-roles
CIS Controls:
96 | P a g e
1.3.4 Ensure that the --service-account-private-key-file argument is set
as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Explicitly set a service account private key file for service accounts on the controller
manager.
Rationale:
To ensure that keys for service account tokens can be rotated as needed, a separate
public/private key pair should be used for signing service account tokens. The private key
should be specified to the controller manager with --service-account-private-key-file
as appropriate.
Audit:
Remediation:
--service-account-private-key-file=<filename>
Impact:
You would need to securely maintain the key file and rotate the keys based on your
organization's key rotation policy.
Default Value:
97 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
CIS Controls:
98 | P a g e
1.3.5 Ensure that the --root-ca-file argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
Allow pods to verify the API server's serving certificate before establishing connections.
Rationale:
Processes running within pods that need to contact the API server must verify the API
server's serving certificate. Failing to do so could be a subject to man-in-the-middle attacks.
Providing the root certificate for the API server's serving certificate to the controller
manager with the --root-ca-file argument allows the controller manager to inject the
trusted bundle into pods so that they can verify TLS connections to the API server.
Audit:
Verify that the --root-ca-file argument exists and is set to a certificate bundle file
containing the root certificate for the API server's serving certificate.
Remediation:
--root-ca-file=<path/to/file>
Impact:
Default Value:
99 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
2. https://github.com/kubernetes/kubernetes/issues/11000
CIS Controls:
100 | P a g e
1.3.6 Apply Security Context to Your Pods and Containers (Not Scored)
Profile Applicability:
Level 2
Description:
Rationale:
A security context defines the operating system security settings (uid, gid, capabilities,
SELinux role, etc..) applied to a container. When designing your containers and pods, make
sure that you configure the security context for your pods, containers, and volumes. A
security context is a property defined in the deployment yaml. It controls the security
parameters that will be assigned to the pod/container/volume. There are two levels of
security context: pod level security context, and container level security context.
Audit:
Review the pod definitions in your cluster and verify that you have security contexts
defined as appropriate.
Remediation:
Follow the Kubernetes documentation and apply security contexts to your pods. For a
suggested list of security contexts, you may refer to the CIS Security Benchmark for Docker
Containers.
Impact:
If you incorrectly apply security contexts, you may have trouble running the pods.
Default Value:
References:
1. https://kubernetes.io/docs/concepts/policy/security-context/
2. https://learn.cisecurity.org/benchmarks
101 | P a g e
CIS Controls:
102 | P a g e
1.3.7 Ensure that the RotateKubeletServerCertificate argument is set to
true (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Note: This recommendation only applies if you let kubelets get their certificates from the
API server. In case your kubelet certificates come from an outside authority/tool (e.g.
Vault) then you need to take care of rotation yourself.
Audit:
Remediation:
--feature-gates=RotateKubeletServerCertificate=true
Impact:
None
103 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/#approval-controller
2. https://github.com/kubernetes/features/issues/267
3. https://github.com/kubernetes/kubernetes/pull/45059
4. https://kubernetes.io/docs/admin/kube-controller-manager/
CIS Controls:
104 | P a g e
1.4 Configuration Files
This section covers recommendations for configuration files on the master nodes.
1.4.1 Ensure that the API server pod specification file permissions are
set to 644 or more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the API server pod specification file has permissions of 644 or more restrictive.
Rationale:
The API server pod specification file controls various parameters that set the behavior of
the API server. You should restrict its file permissions to maintain the integrity of the file.
The file should be writable by only the administrators on the system.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
stat -c %a /etc/kubernetes/manifests/kube-apiserver.yaml
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
1. https://kubernetes.io/docs/admin/kube-apiserver/
CIS Controls:
106 | P a g e
1.4.2 Ensure that the API server pod specification file ownership is set to
root:root (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the API server pod specification file ownership is set to root:root.
Rationale:
The API server pod specification file controls various parameters that set the behavior of
the API server. You should set its file ownership to maintain the integrity of the file. The file
should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
107 | P a g e
CIS Controls:
108 | P a g e
1.4.3 Ensure that the controller manager pod specification file
permissions are set to 644 or more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the controller manager pod specification file has permissions of 644 or more
restrictive.
Rationale:
The controller manager pod specification file controls various parameters that set the
behavior of the Controller Manager on the master node. You should restrict its file
permissions to maintain the integrity of the file. The file should be writable by only the
administrators on the system.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
stat -c %a /etc/kubernetes/manifests/kube-controller-manager.yaml
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
109 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
CIS Controls:
110 | P a g e
1.4.4 Ensure that the controller manager pod specification file
ownership is set to root:root (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the controller manager pod specification file ownership is set to root:root.
Rationale:
The controller manager pod specification file controls various parameters that set the
behavior of various components of the master node. You should set its file ownership to
maintain the integrity of the file. The file should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager
111 | P a g e
CIS Controls:
112 | P a g e
1.4.5 Ensure that the scheduler pod specification file permissions are set
to 644 or more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the scheduler pod specification file has permissions of 644 or more restrictive.
Rationale:
The scheduler pod specification file controls various parameters that set the behavior of
the Scheduler service in the master node. You should restrict its file permissions to
maintain the integrity of the file. The file should be writable by only the administrators on
the system.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
stat -c %a /etc/kubernetes/manifests/kube-scheduler.yaml
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
113 | P a g e
References:
1. https://kubernetes.io/docs/admin/kube-scheduler/
CIS Controls:
114 | P a g e
1.4.6 Ensure that the scheduler pod specification file ownership is set to
root:root (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the scheduler pod specification file ownership is set to root:root.
Rationale:
The scheduler pod specification file controls various parameters that set the behavior of
the kube-scheduler service in the master node. You should set its file ownership to
maintain the integrity of the file. The file should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-scheduler/
115 | P a g e
CIS Controls:
116 | P a g e
1.4.7 Ensure that the etcd pod specification file permissions are set to
644 or more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
stat -c %a /etc/kubernetes/manifests/etcd.yaml
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
117 | P a g e
References:
1. https://coreos.com/etcd
2. https://kubernetes.io/docs/admin/etcd/
CIS Controls:
118 | P a g e
1.4.8 Ensure that the etcd pod specification file ownership is set to
root:root (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
119 | P a g e
References:
1. https://coreos.com/etcd
2. https://kubernetes.io/docs/admin/etcd/
CIS Controls:
120 | P a g e
1.4.9 Ensure that the Container Network Interface file permissions are
set to 644 or more restrictive (Not Scored)
Profile Applicability:
Level 1
Description:
Ensure that the Container Network Interface files have permissions of 644 or more
restrictive.
Rationale:
Container Network Interface provides various networking options for overlay networking.
You should consult their documentation and restrict their respective file permissions to
maintain the integrity of those files. Those files should be writable by only the
administrators on the system.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
stat -c %a <path/to/cni/files>
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
NA
121 | P a g e
References:
1. https://kubernetes.io/docs/concepts/cluster-administration/networking/
CIS Controls:
122 | P a g e
1.4.10 Ensure that the Container Network Interface file ownership is set
to root:root (Not Scored)
Profile Applicability:
Level 1
Description:
Ensure that the Container Network Interface files have ownership set to root:root.
Rationale:
Container Network Interface provides various networking options for overlay networking.
You should consult their documentation and restrict their respective file permissions to
maintain the integrity of those files. Those files should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
NA
References:
1. https://kubernetes.io/docs/concepts/cluster-administration/networking/
123 | P a g e
CIS Controls:
124 | P a g e
1.4.11 Ensure that the etcd data directory permissions are set to 700 or
more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the etcd data directory has permissions of 700 or more restrictive.
Rationale:
Audit:
On the etcd server node, get the etcd data directory, passed as an argument --data-dir,
from the below command:
Run the below command (based on the etcd data directory found above). For example,
stat -c %a /var/lib/etcd
Remediation:
On the etcd server node, get the etcd data directory, passed as an argument --data-dir,
from the below command:
Run the below command (based on the etcd data directory found above). For example,
125 | P a g e
Impact:
None
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#data-dir
2. https://kubernetes.io/docs/admin/etcd/
CIS Controls:
126 | P a g e
1.4.12 Ensure that the etcd data directory ownership is set to etcd:etcd
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
On the etcd server node, get the etcd data directory, passed as an argument --data-dir,
from the below command:
Run the below command (based on the etcd data directory found above). For example,
Remediation:
On the etcd server node, get the etcd data directory, passed as an argument --data-dir,
from the below command:
Run the below command (based on the etcd data directory found above). For example,
Impact:
None
127 | P a g e
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#data-dir
2. https://kubernetes.io/docs/admin/etcd/
CIS Controls:
128 | P a g e
1.4.13 Ensure that the admin.conf file permissions are set to 644 or
more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the admin.conf file has permissions of 644 or more restrictive.
Rationale:
The admin.conf is the administrator kubeconfig file defining various settings for the
administration of the cluster. You should restrict its file permissions to maintain the
integrity of the file. The file should be writable by only the administrators on the system.
Audit:
Run the following command (based on the file location on your system) on the master
node. For example,
stat -c %a /etc/kubernetes/admin.conf
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None.
Default Value:
References:
1. https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
129 | P a g e
CIS Controls:
130 | P a g e
1.4.14 Ensure that the admin.conf file ownership is set to root:root
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The admin.conf file contains the admin credentials for the cluster. You should set its file
ownership to maintain the integrity of the file. The file should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None.
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubeadm/
131 | P a g e
CIS Controls:
132 | P a g e
1.4.15 Ensure that the scheduler.conf file permissions are set to 644 or
more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the scheduler.conf file has permissions of 644 or more restrictive.
Rationale:
The scheduler.conf file is the kubeconfig file for the Scheduler. You should restrict its file
permissions to maintain the integrity of the file. The file should be writable by only the
administrators on the system.
Audit:
Run the following command (based on the file location on your system) on the master
node. For example,
stat -c %a /etc/kubernetes/scheduler.conf
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
133 | P a g e
CIS Controls:
134 | P a g e
1.4.16 Ensure that the scheduler.conf file ownership is set to root:root
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The scheduler.conf file is the kubeconfig file for the Scheduler. You should set its file
ownership to maintain the integrity of the file. The file should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubeadm/
135 | P a g e
CIS Controls:
136 | P a g e
1.4.17 Ensure that the controller-manager.conf file permissions are set
to 644 or more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the controller-manager.conf file has permissions of 644 or more restrictive.
Rationale:
The controller-manager.conf file is the kubeconfig file for the Controller Manager. You
should restrict its file permissions to maintain the integrity of the file. The file should be
writable by only the administrators on the system.
Audit:
Run the following command (based on the file location on your system) on the master
node. For example,
stat -c %a /etc/kubernetes/controller-manager.conf
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
137 | P a g e
CIS Controls:
138 | P a g e
1.4.18 Ensure that the controller-manager.conf file ownership is set to
root:root (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The controller-manager.conf file is the kubeconfig file for the Controller Manager. You
should set its file ownership to maintain the integrity of the file. The file should be owned
by root:root.
Audit:
Run the below command (based on the file location on your system) on the master node.
For example,
Remediation:
Run the below command (based on the file location on your system) on the master node.
For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-controller-manager/
139 | P a g e
CIS Controls:
140 | P a g e
1.5 etcd
This section covers recommendations for etcd configuration on the master nodes.
1.5.1 Ensure that the --cert-file and --key-file arguments are set as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
encrypted in transit.
Audit:
Verify that the --cert-file and the --key-file arguments are set as appropriate.
Remediation:
--ca-file=</path/to/ca-file>
--key-file=</path/to/key-file>
Impact:
141 | P a g e
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
2. https://kubernetes.io/docs/admin/etcd/
CIS Controls:
142 | P a g e
1.5.2 Ensure that the --client-cert-auth argument is set to true (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should not
be available to unauthenticated clients. You should enable the client authentication via
valid certificates to secure the access to the etcd service.
Audit:
Remediation:
--client-cert-auth="true"
Impact:
All clients attempting to access the etcd server will require a valid client certificate.
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
2. https://kubernetes.io/docs/admin/etcd/
3. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#client-cert-auth
143 | P a g e
CIS Controls:
144 | P a g e
1.5.3 Ensure that the --auto-tls argument is not set to true (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should not
be available to unauthenticated clients. You should enable the client authentication via
valid certificates to secure the access to the etcd service.
Audit:
Remediation:
--auto-tls=false
Impact:
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
2. https://kubernetes.io/docs/admin/etcd/
145 | P a g e
3. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#auto-tls
CIS Controls:
146 | P a g e
1.5.4 Ensure that the --peer-cert-file and --peer-key-file arguments are
set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
etcd should be configured to make use of TLS encryption for peer connections.
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
encrypted in transit and also amongst peers in the etcd clusters.
Audit:
Verify that the --peer-cert-file and --peer-key-file arguments are set as appropriate.
Note: This recommendation is applicable only for etcd clusters. If you are using only one
etcd server in your environment then this recommendation is not applicable.
Remediation:
Follow the etcd service documentation and configure peer TLS encryption as appropriate
for your etcd cluster.
Then, edit the etcd pod specification file /etc/kubernetes/manifests/etcd.yaml on the
master node and set the below parameters.
--peer-client-file=</path/to/peer-cert-file>
--peer-key-file=</path/to/peer-key-file>
Impact:
etcd cluster peers would need to set up TLS for their communication.
147 | P a g e
Default Value:
Note: This recommendation is applicable only for etcd clusters. If you are using only one
etcd server in your environment then this recommendation is not applicable.
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
2. https://kubernetes.io/docs/admin/etcd/
CIS Controls:
148 | P a g e
1.5.5 Ensure that the --peer-client-cert-auth argument is set to true
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
accessible only by authenticated etcd peers in the etcd cluster.
Audit:
Remediation:
--peer-client-cert-auth=true
Impact:
All peers attempting to communicate with the etcd server will require a valid client
certificate for authentication.
Default Value:
Note: This recommendation is applicable only for etcd clusters. If you are using only one
etcd server in your environment then this recommendation is not applicable.
149 | P a g e
By default, --peer-client-cert-auth argument is set to false.
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
2. https://kubernetes.io/docs/admin/etcd/
3. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#peer-client-
cert-auth
CIS Controls:
150 | P a g e
1.5.6 Ensure that the --peer-auto-tls argument is not set to true (Scored)
Profile Applicability:
Level 1
Description:
Do not use automatically generated self-signed certificates for TLS connections between
peers.
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
accessible only by authenticated etcd peers in the etcd cluster. Hence, do not use self-
signed certificates for authentication.
Audit:
Remediation:
--peer-auto-tls=false
Impact:
All peers attempting to communicate with the etcd server will require a valid client
certificate for authentication.
Default Value:
Note: This recommendation is applicable only for etcd clusters. If you are using only one
etcd server in your environment then this recommendation is not applicable.
151 | P a g e
By default, --peer-auto-tls argument is set to false.
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
2. https://kubernetes.io/docs/admin/etcd/
3. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#peer-auto-tls
CIS Controls:
152 | P a g e
1.5.7 Ensure that the --wal-dir argument is set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should not
be mixed with log data. Keeping the log data separate from the etcd data also ensures that
those two types of data could individually be safeguarded. Also, you could use a centralized
and remote log directory for persistent logging. Additionally, this separation also helps to
avoid IO competition between logging and other IO operations.
Audit:
Verify that --wal-dir argument exists, and it is set as appropriate. At the minimum, it
should not be set to the same directory as set for --data-dir argument.
Remediation:
--wal-dir=</path/to/log/dir>
Impact:
None
Default Value:
153 | P a g e
References:
1. https://kubernetes.io/docs/admin/etcd/
2. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#wal-dir
3. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#data-dir
CIS Controls:
154 | P a g e
1.5.8 Ensure that the --max-wals argument is set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. You should avoid automatic log rotation and instead
safeguard the logs in a centralized repository or through a separate log management
system.
Audit:
Remediation:
--max-wals=0
Impact:
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/configuration.html#max-wals
2. https://kubernetes.io/docs/admin/etcd/
155 | P a g e
CIS Controls:
156 | P a g e
1.5.9 Ensure that a unique Certificate Authority is used for etcd (Not
Scored)
Profile Applicability:
Level 2
Description:
Use a different certificate authority for etcd from the one used for Kubernetes.
Rationale:
etcd is a highly available key-value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. Its access should be restricted to specifically
designated clients and peers only.
Audit:
Review the CA used by the etcd environment and ensure that it does not match the CA
certificate file used for the management of the overall Kubernetes cluster.
Run the following command on the master node:
Verify that the file referenced by the --client-ca-file for apiserver is different from the -
-trusted-ca-file used by etcd.
Remediation:
Follow the etcd documentation and create a dedicated certificate authority setup for the
etcd service.
157 | P a g e
Then, edit the etcd pod specification file /etc/kubernetes/manifests/etcd.yaml on the
master node and set the below parameter.
--trusted-ca-file=</path/to/ca-file>
Impact:
Additional management of the certificates and keys for the dedicated certificate authority
will be required.
Default Value:
References:
1. https://coreos.com/etcd/docs/latest/op-guide/security.html
CIS Controls:
158 | P a g e
1.6 General Security Primitives
This section contains general security features and controls provided by Kubernetes. These
features can be used in various ways to tighten the security in Kubernetes environment.
Due to varied nature of these configurations, only a few suggested approaches for
configuring such controls are provided. The actual settings are site-specific in nature and
are not scorable without manual intervention.
1.6.1 Ensure that the cluster-admin role is only used where required
(Not Scored)
Profile Applicability:
Level 1
Description:
The RBAC role cluster-admin provides wide-ranging powers over the environment and
should be used only where and when needed.
Rationale:
Kubernetes provides a set of default roles where RBAC is used. Some of these roles such as
cluster-admin provide wide-ranging privileges which should only be applied where
absolutely necessary. Roles such as cluster-admin allow super-user access to perform any
action on any resource. When used in a ClusterRoleBinding, it gives full control over
every resource in the cluster and in all namespaces. When used in a RoleBinding, it gives
full control over every resource in the rolebinding's namespace, including the namespace
itself.
Audit:
Obtain a list of the principals who have access to the cluster-admin role by reviewing the
clusterrolebinding output for each role binding that has access to the cluster-admin
role.
Review each principal listed and ensure that cluster-admin privilege is required for it.
159 | P a g e
Remediation:
Impact:
Care should be taken before removing any clusterrolebindings from the environment to
ensure they were not required for operation of the cluster. Specifically, modifications
should not be made to clusterrolebindings with the system: prefix as they are required
for the operation of system components.
Default Value:
References:
1. https://kubernetes.io/docs/admin/authorization/rbac/#user-facing-roles
CIS Controls:
160 | P a g e
1.6.2 Create Pod Security Policies for your cluster (Not Scored)
Profile Applicability:
Level 1
Description:
Rationale:
A Pod Security Policy is a cluster-level resource that controls the actions that a pod can
perform and what it has the ability to access. The PodSecurityPolicy objects define a set of
conditions that a pod must run with in order to be accepted into the system. Pod Security
Policies are comprised of settings and strategies that control the security features a pod has
access to and hence this must be used to control pod access permissions.
Audit:
Run the below command and review the Pod Security Policies enforced on the cluster.
Ensure that these policies are configured as per your security requirements.
Remediation:
Follow the documentation and create and enforce Pod Security Policies for your cluster.
Additionally, you could refer the "CIS Security Benchmark for Docker" and follow the
suggested Pod Security Policies for your environment.
Impact:
Pods must align with the Pod Security Policies enforced on the cluster.
Default Value:
References:
1. https://kubernetes.io/docs/concepts/policy/pod-security-policy/
2. https://benchmarks.cisecurity.org/downloads/browse/index.cfm?category=bench
marks.servers.virtualization.docker
161 | P a g e
CIS Controls:
162 | P a g e
1.6.3 Create administrative boundaries between resources using
namespaces (Not Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Limiting the scope of user permissions can reduce the impact of mistakes or malicious
activities. A Kubernetes namespace allows you to partition created resources into logically
named groups. Resources created in one namespace can be hidden from other namespaces.
By default, each resource created by a user in Kubernetes cluster runs in a default
namespace, called default. You can create additional namespaces and attach resources and
users to them. You can use Kubernetes Authorization plugins to create policies that
segregate access to namespace resources between different users.
Audit:
Run the below command and review the namespaces created in the cluster.
Ensure that these namespaces are the ones you need and are adequately administered as
per your requirements.
Remediation:
Follow the documentation and create namespaces for objects in your deployment as you
need them.
Impact:
Default Value:
163 | P a g e
2. kube-system - The namespace for objects created by the Kubernetes system
References:
1. https://kubernetes.io/docs/concepts/overview/working-with-
objects/namespaces/
2. http://blog.kubernetes.io/2016/08/security-best-practices-kubernetes-
deployment.html
CIS Controls:
164 | P a g e
1.6.4 Create network segmentation using Network Policies (Not Scored)
Profile Applicability:
Level 2
Description:
Rationale:
Running different applications on the same Kubernetes cluster creates a risk of one
compromised application attacking a neighboring application. Network segmentation is
important to ensure that containers can communicate only with those they are supposed
to. A network policy is a specification of how selections of pods are allowed to
communicate with each other and other network endpoints. NetworkPolicy resources use
labels to select pods and define whitelist rules which allow traffic to the selected pods in
addition to what is allowed by the isolation policy for a given namespace.
Audit:
Run the below command and review the NetworkPolicy objects created in the cluster.
Ensure that these NetworkPolicy objects are the ones you need and are adequately
administered as per your requirements.
Remediation:
Follow the documentation and create NetworkPolicy objects as you need them.
Impact:
You need a networking solution which supports NetworkPolicy - simply creating the
resource without a controller to implement it will have no effect.
Default Value:
References:
1. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/
165 | P a g e
2. http://blog.kubernetes.io/2016/08/security-best-practices-kubernetes-
deployment.html
3. https://kubernetes.io/docs/tasks/configure-pod-container/declare-network-
policy/
CIS Controls:
166 | P a g e
1.6.5 Ensure that the seccomp profile is set to docker/default in your
pod definitions (Not Scored)
Profile Applicability:
Level 2
Description:
Rationale:
Seccomp (secure computing mode) is used to restrict the set of system calls applications
can make, allowing cluster administrators greater control over the security of workloads
running in the cluster. Kubernetes disables seccomp profiles by default for historical
reasons. You should enable it to ensure that the workloads have restricted actions available
within the container.
Audit:
Review the pod definitions in your cluster. It should create a line as below:
annotations:
seccomp.security.alpha.kubernetes.io/pod: docker/default
Remediation:
Seccomp is an alpha feature currently. By default, all alpha features are disabled. So, you
would need to enable alpha features in the apiserver by passing "--feature-
gates=AllAlpha=true" argument.
Edit the /etc/kubernetes/apiserver file on the master node and set the KUBE_API_ARGS
parameter to "--feature-gates=AllAlpha=true"
KUBE_API_ARGS="--feature-gates=AllAlpha=true"
Use annotations to enable the docker/default seccomp profile in your pod definitions. An
example is as below:
167 | P a g e
apiVersion: v1
kind: Pod
metadata:
name: trustworthy-pod
annotations:
seccomp.security.alpha.kubernetes.io/pod: docker/default
spec:
containers:
- name: trustworthy-container
image: sotrustworthy:latest
Impact:
If the docker/default seccomp profile is too restrictive for you, you would have to
create/manage your own seccomp profiles. Also, you need to enable all alpha features for
this to work. There is no individual switch to turn on this feature.
Default Value:
By default, seccomp profile is set to unconfined which means that no seccomp profiles are
enabled.
References:
1. https://github.com/kubernetes/kubernetes/issues/39845
2. https://github.com/kubernetes/kubernetes/pull/21790
3. https://github.com/kubernetes/community/blob/master/contributors/design-
proposals/seccomp.md#examples
4. https://docs.docker.com/engine/security/seccomp/
CIS Controls:
168 | P a g e
1.6.6 Apply Security Context to Your Pods and Containers (Not Scored)
Profile Applicability:
Level 2
Description:
Rationale:
A security context defines the operating system security settings (uid, gid, capabilities,
SELinux role, etc..) applied to a container. When designing your containers and pods, make
sure that you configure the security context for your pods, containers, and volumes. A
security context is a property defined in the deployment yaml. It controls the security
parameters that will be assigned to the pod/container/volume. There are two levels of
security context: pod level security context, and container level security context.
Audit:
Review the pod definitions in your cluster and verify that you have security contexts
defined as appropriate.
Remediation:
Follow the Kubernetes documentation and apply security contexts to your pods. For a
suggested list of security contexts, you may refer to the CIS Security Benchmark for Docker
Containers.
Impact:
If you incorrectly apply security contexts, you may have trouble running the pods.
Default Value:
References:
1. https://kubernetes.io/docs/concepts/policy/security-context/
2. https://learn.cisecurity.org/benchmarks
169 | P a g e
CIS Controls:
170 | P a g e
1.6.7 Configure Image Provenance using ImagePolicyWebhook
admission controller (Not Scored)
Profile Applicability:
Level 2
Description:
Rationale:
Kubernetes supports plugging in provenance rules to accept or reject the images in your
deployments. You could configure such rules to ensure that only approved images are
deployed in the cluster.
Audit:
Review the pod definitions in your cluster and verify that image provenance is configured
as appropriate.
Remediation:
Impact:
You need to regularly maintain your provenance configuration based on container image
updates.
Default Value:
References:
1. https://kubernetes.io/docs/admin/admission-controllers/#imagepolicywebhook
2. https://github.com/kubernetes/community/blob/master/contributors/design-
proposals/image-provenance.md
3. https://hub.docker.com/r/dnurmi/anchore-toolbox/
4. https://github.com/kubernetes/kubernetes/issues/22888
171 | P a g e
CIS Controls:
172 | P a g e
1.6.8 Configure Network policies as appropriate (Not Scored)
Profile Applicability:
Level 2
Description:
Rationale:
The Network Policy API is now stable. Network policy, implemented through a network
plug-in, allows users to set and enforce rules governing which pods can communicate with
each other. You should leverage it as appropriate in your environment.
Audit:
Review the network policies enforced and ensure that they are suitable for your
requirements.
Remediation:
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-deny
spec:
podSelector:
Impact:
You need to regularly maintain your network policies and design them carefully. Also,
network policies v1 support depends on your CNI. Carefully choose your CNI.
Default Value:
173 | P a g e
References:
1. https://kubernetes.io/docs/concepts/services-networking/network-policies/
CIS Controls:
12 Boundary Defense
Boundary Defense
174 | P a g e
1.6.9 Place compensating controls in the form of PSP and RBAC for
privileged containers usage (Not Scored)
Profile Applicability:
Level 2
Description:
Use Pod Security Policies (PSP) and RBAC authorization to mitigate the risk arising from
using privileged containers.
Rationale:
Audit:
Run the below command and review the Pod Security Policies enforced on the cluster.
Ensure that these policies are configured as per your security requirements.
Additionally, review the RBAC authorization:
Remediation:
Follow Kubernetes documentation and setup PSP and RBAC authorization for your cluster.
Impact:
You need to carefully tune your PSP and RBAC authorization policy to provide minimal
access to the components and various accounts.
175 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-apiserver/
2. https://kubernetes.io/docs/user-guide/security-context/
3. http://blog.kubernetes.io/2017/04/rbac-support-in-kubernetes.html
4. https://kubernetes.io/docs/concepts/policy/pod-security-policy/
5. https://kubernetes.io/docs/admin/authorization/rbac/
CIS Controls:
176 | P a g e
2 Worker Node Security Configuration
This section consists of security recommendation for components on the worker nodes.
177 | P a g e
2.1 Kubelet
This section contains recommendations for kubelet configuration.
Level 1
Description:
Rationale:
The privileged container has all the system capabilities, and it also lifts all the limitations
enforced by the device cgroup controller. In other words, the container can then do almost
everything that the host can do. This flag exists to allow special use-cases, like running
Docker within Docker and hence should be avoided for production workloads.
Audit:
Remediation:
--allow-privileged=false
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
178 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://kubernetes.io/docs/user-guide/security-context/
CIS Controls:
179 | P a g e
2.1.2 Ensure that the --anonymous-auth argument is set to false
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
When enabled, requests that are not rejected by other configured authentication methods
are treated as anonymous requests. These requests are then served by the Kubelet server.
You should rely on authentication to authorize access and disallow anonymous requests.
Audit:
Remediation:
--anonymous-auth=false
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
Default Value:
180 | P a g e
181 | P a g e
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://kubernetes.io/docs/admin/kubelet-authentication-authorization/#kubelet-
authentication
CIS Controls:
182 | P a g e
2.1.3 Ensure that the --authorization-mode argument is not set to
AlwaysAllow (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Kubelets, by default, allow all authenticated requests (even anonymous ones) without
needing explicit authorization checks from the apiserver. You should restrict this behavior
and only allow explicitly authorized requests.
Audit:
Verify that the --authorization-mode argument exists and is not set to AlwaysAllow.
Remediation:
--authorization-mode=Webhook
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
Default Value:
183 | P a g e
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://kubernetes.io/docs/admin/kubelet-authentication-authorization/#kubelet-
authentication
CIS Controls:
184 | P a g e
2.1.4 Ensure that the --client-ca-file argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The connections from the apiserver to the kubelet are used for fetching logs for pods,
attaching (through kubectl) to running pods, and using the kubelet’s port-forwarding
functionality. These connections terminate at the kubelet’s HTTPS endpoint. By default, the
apiserver does not verify the kubelet’s serving certificate, which makes the connection
subject to man-in-the-middle attacks, and unsafe to run over untrusted and/or public
networks. Enabling Kubelet certificate authentication ensures that the apiserver could
authenticate the Kubelet before submitting any requests.
Audit:
Remediation:
--client-ca-file=<path/to/client-ca-file>
systemctl daemon-reload
systemctl restart kubelet.service
185 | P a g e
Impact:
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://kubernetes.io/docs/admin/kubelet-authentication-authorization/#kubelet-
authentication
CIS Controls:
186 | P a g e
2.1.5 Ensure that the --read-only-port argument is set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The Kubelet process provides a read-only API in addition to the main Kubelet API.
Unauthenticated access is provided to this read-only API which could possibly retrieve
potentially sensitive information about the cluster.
Audit:
Remediation:
--read-only-port=0
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
Removal of the read-only port will require that any service which made use of it will need
to be re-configured to use the main Kubelet API.
Default Value:
187 | P a g e
References:
1. https://kubernetes.io/docs/admin/kubelet/
CIS Controls:
188 | P a g e
2.1.6 Ensure that the --streaming-connection-idle-timeout argument is
not set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Setting idle timeouts ensures that you are protected against Denial-of-Service attacks,
inactive connections and running out of ephemeral ports.
Audit:
Remediation:
--streaming-connection-idle-timeout=5m
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
189 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://github.com/kubernetes/kubernetes/pull/18552
CIS Controls:
190 | P a g e
2.1.7 Ensure that the --protect-kernel-defaults argument is set to true
(Scored)
Profile Applicability:
Level 1
Description:
Protect tuned kernel parameters from overriding kubelet default kernel parameter values.
Rationale:
Kernel parameters are usually tuned and hardened by the system administrators before
putting the systems into production. These parameters protect the kernel and the system.
Your kubelet kernel defaults that rely on such parameters should be appropriately set to
match the desired secured system state. Ignoring this could potentially lead to running
pods with undesired kernel behavior.
Audit:
Remediation:
--protect-kernel-defaults=true
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
191 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
CIS Controls:
192 | P a g e
2.1.8 Ensure that the --make-iptables-util-chains argument is set to true
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Kubelets can automatically manage the required changes to iptables based on how you
choose your networking options for the pods. It is recommended to let kubelets manage
the changes to iptables. This ensures that the iptables configuration remains in sync with
pods networking configuration. Manually configuring iptables with dynamic pod network
configuration changes might hamper the communication between pods/containers and to
the outside world. You might have iptables rules too restrictive or too open.
Audit:
Remediation:
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
Kubelet would manage the iptables on the system and keep it in sync. If you are using any
other iptables management solution, then there might be some conflicts.
193 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
CIS Controls:
194 | P a g e
2.1.9 Ensure that the --keep-terminated-pod-volumes argument is set to
false (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
On pod termination, you should unmount the volumes. Those volumes might have sensitive
data that might be exposed if kept mounted on the node without any use. Additionally, such
mounted volumes could be modified and later could be mounted on pods. Also, if you retain
all mounted volumes for a long time, it might exhaust system resources and you might not
be able to mount any more volumes on new pods.
Audit:
Remediation:
--keep-terminated-pod-volumes=false
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
195 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
CIS Controls:
196 | P a g e
2.1.10 Ensure that the --hostname-override argument is not set (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Overriding hostnames could potentially break TLS setup between the kubelet and the
apiserver. Additionally, with overridden hostnames, it becomes increasingly difficult to
associate logs with a particular node and process them for security analytics. Hence, you
should setup your kubelet nodes with resolvable FQDNs and avoid overriding the
hostnames with IPs.
Audit:
Remediation:
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
Default Value:
197 | P a g e
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://github.com/kubernetes/kubernetes/issues/22063
CIS Controls:
198 | P a g e
2.1.11 Ensure that the --event-qps argument is set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
It is important to capture all events and not restrict event creation. Events are an important
source of security information and analytics that ensure that your environment is
consistently monitored using the event data.
Audit:
Remediation:
--event-qps=0
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
You might need to scale up your event storage and processing capabilitles.
Default Value:
199 | P a g e
References:
1. https://kubernetes.io/docs/admin/kubelet/
CIS Controls:
200 | P a g e
2.1.12 Ensure that the --tls-cert-file and --tls-private-key-file arguments
are set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Verify that the --tls-cert-file and --tls-private-key-file arguments exist and they
are set as appropriate.
Remediation:
Follow the Kubernetes documentation and set up the TLS connection on the Kubelet.
Then edit the kubelet service file /etc/systemd/system/kubelet.service.d/10-
kubeadm.conf on each worker node and set the below parameters in
KUBELET_CERTIFICATE_ARGS variable.
--tls-cert-file=<path/to/tls-certificate-file> --tls-private-key-
file=<path/to/tls-key-file>
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
TLS and client certificate authentication must be configured for your Kubernetes cluster
deployment.
201 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. http://rootsquash.com/2016/05/10/securing-the-kubernetes-api/
3. https://github.com/kelseyhightower/docker-kubernetes-tls-guide
CIS Controls:
202 | P a g e
2.1.13 Ensure that the --cadvisor-port argument is set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Disable cAdvisor.
Rationale:
cAdvisor provides potentially sensitive data and there's currently no way to block access to
it using anything other than iptables. It does not require authentication/authorization to
connect to the cAdvisor port. Hence, you should disable the port.
Audit:
Remediation:
--cadvisor-port=0
systemctl daemon-reload
systemctl restart kubelet.service
Impact:
cAdvisor will not be available directly. You need to work with /metrics endpoint on the
API server.
Default Value:
203 | P a g e
References:
1. https://kubernetes.io/docs/admin/kubelet/
2. https://github.com/kubernetes/kubernetes/issues/11710
3. https://github.com/kubernetes/kubernetes/issues/32638
4. https://raesene.github.io/blog/2016/10/14/Kubernetes-Attack-Surface-cAdvisor/
CIS Controls:
204 | P a g e
2.1.14 Ensure that the RotateKubeletClientCertificate argument is not
set to false (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Note: This recommendation only applies if you let kubelets get their certificates from the
API server. In case your kubelet certificates come from an outside authority/tool (e.g.
Vault) then you need to take care of rotation yourself.
Audit:
Remediation:
systemctl daemon-reload
systemctl restart kubelet.service
205 | P a g e
Impact:
None
Default Value:
References:
1. https://github.com/kubernetes/kubernetes/pull/41912
2. https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/#kubelet-
configuration
CIS Controls:
206 | P a g e
2.1.15 Ensure that the RotateKubeletServerCertificate argument is set
to true (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Note: This recommendation only applies if you let kubelets get their certificates from the
API server. In case your kubelet certificates come from an outside authority/tool (e.g.
Vault) then you need to take care of rotation yourself.
Audit:
Remediation:
--feature-gates=RotateKubeletServerCertificate=true
systemctl daemon-reload
systemctl restart kubelet.service
207 | P a g e
Impact:
None
Default Value:
References:
1. https://github.com/kubernetes/kubernetes/pull/45059
2. https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/#kubelet-
configuration
CIS Controls:
208 | P a g e
2.2 Configuration Files
This section covers recommendations for configuration files on the master nodes.
2.2.1 Ensure that the kubelet.conf file permissions are set to 644 or
more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the kubelet.conf file has permissions of 644 or more restrictive.
Rationale:
The kubelet.conf file is the kubeconfig file for the node, and controls various parameters
that set the behavior and identity of the worker node. You should restrict its file
permissions to maintain the integrity of the file. The file should be writable by only the
administrators on the system.
Audit:
Run the below command (based on the file location on your system) on the each worker
node. For example,
stat -c %a /etc/kubernetes/kubelet.conf
Remediation:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Impact:
None
209 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
CIS Controls:
210 | P a g e
2.2.2 Ensure that the kubelet.conf file ownership is set to root:root
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The kubelet.conf file is the kubeconfig file for the node, and controls various parameters
that set the behavior and identity of the worker node. You should set its file ownership to
maintain the integrity of the file. The file should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Remediation:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
211 | P a g e
CIS Controls:
212 | P a g e
2.2.3 Ensure that the kubelet service file permissions are set to 644 or
more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the kubelet service file has permissions of 644 or more restrictive.
Rationale:
The kubelet service file controls various parameters that set the behavior of the kubelet
service in the worker node. You should restrict its file permissions to maintain the integrity
of the file. The file should be writable by only the administrators on the system.
Audit:
Run the below command (based on the file location on your system) on the each worker
node. For example,
stat -c %a /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
Remediation:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
213 | P a g e
2. https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#44-
joining-your-nodes
3. https://kubernetes.io/docs/admin/kubeadm/#kubelet-drop-in
CIS Controls:
214 | P a g e
2.2.4 Ensure that the kubelet service file ownership is set to root:root
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The kubelet service file controls various parameters that set the behavior of the kubelet
service in the worker node. You should set its file ownership to maintain the integrity of the
file. The file should be owned by root:root.
Audit:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Remediation:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/kubelet/
215 | P a g e
2. https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#44-
joining-your-nodes
3. https://kubernetes.io/docs/admin/kubeadm/#kubelet-drop-in
CIS Controls:
216 | P a g e
2.2.5 Ensure that the proxy kubeconfig file permissions are set to 644 or
more restrictive (Scored)
Profile Applicability:
Level 1
Description:
If kube-proxy is running, ensure that the proxy kubeconfig file has permissions of 644 or
more restrictive.
Rationale:
The kube-proxy kubeconfig file controls various parameters of the kube-proxy service in
the worker node. You should restrict its file permissions to maintain the integrity of the file.
The file should be writable by only the administrators on the system.
Audit:
Find the kubeconfig file being used by kube-proxy by running the following command:
If kube-proxy is running, get the kubeconfig file location from the --kubeconfig parameter.
Run the below command (based on the file location on your system) on the each worker
node. For example,
Remediation:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Impact:
None
217 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-proxy/
CIS Controls:
218 | P a g e
2.2.6 Ensure that the proxy kubeconfig file ownership is set to root:root
(Scored)
Profile Applicability:
Level 1
Description:
If kube-proxy is running, ensure that the file ownership of its kubeconfig file is set to
root:root.
Rationale:
The kubeconfig file for kube-proxy controls various parameters for the kube-proxy service
in the worker node. You should set its file ownership to maintain the integrity of the file.
The file should be owned by root:root.
Audit:
Find the kubeconfig file being used by kube-proxy by running the following command:
If kube-proxy is running, get the kubeconfig file location from the --kubeconfig parameter.
Run the below command (based on the file location on your system) on the each worker
node. For example,
Remediation:
Run the below command (based on the file location on your system) on the each worker
node. For example,
Impact:
None
219 | P a g e
Default Value:
References:
1. https://kubernetes.io/docs/admin/kube-proxy/
CIS Controls:
220 | P a g e
2.2.7 Ensure that the certificate authorities file permissions are set to
644 or more restrictive (Scored)
Profile Applicability:
Level 1
Description:
Ensure that the certificate authorities file has permissions of 644 or more restrictive.
Rationale:
The certificate authorities file controls the authorities used to validate API requests. You
should restrict its file permissions to maintain the integrity of the file. The file should be
writable by only the administrators on the system.
Audit:
stat -c %a <filename>
Remediation:
Run the following command to modify the file permissions of the --client-ca-file
Impact:
None
Default Value:
221 | P a g e
References:
1. https://kubernetes.io/docs/admin/authentication/#x509-client-certs
CIS Controls:
222 | P a g e
2.2.8 Ensure that the client certificate authorities file ownership is set to
root:root (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The certificate authorities file controls the authorities used to validate API requests. You
should set its file ownership to maintain the integrity of the file. The file should be owned
by root:root.
Audit:
Remediation:
Impact:
None
Default Value:
223 | P a g e
References:
1. https://kubernetes.io/docs/admin/authentication/#x509-client-certs
CIS Controls:
224 | P a g e
3 Federated Deployments
This section contains recommendations for federated deployments.
225 | P a g e
3.1 Federation API Server
This section contains recommendations for federation-apiserver configuration.
Level 1
Description:
Rationale:
When enabled, requests that are not rejected by other configured authentication methods
are treated as anonymous requests. These requests are then served by the federation API
server. You should rely on authentication to authorize access and disallow anonymous
requests.
Audit:
Remediation:
Impact:
Default Value:
226 | P a g e
227 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
228 | P a g e
3.1.2 Ensure that the --basic-auth-file argument is not set (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Basic authentication uses plaintext credentials for authentication. Currently, the basic
authentication credentials last indefinitely, and the password cannot be changed without
restarting the federation API server. The basic authentication is currently supported for
convenience. Hence, basic authentication should not be used.
Audit:
Remediation:
Follow the documentation and configure alternate mechanisms for authentication. Then,
edit the deployment specs and remove "--basic-auth-file=<filename>".
Impact:
You will have to configure and use alternate authentication mechanisms such as tokens and
certificates. Username and password for basic authentication could no more be used.
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
229 | P a g e
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
230 | P a g e
3.1.3 Ensure that the --insecure-allow-any-token argument is not set
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Accepting insecure tokens would allow any token without actually authenticating anything.
User information is parsed from the token and connections are allowed.
Audit:
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
231 | P a g e
CIS Controls:
232 | P a g e
3.1.4 Ensure that the --insecure-bind-address argument is not set
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
If you bind the federation apiserver to an insecure address, basically anyone who could
connect to it over the insecure port, would have unauthenticated and unencrypted access
to it. The federation apiserver doesn't do any authentication checking for insecure binds
and neither the insecure traffic is encrypted. Hence, you should not bind the federation
apiserver to an insecure address.
Audit:
Verify that the --insecure-bind-address argument does not exist or is set to 127.0.0.1.
Remediation:
Impact:
None
Default Value:
233 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
234 | P a g e
3.1.5 Ensure that the --insecure-port argument is set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
235 | P a g e
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
236 | P a g e
3.1.6 Ensure that the --secure-port argument is not set to 0 (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The secure port is used to serve https with authentication and authorization. If you disable
it, no https traffic is served and all traffic is served unencrypted.
Audit:
Verify that the --secure-port argument is either not set or is set to an integer value
between 1 and 65535.
Remediation:
Edit the deployment specs and set the --secure-port argument to the desired port.
Impact:
You need to set the federation apiserver up with the right TLS certificates.
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
237 | P a g e
CIS Controls:
238 | P a g e
3.1.7 Ensure that the --profiling argument is set to false (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
Impact:
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
239 | P a g e
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
240 | P a g e
3.1.8 Ensure that the admission control policy is not set to AlwaysAdmit
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Setting admission control policy to AlwaysAdmit allows all requests and do not filter any
requests.
Audit:
Verify that the --admission-control argument is set to a value that does not include
AlwaysAdmit.
Remediation:
Edit the deployment specs and set --admission-control argument to a value that does not
include AlwaysAdmit.
Impact:
Only requests explicitly allowed by the admissions control policy would be served.
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
241 | P a g e
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
242 | P a g e
3.1.9 Ensure that the admission control policy is set to
NamespaceLifecycle (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
Edit the deployment specs and set --admission-control argument to a value that includes
NamespaceLifecycle.
Impact:
None
Default Value:
243 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
244 | P a g e
3.1.10 Ensure that the --audit-log-path argument is set as appropriate
(Scored)
Profile Applicability:
Level 1
Description:
Enable auditing on kubernetes federation apiserver and set the desired audit log path as
appropriate.
Rationale:
Audit:
Remediation:
Impact:
None
Default Value:
245 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
6.2 Ensure Audit Log Settings Support Appropriate Log Entry Formatting
Validate audit log settings for each hardware device and the software installed on it,
ensuring that logs include a date, timestamp, source addresses, destination addresses, and
various other useful elements of each packet and/or transaction. Systems should record
logs in a standardized format such as syslog entries or those outlined by the Common Event
Expression initiative. If systems cannot generate logs in a standardized format, log
normalization tools can be deployed to convert logs into such a format.
246 | P a g e
3.1.11 Ensure that the --audit-log-maxage argument is set to 30 or as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Retaining logs for at least 30 days ensures that you can go back in time and investigate or
correlate any events. Set your audit log retention period to 30 days or as per your business
requirements.
Audit:
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
247 | P a g e
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
6.3 Ensure Audit Logging Systems Are Not Subject To Loss (i.e. rotation/archive)
Ensure that all systems that store logs have adequate storage space for the logs generated
on a regular basis, so that log files will not fill up between log rotation intervals. The logs
must be archived and digitally signed on a periodic basis.
248 | P a g e
3.1.12 Ensure that the --audit-log-maxbackup argument is set to 10 or
as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Kubernetes automatically rotates the log files. Retaining old log files ensures that you
would have sufficient log data available for carrying out any investigation or correlation.
For example, if you have set file size of 100 MB and the number of old log files to keep as
10, you would approximate have 1 GB of log data that you could potentially use for your
analysis.
Audit:
Remediation:
Impact:
None
Default Value:
249 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-apiserver
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
6.3 Ensure Audit Logging Systems Are Not Subject To Loss (i.e. rotation/archive)
Ensure that all systems that store logs have adequate storage space for the logs generated
on a regular basis, so that log files will not fill up between log rotation intervals. The logs
must be archived and digitally signed on a periodic basis.
250 | P a g e
3.1.13 Ensure that the --audit-log-maxsize argument is set to 100 or as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Kubernetes automatically rotates the log files. Retaining old log files ensures that you
would have sufficient log data available for carrying out any investigation or correlation. If
you have set file size of 100 MB and the number of old log files to keep as 10, you would
approximate have 1 GB of log data that you could potentially use for your analysis.
Audit:
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
251 | P a g e
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
6.3 Ensure Audit Logging Systems Are Not Subject To Loss (i.e. rotation/archive)
Ensure that all systems that store logs have adequate storage space for the logs generated
on a regular basis, so that log files will not fill up between log rotation intervals. The logs
must be archived and digitally signed on a periodic basis.
252 | P a g e
3.1.14 Ensure that the --authorization-mode argument is not set to
AlwaysAllow (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
The federation apiserver, by default, allows all requests. You should restrict this behavior
to only allow the authorization modes that you explicitly use in your environment. For
example, if you don't use REST APIs in your environment, it is a good security best practice
to switch-off that capability.
Audit:
Verify that the --authorization-mode argument exists and is not set to AlwaysAllow.
Remediation:
Edit the deployment specs and set --authorization-mode argument to a value other than
AlwaysAllow
Impact:
Default Value:
253 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
3. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
254 | P a g e
3.1.15 Ensure that the --token-auth-file parameter is not set (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Audit:
Remediation:
Follow the documentation and configure alternate mechanisms for authentication. Then,
edit the deployment specs and remove the --token-auth-file=<filename> argument.
Impact:
You will have to configure and use alternate authentication mechanisms such as
certificates. Static token based authentication could not be used.
Default Value:
References:
1. https://kubernetes.io/docs/admin/authentication/#static-token-file
255 | P a g e
2. https://kubernetes.io/docs/admin/federation-apiserver/
3. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
4. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
256 | P a g e
3.1.16 Ensure that the --service-account-lookup argument is set to true
(Scored)
Profile Applicability:
Level 1
Description:
Rationale:
By default, the apiserver only verifies that the authentication token is valid. However, it
does not validate that the service account token mentioned in the request is actually
present in etcd. This allows using a service account token even after the corresponding
service account is deleted. This is an example of time of check to time of use security issue.
Audit:
Remediation:
Impact:
None
Default Value:
References:
1. https://kubernetes.io/docs/admin/federation-apiserver/
257 | P a g e
2. https://github.com/kubernetes/kubernetes/issues/24167
3. https://en.wikipedia.org/wiki/Time_of_check_to_time_of_use
4. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
5. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
258 | P a g e
3.1.17 Ensure that the --service-account-key-file argument is set as
appropriate (Scored)
Profile Applicability:
Level 1
Description:
Explicitly set a service account public key file for service accounts on the federation
apiserver.
Rationale:
Audit:
Remediation:
Impact:
The corresponding private key must be provided to the controller manager. You would
need to securely maintain the key file and rotate the keys based on your organization's key
rotation policy.
Default Value:
259 | P a g e
By default, --service-account-key-file argument is not set, and the private key from the
TLS serving certificate is used.
References:
1. https://kubernetes.io/docs/admin/federation-apiserver
2. https://github.com/kubernetes/kubernetes/issues/24167
3. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
4. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
260 | P a g e
3.1.18 Ensure that the --etcd-certfile and --etcd-keyfile arguments are
set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
etcd should be configured to make use of TLS encryption for client connections.
Rationale:
etcd is a highly-available key value store used by Kubernetes deployments for persistent
storage of all of its REST API objects. These objects are sensitive in nature and should be
protected by client authentication. This requires the federation API server to identify itself
to the etcd server using a client certificate and key.
Audit:
Verify that the --etcd-certfile and --etcd-keyfile arguments exist and they are set as
appropriate.
Remediation:
Follow the Kubernetes documentation and set up the TLS connection between the
federation apiserver and etcd. Then, edit the deployment specs and set "--etcd-
certfile=<path/to/client-certificate-file>" and "--etcd-
keyfile=<path/to/client-key-file>" arguments.
Impact:
Default Value:
1. https://kubernetes.io/docs/admin/federation-apiserver/
2. https://coreos.com/etcd/docs/latest/op-guide/security.html
3. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
4. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
262 | P a g e
3.1.19 Ensure that the --tls-cert-file and --tls-private-key-file arguments
are set as appropriate (Scored)
Profile Applicability:
Level 1
Description:
Rationale:
Federation API server communication contains sensitive parameters that should remain
encrypted in transit. Configure the federation API server to serve only HTTPS traffic.
Audit:
Verify that the --tls-cert-file and --tls-private-key-file arguments exist and they
are set as appropriate.
Remediation:
Follow the Kubernetes documentation and set up the TLS connection on the federation
apiserver. Then, edit the deployment specs and set "--tls-cert-file=<path/to/tls-
certificate-file>" and "--tls-private-key-file=<path/to/tls-key-file>":
Impact:
TLS and client certificate authentication must be configured for your Kubernetes cluster
deployment.
Default Value:
263 | P a g e
provided, a self-signed certificate and key are generated for the public address and saved to
/var/run/kubernetes.
References:
1. https://kubernetes.io/docs/admin/federation-apiserver
2. http://rootsquash.com/2016/05/10/securing-the-kubernetes-api/
3. https://github.com/kelseyhightower/docker-kubernetes-tls-guide
4. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-apiserver-deployment.yaml
5. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
CIS Controls:
264 | P a g e
3.2 Federation Controller Manager
This section contains recommendations for federation controller-manager configuration.
Level 1
Description:
Rationale:
Audit:
Remediation:
Impact:
Default Value:
265 | P a g e
References:
1. https://kubernetes.io/docs/admin/federation-controller-manager/
2. https://github.com/kubernetes/community/blob/master/contributors/devel/profi
ling.md
3. https://github.com/kubernetes/kubernetes/blob/master/federation/manifests/fe
deration-controller-manager-deployment.yaml
CIS Controls:
266 | P a g e
Appendix: Summary Table
Control Set
Correctly
Yes No
1 Master Node Security Configuration
1.1 API Server
1.1.1 Ensure that the --anonymous-auth argument is set to false
(Scored)
1.1.2 Ensure that the --basic-auth-file argument is not set
(Scored)
1.1.3 Ensure that the --insecure-allow-any-token argument is not
set (Scored)
1.1.4 Ensure that the --kubelet-https argument is set to true
(Scored)
1.1.5 Ensure that the --insecure-bind-address argument is not set
(Scored)
1.1.6 Ensure that the --insecure-port argument is set to 0
(Scored)
1.1.7 Ensure that the --secure-port argument is not set to 0
(Scored)
1.1.8 Ensure that the --profiling argument is set to false (Scored)
1.1.9 Ensure that the --repair-malformed-updates argument is set
to false (Scored)
1.1.10 Ensure that the admission control policy is not set to
AlwaysAdmit (Scored)
1.1.11 Ensure that the admission control policy is set to
AlwaysPullImages (Scored)
1.1.12 Ensure that the admission control policy is set to
DenyEscalatingExec (Scored)
1.1.13 Ensure that the admission control policy is set to
SecurityContextDeny (Scored)
1.1.14 Ensure that the admission control policy is set to
NamespaceLifecycle (Scored)
1.1.15 Ensure that the --audit-log-path argument is set as
appropriate (Scored)
1.1.16 Ensure that the --audit-log-maxage argument is set to 30 or
as appropriate (Scored)
1.1.17 Ensure that the --audit-log-maxbackup argument is set to 10
or as appropriate (Scored)
1.1.18 Ensure that the --audit-log-maxsize argument is set to 100
or as appropriate (Scored)
267 | P a g e
1.1.19 Ensure that the --authorization-mode argument is not set to
AlwaysAllow (Scored)
1.1.20 Ensure that the --token-auth-file parameter is not set
(Scored)
1.1.21 Ensure that the --kubelet-certificate-authority argument is
set as appropriate (Scored)
1.1.22 Ensure that the --kubelet-client-certificate and --kubelet-
client-key arguments are set as appropriate (Scored)
1.1.23 Ensure that the --service-account-lookup argument is set to
true (Scored)
1.1.24 Ensure that the admission control policy is set to
PodSecurityPolicy (Scored)
1.1.25 Ensure that the --service-account-key-file argument is set as
appropriate (Scored)
1.1.26 Ensure that the --etcd-certfile and --etcd-keyfile arguments
are set as appropriate (Scored)
1.1.27 Ensure that the admission control policy is set to
ServiceAccount (Scored)
1.1.28 Ensure that the --tls-cert-file and --tls-private-key-file
arguments are set as appropriate (Scored)
1.1.29 Ensure that the --client-ca-file argument is set as
appropriate (Scored)
1.1.30 Ensure that the --etcd-cafile argument is set as appropriate
(Scored)
1.1.31 Ensure that the --authorization-mode argument is set to
Node (Scored)
1.1.32 Ensure that the admission control policy is set to
NodeRestriction (Scored)
1.1.33 Ensure that the --experimental-encryption-provider-config
argument is set as appropriate (Scored)
1.1.34 Ensure that the encryption provider is set to aescbc
(Scored)
1.1.35 Ensure that the admission control policy is set to
EventRateLimit (Scored)
1.1.36 Ensure that the AdvancedAuditing argument is not set to
false (Scored)
1.1.37 Ensure that the --request-timeout argument is set as
appropriate (Scored)
1.2 Scheduler
1.2.1 Ensure that the --profiling argument is set to false (Scored)
1.3 Controller Manager
1.3.1 Ensure that the --terminated-pod-gc-threshold argument is
set as appropriate (Scored)
1.3.2 Ensure that the --profiling argument is set to false (Scored)
268 | P a g e
1.3.3 Ensure that the --use-service-account-credentials argument
is set to true (Scored)
1.3.4 Ensure that the --service-account-private-key-file argument
is set as appropriate (Scored)
1.3.5 Ensure that the --root-ca-file argument is set as appropriate
(Scored)
1.3.6 Apply Security Context to Your Pods and Containers (Not
Scored)
1.3.7 Ensure that the RotateKubeletServerCertificate argument is
set to true (Scored)
1.4 Configuration Files
1.4.1 Ensure that the API server pod specification file permissions
are set to 644 or more restrictive (Scored)
1.4.2 Ensure that the API server pod specification file ownership
is set to root:root (Scored)
1.4.3 Ensure that the controller manager pod specification file
permissions are set to 644 or more restrictive (Scored)
1.4.4 Ensure that the controller manager pod specification file
ownership is set to root:root (Scored)
1.4.5 Ensure that the scheduler pod specification file permissions
are set to 644 or more restrictive (Scored)
1.4.6 Ensure that the scheduler pod specification file ownership is
set to root:root (Scored)
1.4.7 Ensure that the etcd pod specification file permissions are
set to 644 or more restrictive (Scored)
1.4.8 Ensure that the etcd pod specification file ownership is set
to root:root (Scored)
1.4.9 Ensure that the Container Network Interface file
permissions are set to 644 or more restrictive (Not Scored)
1.4.10 Ensure that the Container Network Interface file ownership
is set to root:root (Not Scored)
1.4.11 Ensure that the etcd data directory permissions are set to
700 or more restrictive (Scored)
1.4.12 Ensure that the etcd data directory ownership is set to
etcd:etcd (Scored)
1.4.13 Ensure that the admin.conf file permissions are set to 644 or
more restrictive (Scored)
1.4.14 Ensure that the admin.conf file ownership is set to root:root
(Scored)
1.4.15 Ensure that the scheduler.conf file permissions are set to
644 or more restrictive (Scored)
1.4.16 Ensure that the scheduler.conf file ownership is set to
root:root (Scored)
269 | P a g e
1.4.17 Ensure that the controller-manager.conf file permissions are
set to 644 or more restrictive (Scored)
1.4.18 Ensure that the controller-manager.conf file ownership is
set to root:root (Scored)
1.5 etcd
1.5.1 Ensure that the --cert-file and --key-file arguments are set as
appropriate (Scored)
1.5.2 Ensure that the --client-cert-auth argument is set to true
(Scored)
1.5.3 Ensure that the --auto-tls argument is not set to true
(Scored)
1.5.4 Ensure that the --peer-cert-file and --peer-key-file
arguments are set as appropriate (Scored)
1.5.5 Ensure that the --peer-client-cert-auth argument is set to
true (Scored)
1.5.6 Ensure that the --peer-auto-tls argument is not set to true
(Scored)
1.5.7 Ensure that the --wal-dir argument is set as appropriate
(Scored)
1.5.8 Ensure that the --max-wals argument is set to 0 (Scored)
1.5.9 Ensure that a unique Certificate Authority is used for etcd
(Not Scored)
1.6 General Security Primitives
1.6.1 Ensure that the cluster-admin role is only used where
required (Not Scored)
1.6.2 Create Pod Security Policies for your cluster (Not Scored)
1.6.3 Create administrative boundaries between resources using
namespaces (Not Scored)
1.6.4 Create network segmentation using Network Policies (Not
Scored)
1.6.5 Ensure that the seccomp profile is set to docker/default in
your pod definitions (Not Scored)
1.6.6 Apply Security Context to Your Pods and Containers (Not
Scored)
1.6.7 Configure Image Provenance using ImagePolicyWebhook
admission controller (Not Scored)
1.6.8 Configure Network policies as appropriate (Not Scored)
1.6.9 Place compensating controls in the form of PSP and RBAC
for privileged containers usage (Not Scored)
2 Worker Node Security Configuration
2.1 Kubelet
2.1.1 Ensure that the --allow-privileged argument is set to false
(Scored)
270 | P a g e
2.1.2 Ensure that the --anonymous-auth argument is set to false
(Scored)
2.1.3 Ensure that the --authorization-mode argument is not set to
AlwaysAllow (Scored)
2.1.4 Ensure that the --client-ca-file argument is set as
appropriate (Scored)
2.1.5 Ensure that the --read-only-port argument is set to 0
(Scored)
2.1.6 Ensure that the --streaming-connection-idle-timeout
argument is not set to 0 (Scored)
2.1.7 Ensure that the --protect-kernel-defaults argument is set to
true (Scored)
2.1.8 Ensure that the --make-iptables-util-chains argument is set
to true (Scored)
2.1.9 Ensure that the --keep-terminated-pod-volumes argument
is set to false (Scored)
2.1.10 Ensure that the --hostname-override argument is not set
(Scored)
2.1.11 Ensure that the --event-qps argument is set to 0 (Scored)
2.1.12 Ensure that the --tls-cert-file and --tls-private-key-file
arguments are set as appropriate (Scored)
2.1.13 Ensure that the --cadvisor-port argument is set to 0 (Scored)
2.1.14 Ensure that the RotateKubeletClientCertificate argument is
not set to false (Scored)
2.1.15 Ensure that the RotateKubeletServerCertificate argument is
set to true (Scored)
2.2 Configuration Files
2.2.1 Ensure that the kubelet.conf file permissions are set to 644
or more restrictive (Scored)
2.2.2 Ensure that the kubelet.conf file ownership is set to
root:root (Scored)
2.2.3 Ensure that the kubelet service file permissions are set to
644 or more restrictive (Scored)
2.2.4 Ensure that the kubelet service file ownership is set to
root:root (Scored)
2.2.5 Ensure that the proxy kubeconfig file permissions are set to
644 or more restrictive (Scored)
2.2.6 Ensure that the proxy kubeconfig file ownership is set to
root:root (Scored)
2.2.7 Ensure that the certificate authorities file permissions are
set to 644 or more restrictive (Scored)
2.2.8 Ensure that the client certificate authorities file ownership
is set to root:root (Scored)
3 Federated Deployments
271 | P a g e
3.1 Federation API Server
3.1.1 Ensure that the --anonymous-auth argument is set to false
(Scored)
3.1.2 Ensure that the --basic-auth-file argument is not set
(Scored)
3.1.3 Ensure that the --insecure-allow-any-token argument is not
set (Scored)
3.1.4 Ensure that the --insecure-bind-address argument is not set
(Scored)
3.1.5 Ensure that the --insecure-port argument is set to 0
(Scored)
3.1.6 Ensure that the --secure-port argument is not set to 0
(Scored)
3.1.7 Ensure that the --profiling argument is set to false (Scored)
3.1.8 Ensure that the admission control policy is not set to
AlwaysAdmit (Scored)
3.1.9 Ensure that the admission control policy is set to
NamespaceLifecycle (Scored)
3.1.10 Ensure that the --audit-log-path argument is set as
appropriate (Scored)
3.1.11 Ensure that the --audit-log-maxage argument is set to 30 or
as appropriate (Scored)
3.1.12 Ensure that the --audit-log-maxbackup argument is set to 10
or as appropriate (Scored)
3.1.13 Ensure that the --audit-log-maxsize argument is set to 100
or as appropriate (Scored)
3.1.14 Ensure that the --authorization-mode argument is not set to
AlwaysAllow (Scored)
3.1.15 Ensure that the --token-auth-file parameter is not set
(Scored)
3.1.16 Ensure that the --service-account-lookup argument is set to
true (Scored)
3.1.17 Ensure that the --service-account-key-file argument is set as
appropriate (Scored)
3.1.18 Ensure that the --etcd-certfile and --etcd-keyfile arguments
are set as appropriate (Scored)
3.1.19 Ensure that the --tls-cert-file and --tls-private-key-file
arguments are set as appropriate (Scored)
3.2 Federation Controller Manager
3.2.1 Ensure that the --profiling argument is set to false (Scored)
272 | P a g e
Appendix: Change History
Date Version Changes for this version
273 | P a g e
7/13/2017 1.1.0 NEW - 2.2.7 Ensure that the certificate
authorities file permissions are set to
644 or more restrictive. Ticket # 5243
274 | P a g e
10/4/2017 1.2.0 NEW - 1.4.16 Ensure that the
scheduler.conf file ownership is set to
root:root
275 | P a g e