Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloimalemur/kubernetes_hardening
Key points for kubernetes hardening - see references for detailed information
https://github.com/helloimalemur/kubernetes_hardening
Last synced: 5 days ago
JSON representation
Key points for kubernetes hardening - see references for detailed information
- Host: GitHub
- URL: https://github.com/helloimalemur/kubernetes_hardening
- Owner: helloimalemur
- Created: 2023-11-06T15:50:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-08T18:35:22.000Z (about 1 year ago)
- Last Synced: 2023-11-09T17:28:38.534Z (about 1 year ago)
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: Security_Testing.md
Awesome Lists containing this project
README
# Kubernetes_Hardening
### [System Hardening](System_Hardening.md)### [Cluster Hardening](Cluster_Hardening.md)
### [Supply Chain Security](Supply_Chain_Security.md)
### [Microservice Security](Microservice_Security.md)
### [Monitoring, Logging, and Runtime Security](Monitoring_Logging_Runtime_Security.md)
### [References](references.md)### [Tutorial: Securing pods and deployments]
###### [Harden Kubernetes cluster with pod and container security contexts](https://earthly.dev/blog/k8s-cluster-security/)
###### [Best Practices for Securing Kubernetes Deployments](https://dev.to/aws-builders/best-practices-for-securing-kubernetes-deployments-1jg6)### Attack Examples;
#### [Kubernetes attack martix Microsoft blog](https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/)
#### [MITRE attack framework using Falco](https://sysdig.com/blog/mitre-attck-framework-for-container-runtime-security-with-sysdig-falco/)
#### [Lightboard video: Kubernetes attack matrix - 3 steps to mitigating the MITRE ATT&CK Techniques](https://github.com/walidshaari/Certified-Kubernetes-Security-Specialist/blob/main)
#### [CNCF Webinar: Mitigating Kubernetes attacks](https://www.cncf.io/webinars/mitigating-kubernetes-attacks/)