mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Rename k3s hardening guide (#768)
* Rename file * Update sidebar * Add versioned docs
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: K3s Self-Assessment Guide - CIS Benchmark v1.23 - K8s v1.25
|
||||
title: K3s Self-Assessment Guide - CIS Benchmark v1.7 - K8s v1.25
|
||||
---
|
||||
|
||||
This document is a companion to the [K3s Hardening Guide](../../../../pages-for-subheaders/k3s-hardening-guide.md), which provides prescriptive guidance on how to harden K3s clusters that are running in production and managed by Rancher. This benchmark guide helps you evaluate the security of a hardened cluster against each control in the CIS Kubernetes Benchmark.
|
||||
@@ -8,11 +8,11 @@ This guide corresponds to the following versions of Rancher, CIS Benchmarks, and
|
||||
|
||||
| Rancher Version | CIS Benchmark Version | Kubernetes Version |
|
||||
|-----------------|-----------------------|--------------------|
|
||||
| Rancher v2.7 | Benchmark v1.23 | Kubernetes v1.25 |
|
||||
| Rancher v2.7 | Benchmark v1.7 | Kubernetes v1.25 |
|
||||
|
||||
This document is for Rancher operators, security teams, auditors and decision makers.
|
||||
|
||||
For more information about each control, including detailed descriptions and remediations for failing tests, refer to the corresponding section of the CIS Kubernetes Benchmark v1.23. You can download the benchmark, after creating a free account, at [Center for Internet Security (CIS)](https://www.cisecurity.org/benchmark/kubernetes/).
|
||||
For more information about each control, including detailed descriptions and remediations for failing tests, refer to the corresponding section of the CIS Kubernetes Benchmark v1.7. You can download the benchmark, after creating a free account, at [Center for Internet Security (CIS)](https://www.cisecurity.org/benchmark/kubernetes/).
|
||||
|
||||
## Testing Methodology
|
||||
|
||||
@@ -1142,6 +1142,15 @@ module.exports = {
|
||||
to: '/v2.6/integrations-in-rancher/opa-gatekeeper',
|
||||
from: '/v2.6/explanations/integrations-in-rancher/opa-gatekeeper'
|
||||
}, // Redirects for restructure from PR #234 (end)
|
||||
{
|
||||
to: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.7-k8s-v1.25",
|
||||
from: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.25"
|
||||
},
|
||||
{
|
||||
to: "/v2.7/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.7-k8s-v1.25",
|
||||
from: "/v2.7/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.25"
|
||||
|
||||
},
|
||||
{
|
||||
to: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-self-assessment-guide-with-cis-v1.7-k8s-v1.25",
|
||||
from: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-self-assessment-guide-with-cis-v1.23-k8s-v1.25"
|
||||
|
||||
+1
-1
@@ -1095,7 +1095,7 @@ const sidebars = {
|
||||
items: [
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.23",
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.24",
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.25",
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.7-k8s-v1.25",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: K3s Self-Assessment Guide - CIS Benchmark v1.23 - K8s v1.25
|
||||
title: K3s Self-Assessment Guide - CIS Benchmark v1.7 - K8s v1.25
|
||||
---
|
||||
|
||||
This document is a companion to the [K3s Hardening Guide](../../../../pages-for-subheaders/k3s-hardening-guide.md), which provides prescriptive guidance on how to harden K3s clusters that are running in production and managed by Rancher. This benchmark guide helps you evaluate the security of a hardened cluster against each control in the CIS Kubernetes Benchmark.
|
||||
@@ -8,11 +8,11 @@ This guide corresponds to the following versions of Rancher, CIS Benchmarks, and
|
||||
|
||||
| Rancher Version | CIS Benchmark Version | Kubernetes Version |
|
||||
|-----------------|-----------------------|--------------------|
|
||||
| Rancher v2.7 | Benchmark v1.23 | Kubernetes v1.25 |
|
||||
| Rancher v2.7 | Benchmark v1.7 | Kubernetes v1.25 |
|
||||
|
||||
This document is for Rancher operators, security teams, auditors and decision makers.
|
||||
|
||||
For more information about each control, including detailed descriptions and remediations for failing tests, refer to the corresponding section of the CIS Kubernetes Benchmark v1.23. You can download the benchmark, after creating a free account, at [Center for Internet Security (CIS)](https://www.cisecurity.org/benchmark/kubernetes/).
|
||||
For more information about each control, including detailed descriptions and remediations for failing tests, refer to the corresponding section of the CIS Kubernetes Benchmark v1.7. You can download the benchmark, after creating a free account, at [Center for Internet Security (CIS)](https://www.cisecurity.org/benchmark/kubernetes/).
|
||||
|
||||
## Testing Methodology
|
||||
|
||||
@@ -1055,7 +1055,7 @@
|
||||
"items": [
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.23",
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.24",
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.25"
|
||||
"reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.7-k8s-v1.25"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user