diff --git a/_posts/2022-10-18-cockpit-278.md b/_posts/2022-10-18-cockpit-278.md new file mode 100644 index 00000000..080ee1ff --- /dev/null +++ b/_posts/2022-10-18-cockpit-278.md @@ -0,0 +1,58 @@ +--- +title: Cockpit 278 +author: jelle +date: '2022-10-19' +tags: cockpit, podman +slug: cockpit-278 +category: release +summary: 'Multiple disk throughput in metrics, stats in Cockpit Podman pods, create new Pod' +--- + +Cockpit is the [modern Linux admin interface](https://cockpit-project.org/). +We release regularly. + +Here are the release notes from Cockpit 278 and cockpit-podman 55: + + +## Metrics: Display individual disk read/write usage + +Metrics can show individual disk throughput of multiple disks. +![screenshot of display individual disk read/write usage]({{ site.baseurl }}/images/278-metrics-display-individual-disk-read-write-usage.png) + + +## Pod CPU, memory, port and volume details + +Podman now displays CPU, memory usage, ports, and volumes of the containers in a pod. + +![screenshot of ## pod cpu, memory, port and volume details]({{ site.baseurl }}/images/278-pod-cpu-memory-port-and-volume-details.png) + +Clicking on the port icon shows the port mapping of the pod. + +![screenshot of ## pod cpu, memory, port and volume details]({{ site.baseurl }}/images/278-pod-cpu-memory-port-and-volume-details-2.png) + +## Create new pod support + +Podman can now create pods, including optional port and volume mappings. + +![screenshot of ## ability to create new pod group]({{ site.baseurl }}/images/278-ability-to-create-new-pod-group.png) + + +![Screenshot from 2022-10-04 11-53-51]({{ site.baseurl }}/images/278-ability-to-create-new-pod-group-2.png) + + +## Try it out + +Cockpit 278 and cockpit-podman 55 are available now: + +* [For your Linux system](https://cockpit-project.org/running.html) + +* [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/278) +* [Cockpit Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2022-957c7eaa0d) +* [Cockpit Fedora 36](https://bodhi.fedoraproject.org/updates/FEDORA-2022-614e5cb4e7) +* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient) +* [cockpit-podman Source Tarball](https://github.com/cockpit-project/cockpit-podman/releases/tag/55) +* [cockpit-podman Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2022-d1924d2873) +* [cockpit-podman Fedora 36](https://bodhi.fedoraproject.org/updates/FEDORA-2022-8e6b0d9122) +* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient) + +*[CPU]: Central Processing Unit, the "brain" of a computer diff --git a/images/278-ability-to-create-new-pod-group-2.png b/images/278-ability-to-create-new-pod-group-2.png new file mode 100644 index 00000000..e18ee2a9 Binary files /dev/null and b/images/278-ability-to-create-new-pod-group-2.png differ diff --git a/images/278-ability-to-create-new-pod-group.png b/images/278-ability-to-create-new-pod-group.png new file mode 100644 index 00000000..d7b74d49 Binary files /dev/null and b/images/278-ability-to-create-new-pod-group.png differ diff --git a/images/278-metrics-display-individual-disk-read-write-usage.png b/images/278-metrics-display-individual-disk-read-write-usage.png new file mode 100644 index 00000000..ce5dbf5a Binary files /dev/null and b/images/278-metrics-display-individual-disk-read-write-usage.png differ diff --git a/images/278-pod-cpu-memory-port-and-volume-details-2.png b/images/278-pod-cpu-memory-port-and-volume-details-2.png new file mode 100644 index 00000000..1dd5141d Binary files /dev/null and b/images/278-pod-cpu-memory-port-and-volume-details-2.png differ diff --git a/images/278-pod-cpu-memory-port-and-volume-details.png b/images/278-pod-cpu-memory-port-and-volume-details.png new file mode 100644 index 00000000..4bf9bd19 Binary files /dev/null and b/images/278-pod-cpu-memory-port-and-volume-details.png differ