Skip to content

Commit 00de500

Browse files
committed
add new devops and containers resources
1 parent fbbafc2 commit 00de500

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

content/pages/05-deployment/35-containers.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ useful.
7070
explains how Linux features such as `cgroups`, `chroot` and namespaces
7171
are used by container implementations.
7272

73+
* [Container networking is simple](https://iximiuz.com/en/posts/container-networking-is-simple/)
74+
shows that container networking is nothing more than a simple combination
75+
of the well-known Linux facilities such as network namespaces, virtual
76+
Ethernet devices (veth), virtual network switches (bridge) and
77+
IP routing and network address translation (NAT).
78+
7379
* [Running containers without Docker](https://jvns.ca/blog/2016/10/26/running-container-without-docker/)
7480
reviews a migration path for an organization that already has a bunch of
7581
infrastructure but sees advantages in using containers. However, the
@@ -115,6 +121,13 @@ Container security is a hot topic because there are so many ways of screwing
115121
it up, just like any infrastructure that runs your applications. These
116122
resources explain security considerations specific to containers.
117123

124+
* [A Practical Introduction to Container Security](https://cloudberry.engineering/article/practical-introduction-container-security/)
125+
examines security at build time for projects and how to
126+
minimize the risk of supply chain attack. It then goes into
127+
infrastructure and runtime security where you need to understand
128+
different attack vectors and minimize malicious attempts against
129+
your containers during these phases..
130+
118131
* [Building Container Images Securely on Kubernetes](https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/)
119132
discusses some of the issues with building containers and why the
120133
author created [img](https://github.com/genuinetools/img) as a tool

content/pages/06-devops/00-devops.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ teams, culture, processes and tools into software development organizations.
5858
their services running and putting them out for other developers to consume.
5959
Highly recommended.
6060

61+
* [Introduction to DevOps and Software Delivery Performance](https://www.stridenyc.com/blog/introduction-to-devops-and-software-delivery-performance)
62+
explains the four key delivery metrics of Delivery Lead Time,
63+
Deployment Frequency, Time to Restore Service, and Change Fail Rate,
64+
and then gives a high-level overview of technical, process and
65+
cultural capabilities that impact these metrics.
66+
6167
* [Operations for software developers for beginners](https://jvns.ca/blog/2016/10/15/operations-for-software-developers-for-beginners/)
6268
gives advice to developers who have never done operations work and
6369
been on call for outages before in their career. The advantage of DevOps

content/pages/meta/00-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ view commit-level changes via the
1414
on GitHub.
1515

1616
## 2020
17+
### November
18+
* New resources for [DevOps](/devops.html) and [containers](/containers.html).
19+
1720
### October
1821
* Added new blog on
1922
[Higher Accuracy Twilio Voice Transcriptions with Python and Flask](/blog/accurate-twilio-voice-call-recording-transcriptions-assemblyai.html).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
<a href="/learning-programming.html" class="lgi">Learning Programming</a>
3+
<a href="/web-development.html" class="lgi">Web development</a>
4+
<a href="/django.html" class="lgi">Django</a>
5+
<a href="/application-programming-interfaces.html" class="lgi">APIs</a>

0 commit comments

Comments
 (0)