TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kubernetes Security Architecture Cheatsheet

18 点作者 xeor4 个月前

3 条评论

arccy4 个月前
While it all falls under &quot;security&quot;, it feels too confused in what it&#x27;s trying to show.<p>I think it focuses too much on the happy path of security, typically you&#x27;ll want to focus on specific areas. For example, access to the kubernetes API and what you can do, effective bypasses of RBAC by impersonation because a user has access to something else like argocd or a job system. Or another example, network paths and how they&#x27;re all connected together.<p>Some boxes are weirdly disconnected, e.g. things point to the ingress but nothing flows out (hiding the potential that an ingress can be confused to route to your internal services), runtimes sit to the side when they should sit above the kernel, namespace is just a box to the side, etc.
xeor4 个月前
Took some time to make, looking for comment&#x27;s and suggestions
评论 #42658950 未加载
评论 #42658793 未加载
darkwater4 个月前
Nice job, I&#x27;ll have a deeper look at it when I&#x27;ll be back at the large screen.<p>SVG link for the impatient: <a href="https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;lars-solberg&#x2F;kubesec-diagram&#x2F;4ed560803b7eb9f0263f8ecb1895c4e946352ac9&#x2F;kubesec-diagram.svg" rel="nofollow">https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;lars-solberg&#x2F;kubesec-diagr...</a>