←back to thread

180 points teleforce | 2 comments | | HN request time: 0.009s | source
1. cassepipe ◴[] No.43692612[source]
Some help in case you got lost in the terminolgy as I did :

Containers: Encapsulate application and its environment

Pods: Group one or more containers in Kubernetes

Kubernetes: Orchestrates containers across clusters.

Quadlets: Declarative container management with Podman and systemd

Podlet: Tool to generate Quadlet file from existing podman configuration

replies(1): >>43725369 #
2. esseph ◴[] No.43725369[source]
Podlet is more than that.

It will generate Podman Quadlet files from a Podman command, docker / compose file, or existing object. It can also create kubernetes pod yaml.