Skip to content

Commit cacf8c8

Browse files
authored
Merge pull request MichaelCade#482 from ericsmalling/main
Update day09.md
2 parents bfd0e0f + 859ed54 commit cacf8c8

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

2024/Images/day09-1.jpg

134 KB
Loading

2024/day09.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Day 2: Why should developers care about container security?
2+
=========================
3+
4+
## Video
5+
[![Day 3: Why should developers care about container security? ](link TBD)
6+
7+
8+
## About Me
9+
[Eric Smalling](https://about.me/ericsmalling)<br>
10+
Staff Solutions Architect at [Chainguard](https://chainguard.dev)
11+
12+
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.
13+
14+
I am also a Docker Captain, and am certified in Kubernetes (CKA, CKAD, CKS), and have been a Docker user since 2013.
15+
16+
![Eric Smalling](Images/day09-1.jpg)
17+
18+
## Description?
19+
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.
20+
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.
21+
22+
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,
23+
how to easily find and fix issues when building containers BEFORE you ship them.
24+
Additionally, we'll discuss tactics to minimize exploit exposure by hardening runtime container and Kubernetes configurations.
25+
26+
## Links referenced in the video
27+
- Security Context blog: https://snyk.co/k8s-securitycontext
28+
- Network Policy recipes: https://github.com/ahmetb/kubernetes-...
29+
- Ko Build tool: https://ko.build
30+
- Jib Build tool: https://github.com/GoogleContainerToo...

0 commit comments

Comments
 (0)