In a recent blog post on the Red Hat Enable Sysadmin site, The history of an API: GitLab Runner and Podman, Pablo Greco from the CentOS QA team in Buenos Aires, Argentia documented his journey through a Podman and GitLab Runner integration. When Podman v2.2 arrives, GitLab Runner will be able to run with Podman right out of the box. Give the article a read to see how he got there.
61 posts tagged with "kube"
View All TagsExploring Podman RESTful API using Python and Bash
Exploring Podman RESTful API using Python and Bash
By Jhon Honce GitHub
In a recent blog post on the Red Hat Enable Sysadmin site, Exploring Podman RESTful API using Python and Bash, Jhon Honce nicely demonstrates the new Podman REST API using code examples in Python and shell commands. Additional notes are included in the code comments. The provided code was written to be clear vs. production quality.
Exploring Podman RESTful API using Python and Bash
In a recent blog post on the Red Hat Enable Sysadmin site, Exploring Podman RESTful API using Python and Bash, Jhon Honce nicely demonstrates the new Podman REST API using code examples in Python and shell commands. Additional notes are included in the code comments. The provided code was written to be clear vs. production quality.
DevConf US 2020 Containers Technologies Talk
DevConf US 2020 Containers Technologies Talk
By Tom Sweeney GitHub
In case you missed Kedar Kulkarni's excellent talk at DevConf.US 2020, "Docker, Podman, Buildah, Skopeo, and what else?", check out the video on YouTube. There were also a number of other interesting talks at DevConf.US 2020 that you might be interested in, you'll be able to find links to the talks at the DevConf.US site above.
DevConf US 2020 Containers Technologies Talk
By Tom Sweeney GitHub
In case you missed Kedar Kulkarni's excellent talk at DevConf.US 2020, "Docker, Podman, Buildah, Skopeo, and what else?", check out the video on YouTube. There were also a number of other interesting talks at DevConf.US 2020 that you might be interested in, you'll be able to find links to the talks at the DevConf.US site above.
Podman Posts of Interest
Podman Posts of Interest
By Brent Baude GitHub
- Brian Smith - Rootless containers using Podman - Watch this two-part video series on understanding root inside and outside of containers and how user namespaces work.
- Jack Wallen - How to install Podman support in Cockpit - Learn how to add Cockpit support to manage images and containers.
- Dan Walsh - SELinux changes for KVM-separated (Kata) containers - Understanding SELinux types that improve security in container engines such as Podman and CRI-O.
- Brian Smith - Scanning containers for vulnerabilities with OpenSCAP and Podman - Containers are no more secure than physical machines. Find out how to scan yours for vulnerabilities.
- Brian Smith - (Video)Managing Containers in Podman with systemd Unit Files
- Mrivik - (asciinema)GIMP working on rootless Podman container
Podman Posts of Interest
I've run across a number of posts over the past few weeks concerning Podman and have been busy getting other work done. So now I have a few moments and thought I'd add some links to the posts. Enjoy!
- Brian Smith - Rootless containers using Podman - Watch this two-part video series on understanding root inside and outside of containers and how user namespaces work.
- Jack Wallen - How to install Podman support in Cockpit - Learn how to add Cockpit support to manage images and containers.
- Dan Walsh - SELinux changes for KVM-separated (Kata) containers - Understanding SELinux types that improve security in container engines such as Podman and CRI-O.
- Brian Smith - Scanning containers for vulnerabilities with OpenSCAP and Podman - Containers are no more secure than physical machines. Find out how to scan yours for vulnerabilities.
- Brian Smith - (Video)Managing Containers in Podman with systemd Unit Files
- Mrivik - (asciinema)GIMP working on rootless Podman container
Podman remote clients for macOS and Windows
In a recent blog post on the Red Hat Enable Sysadmin site, Podman remote clients for macOS and Windows, Brent Baude and Ashley Cui walk you through setting up a remote client on either Windows or macOS to let you manage your containers and images on your Linux backend. The post covers installation, ssh setup, creating the initial connection and finally how to use the client. Give it a quick look!
Podman remote clients for macOS and Windows
Podman remote clients for macOS and Windows
By Brent Baude GitHub
In a recent blog post on the Red Hat Enable Sysadmin site, Podman remote clients for macOS and Windows, Brent Baude and Ashley Cui walk you through setting up a remote client on either Windows or macOS to let you manage your containers and images on your Linux backend. The post covers installation, ssh setup, creating the initial connection and finally how to use the client. Give it a quick look!
The podman play kube command now supports deployments
In a recent blog post on the Red Hat Enable Sysadmin site, The podman play kube command now supports deployments, you can now learn all about the recent features added to Podman to interact with Kubernetes objects. The podman generate kube
command allows you to export your existing containers into Kubernetes Pod YAML. This YAML can then be imported into OpenShift or a Kubernetes cluster. The podman play kube
does the opposite, it allows you to take a Kubernetes YAML and run it in Podman. Learn all of the details and more in the blog post!