Sujet : Re: What exactly is Snap or Flatpack ?
De : stepore (at) *nospam* be.here.now (stepore)
Groupes : comp.os.linux.miscDate : 20. Oct 2024, 04:40:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vf1u3n$8mv9$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2
On 10/19/24 18:11, Lars Poulsen wrote:
And how does this relate to kubernetes?
Snap, flatpak, appimage are distribution-independent software package formats. They bundle the application with all its required dependencies.
Kubernetes is an example of containerization or "virtualization" on an operating system level or application-level that includes network, memory, cpu resources, so that applications can run ( using these resources ) in isolated userspace and namespace.