You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Tips to Reduce Docker Image Sizes](https://hackernoon.com/tips-to-reduce-docker-image-sizes-876095da3b34)
259
+
*[3 simple tricks for smaller Docker images](https://learnk8s.io/blog/smaller-docker-images)
256
260
</details>
257
261
258
262
<details><summary>Secure your supply chain: whitelist allowed image registries, sign and validate images</summary>
@@ -271,6 +275,9 @@ A first good starting point for securing Kubernetes is the Task section [**Secur
271
275
272
276
<details><summary>Use static analysis of user workloads (e.g. kubernetes resources, docker files)</summary>
273
277
278
+
#### Allowed Ressources
279
+
*[11 Ways (Not) to Get Hacked: statically-analyse-yaml](https://kubernetes.io/blog/2018/07/18/11-ways-not-to-get-hacked/#7-statically-analyse-yaml)
280
+
274
281
#### 3rd Party Ressources
275
282
*[Static analysis with Clair](https://github.com/quay/clair)
276
283
*[Static analysis with Kube-score](https://kube-score.com/)
@@ -316,6 +323,9 @@ A first good starting point for securing Kubernetes is the Task section [**Secur
316
323
*[Anatomy of a Kubernetes attack – How untrusted Docker images fails us](https://www.optiv.com/explore-optiv-insights/source-zero/anatomy-kubernetes-attack-how-untrusted-docker-images-fail-us)
317
324
*[Investigating Kubernetes Attack Scenarios in Threat Stack (part 1)](https://www.threatstack.com/blog/kubernetes-attack-scenarios-part-1)
318
325
*[The seven phases of a cyber attack](https://www.dnvgl.com/article/the-seven-phases-of-a-cyber-attack-118270)
326
+
*[Threat matrix for Kubernetes](https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/)
327
+
*[MITRE ATT&CK framework for container runtime security with Falco](https://sysdig.com/blog/mitre-attck-framework-for-container-runtime-security-with-sysdig-falco/)
0 commit comments