mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-19 00:38:31 +07:00
Update day09.md
This commit is contained in:
parent
794cc3a3dc
commit
859ed54bd0
BIN
2024/Images/day09-1.jpg
Normal file
BIN
2024/Images/day09-1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
@ -0,0 +1,30 @@
|
|||||||
|
Day 2: Why should developers care about container security?
|
||||||
|
=========================
|
||||||
|
|
||||||
|
## Video
|
||||||
|
[![Day 3: Why should developers care about container security? ](link TBD)
|
||||||
|
|
||||||
|
|
||||||
|
## About Me
|
||||||
|
[Eric Smalling](https://about.me/ericsmalling)<br>
|
||||||
|
Staff Solutions Architect at [Chainguard](https://chainguard.dev)
|
||||||
|
|
||||||
|
For about 30 years, I've been an enterprise software developer, architect, and consultant with a focus on CI/CD, DevOps, and container-based solutions over the last decade.
|
||||||
|
|
||||||
|
I am also a Docker Captain, and am certified in Kubernetes (CKA, CKAD, CKS), and have been a Docker user since 2013.
|
||||||
|
|
||||||
|
![Eric Smalling](Images/day09-1.jpg)
|
||||||
|
|
||||||
|
## Description?
|
||||||
|
Container scanning tools, industry publications, and application security experts are constantly telling us about best practices for how to build our images and run our containers.
|
||||||
|
Often these non-functional requirements seem abstract and are not described well enough for those of us that don’t have an appsec background to fully understand why they are important.
|
||||||
|
|
||||||
|
This session explores several of the most common secure container practices, shows examples of how workloads can be exploited if not followed and, most importantly,
|
||||||
|
how to easily find and fix issues when building containers BEFORE you ship them.
|
||||||
|
Additionally, we'll discuss tactics to minimize exploit exposure by hardening runtime container and Kubernetes configurations.
|
||||||
|
|
||||||
|
## Links referenced in the video
|
||||||
|
- Security Context blog: https://snyk.co/k8s-securitycontext
|
||||||
|
- Network Policy recipes: https://github.com/ahmetb/kubernetes-...
|
||||||
|
- Ko Build tool: https://ko.build
|
||||||
|
- Jib Build tool: https://github.com/GoogleContainerToo...
|
Loading…
Reference in New Issue
Block a user