An open API service indexing awesome lists of open source software.

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

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)