<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Just a brief note for Peter and others who probably have the same confusion. Kubernetes introduces a couple of new abstractions to the “docker” world: Pods and Nodes. A Pod is a related group of containers, all running on the same Node
 (“physical” machine) that share an IP address and can share storage as well. So, yeah, they are definitely running on the same “host”. (This is the TL;DR version – there is a lot more that it can do.)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">A humorous introduction: https://cloud.google.com/kubernetes-engine/kubernetes-comic<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">=Spencer<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:.5in">On 9/2/22, 10:01 AM, "users" <users-bounces@shibboleth.net> wrote:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
<br>
<br>
(Either you put httpd and shibd in one container together with a<br>
process manager or you separate them and then find ways to re-connect<br>
them; the shared socket approach prevents sharing of containers across<br>
hosts[1], though, AFAIK, but I'm sure k8n has methods to ensure they<br>
always stay together?)<br>
<br>
Best,<br>
-peter<br>
<br>
[1] Or whatever the term is for a system running containers.<br>
<br>
<o:p></o:p></p>
</div>
</div>
</body>
</html>