<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Container-Security on krash.dev</title><link>https://krash.dev/tags/container-security/</link><description>Recent content in Container-Security on krash.dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 14 Aug 2026 08:29:09 +0530</lastBuildDate><atom:link href="https://krash.dev/tags/container-security/rss.xml" rel="self" type="application/rss+xml"/><item><title>Docker Security</title><link>https://krash.dev/posts/docker-security/</link><pubDate>Thu, 02 Feb 2023 00:00:00 +0000</pubDate><guid>https://krash.dev/posts/docker-security/</guid><description>&lt;p&gt;&lt;em&gt;Last Updated on &lt;strong&gt;2nd Feb 2023&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;h1 id="containers"&gt;Containers?&lt;a class="heading-anchor" href="#containers" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Why do we need containers over VMs -&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Efficient Resource Consumption between containers&lt;/li&gt;
&lt;li&gt;Once License for services/OS&lt;/li&gt;
&lt;li&gt;Low Compute Overhead&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What does docker engine does?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Emulates Filesystem&lt;/li&gt;
&lt;li&gt;Gives each container unique process ID&lt;/li&gt;
&lt;li&gt;Isolation of container process&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Communication between the architecture components -&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Components
&lt;ul&gt;
&lt;li&gt;Docker client (The one user interacts with)&lt;/li&gt;
&lt;li&gt;Docker Host
&lt;ul&gt;
&lt;li&gt;Docker Daemon&lt;/li&gt;
&lt;li&gt;Images&lt;/li&gt;
&lt;li&gt;Containers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Registry&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Docker client using serveral API calls sends the commands to Docker Engine which is being forwarded to containerd.&lt;/li&gt;
&lt;li&gt;Commuication between docker daemon and containerd is facilated through &lt;a href="https://krash.dev/posts/grpc-concepts"&gt;gRPC&lt;/a&gt;
 calls.&lt;/li&gt;
&lt;li&gt;Docker Client communicates with the Docker Daemon through a domain socket (if local) and through a TCP Socket (if remote).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What does &lt;code&gt;runc&lt;/code&gt; do?&lt;/p&gt;</description></item><item><title>Kubernetes Concept</title><link>https://krash.dev/posts/kubernetes/kubernetes-concept/</link><pubDate>Mon, 17 Jan 2022 00:00:00 +0000</pubDate><guid>https://krash.dev/posts/kubernetes/kubernetes-concept/</guid><description>&lt;p&gt;I have been wanting to learn about &lt;del&gt;kubernetes&lt;/del&gt; k8s since long, and create this blog series. Here we are finally started (thanks to &lt;a href="https://blog.null.community/study-group-cloud-security/" target="_blank" rel="noopener noreferrer"&gt;null cloud security study group&lt;/a&gt; ), so without wasting too much time let&amp;rsquo;s get started. I am learning this having a security mindset, to find common misconfigurations and understand the development process to understand the mitigation.&lt;/p&gt;
&lt;p&gt;K8s is a &lt;strong&gt;container orchestrator&lt;/strong&gt;. Before diving too much into the depth let&amp;rsquo;s see what orchestrators/orchestrations are.&lt;/p&gt;</description></item><item><title>NULLCON 2021 Training: DEVSECOPS</title><link>https://krash.dev/posts/nullcon-2021-training-devsecops/</link><pubDate>Sat, 27 Mar 2021 00:00:00 +0000</pubDate><guid>https://krash.dev/posts/nullcon-2021-training-devsecops/</guid><description>&lt;p&gt;You don’t need money to buy expensive things, sometimes hard work pays off. And yes nullcon trainings are still expensive for me xD and I am grateful that I got this chance to attend one.&lt;/p&gt;
&lt;p&gt;One year ago, I was going through the nullcon training schedule, and trying to understand the structure, and how much I can learn from it, because it was too expensive for me to get the actual training. Cut to March 1st , 2021, where I was attending a nullcon Training called – “&lt;a href="https://nullcon.net/website/goa-2021/training/DevSecOps-automating-security-in-devops.php" target="_blank" rel="noopener noreferrer"&gt;DEVSECOPS – AUTOMATING SECURITY IN DEVOPS&lt;/a&gt; by Rohit Salecha”, not only as an attendee but also as a moderator for the event, because I was the one of the employees at &lt;a href="https://payatu.com/" target="_blank" rel="noopener noreferrer"&gt;Payatu&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>