Overview: Container Internals
Getting started with Red Hat OpenShift or Kubernetes? The basic processing unit of this computing model is the container, a small executable that runs on the host. A container is portable, quick to start, and contains all of the bits needed, except for the Linux kernel. There are other pieces of technology related to containers that should be understood, such as registries, hosts, images, and orchestration, to name a few. Using Podman on your PC and the Developer Sandbox (a no-cost OpenShift cluster), you will explore and learn about these pieces and how a developer uses them to build applications.
In order to get full benefit from taking this lesson, you need:
- Podman installed on your machine.
- A Developer Sandbox account.
- The Red Hat OpenShift command-line Interface.
In this learning path, you will learn about:
- Containers.
- Container images.
- Container hosts.
- Container orchestration.
- Container standards.
- The container tool ecosystem.