-
Notifications
You must be signed in to change notification settings - Fork 206
Update supported k8s version for EKS #4915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
|
This pull request does not have a backport label. Could you fix it @uri-weisman? 🙏
NOTE: |
|
@uri-weisman Thanks for starting this conversation, I agree to call out the specific versions we support in our docs, to help get this update could you please highlight the exact Kubernetes versions for our EKS support? cc @benironside |
This problem arises from the CIS EKS benchmark v1.0.1, which does not specify the EKS versions to which the benchmark is applicable. For example, in the mentioned benchmark version, they refer to k8s resources (PSP) that are already being removed in the current version (v1.25). The EKS benchmark implementation includes data collectors that are specific to the cloud provider and some that are shared with self-managed k8s, supporting v1.23. This means that we will publish that our supported EKS version is v1.23.The newer versions may work, but they might result in lost findings. cc @tehilashn |
joepeeples
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏝️
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037)
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) # Conflicts: # docs/cloud-native-security/cspm-faq.asciidoc # docs/cloud-native-security/kspm-faq.asciidoc
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) # Conflicts: # docs/cloud-native-security/cspm-faq.asciidoc # docs/cloud-native-security/kspm-faq.asciidoc
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com>
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com>
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com>
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com>
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com>
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com>
* update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein <benjamin.ironside@elastic.co> (cherry picked from commit 55e1037) Co-authored-by: Uri Weisman <68195305+uri-weisman@users.noreply.github.com> Co-authored-by: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com>
We encountered an SDH ticket where a customer upgraded their EKS cluster to v1.25 and lost all their Pod Security Policy (PSP) findings because PSPs were removed in this version.
I don't believe we can claim to support all available EKS versions because our benchmark is not being updated, and we are likely to miss relevant findings.
It seems logical to tie our EKS support to the Kubernetes version we officially support. What do you think, @tinnytintin10?
Preview: KSPM FAQ