<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=Kubernetes%2FContainer_Runtimes_OCI</id>
	<title>Kubernetes/Container Runtimes OCI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=Kubernetes%2FContainer_Runtimes_OCI"/>
	<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Container_Runtimes_OCI&amp;action=history"/>
	<updated>2026-04-05T08:33:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Container_Runtimes_OCI&amp;diff=5605&amp;oldid=prev</id>
		<title>Pio2pio: Created page with &quot;= Overview = :File:ClipCapIt-200717-081709.PNG  = CRI Container Runtime Interface = Introduced in K8s in 2016, uses gRPC to expose the interface, can talk to different run...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Container_Runtimes_OCI&amp;diff=5605&amp;oldid=prev"/>
		<updated>2020-07-17T09:04:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Overview = :&lt;a href=&quot;/index.php/File:ClipCapIt-200717-081709.PNG&quot; title=&quot;File:ClipCapIt-200717-081709.PNG&quot;&gt;File:ClipCapIt-200717-081709.PNG&lt;/a&gt;  = CRI Container Runtime Interface = Introduced in K8s in 2016, uses gRPC to expose the interface, can talk to different run...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Overview =&lt;br /&gt;
:[[File:ClipCapIt-200717-081709.PNG]]&lt;br /&gt;
&lt;br /&gt;
= CRI Container Runtime Interface =&lt;br /&gt;
Introduced in K8s in 2016, uses gRPC to expose the interface, can talk to different runtimes through the same API&lt;br /&gt;
&lt;br /&gt;
= containerd =&lt;br /&gt;
:[[File:ClipCapIt-200717-092524.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Running in Kubernetes, execute on every node. You point kubelet to unix socket, that listens for gRPC/CRI calls.&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
systemctl start containerd&lt;br /&gt;
kubelet --containre-runtime=remote --runtime-request-timeout=15m \&lt;br /&gt;
        --containre-runtime-endpoint=unix:///run/containerd/containerd.sock&lt;br /&gt;
&lt;br /&gt;
# Service unit&lt;br /&gt;
[Service]&lt;br /&gt;
Environment=&amp;quot;KUBELET_EXTRA_ARGS=--containre-runtime=remote --runtime-request-timeout=15m &lt;br /&gt;
--containre-runtime-endpoint=unix:///run/containerd/containerd.sock&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Worth to note:&lt;br /&gt;
* when you restart &amp;lt;code&amp;gt;containerd&amp;lt;/code&amp;gt; daemon all your containers also get restarted&lt;br /&gt;
= Resources =&lt;br /&gt;
* [https://www.ianlewis.org/en/container-runtimes-part-1-introduction-container-r Container runtimes part1] Read it first!, published in 2017&lt;br /&gt;
* [https://iximiuz.com/en/posts/journey-from-containerization-to-orchestration-and-beyond/ Runtimes]&lt;br /&gt;
&lt;br /&gt;
= CRI-O =&lt;br /&gt;
:[[File:ClipCapIt-200717-094421.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it up, by pointing to a socket that listens for gRPC/CRI calls.&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
systemctl start crio&lt;br /&gt;
kubelet --container-runtime=remote --runtime-request-timeout=15m \&lt;br /&gt;
        --container-runtime-endpoint /var/run/crio/crio.sock ...&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Worth to note:&lt;br /&gt;
* restarting the cri-o daemon won't cause container restart&lt;br /&gt;
&lt;br /&gt;
[[Category:kubernetes]]&lt;/div&gt;</summary>
		<author><name>Pio2pio</name></author>
	</entry>
</feed>