https://github.com/hossambarakat/secure-k8s-containers
This repository contains the demos from my Secure your Kubernetes containers talk
https://github.com/hossambarakat/secure-k8s-containers
containers devops kubernetes security
Last synced: 3 days ago
JSON representation
This repository contains the demos from my Secure your Kubernetes containers talk
- Host: GitHub
- URL: https://github.com/hossambarakat/secure-k8s-containers
- Owner: hossambarakat
- License: mit
- Created: 2019-08-25T19:31:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T09:39:21.000Z (almost 7 years ago)
- Last Synced: 2025-10-25T14:44:39.526Z (9 months ago)
- Topics: containers, devops, kubernetes, security
- Language: Dockerfile
- Homepage:
- Size: 298 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-context/README.md
Awesome Lists containing this project
README
# secure-k8s-containers
The steps to reproduce demos from Secure your Kubernetes Containers:
- [Access Insecure Api Server](./api-server/README.md)
- [Modify web app container file system](./security-context/README.md#modify-web-app-file-system)
- [Schedule a crypto miner using static pods](./security-context/README.md#schedule-a-crypto-miner-using-static-pods)
- [Stop Privileged containers with Pod Security Policy](./psp/README.md)
- [Limit access to a service using a network policy](./network-policy/README.md)