You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transfer.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,14 @@
1
-
# PODMAN Usage Transfer
1
+
# Podman Usage Transfer
2
2
3
-
This document outlines useful information for ops and dev transfer as it relates to infrastructure that utilizes PODMAN.
3
+
This document outlines useful information for ops and dev transfer as it relates to infrastructure that utilizes `Podman`.
4
4
5
5
## Operational Transfer
6
6
7
7
## Abstract
8
8
9
-
The `crio` daemon is intended to provide the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md) socket needed for Kubernetes to use for automating deployment, scaling, and management of containerized applications (See the document for [configuring kubernetes to use PODMAN](./kubernetes.md) for more information on that).
10
-
Therefore the `crioctl` command line is a client that interfaces to the same grpc socket as the kubernetes daemon would, for talking to the `crio` daemon.
11
-
In many ways `crioctl` is only as feature rich as the Kubernetes CRI requires.
12
-
There are additional tools e.g. `podman` and [`buildah`](https://github.com/projectatomic/buildah) that provide a feature rich set of commands for all operational needs in a Kubernetes environment.
13
-
9
+
Podman is a tool for managing Pods, Containers, and Container Images. The CLI
10
+
for Podman is based on the Docker CLI, although Podman does not require a
11
+
runtime daemon to be running in order to function.
14
12
15
13
## System Tools
16
14
@@ -20,9 +18,9 @@ As well as some systemd helpers like `systemd-cgls` and `systemd-cgtop` are stil
20
18
## Equivalents
21
19
22
20
For many troubleshooting and information collection steps, there may be an existing pattern.
23
-
Following provides equivalent with PODMAN tools for gathering information or jumping into containers, for operational use.
21
+
Following provides equivalent with `Podman` tools for gathering information or jumping into containers, for operational use.
0 commit comments