Containers, images, and image streams are important concepts to understand when you set out to create and manage containerized software. An image holds a set of software that is ready to run, while a container is a running instance of a container image. An image stream provides a way of storing different versions of the same basic image. Those different versions are represented by different tags on the same image name.
modules/images-about.adoc You can create, manage, and use container images.
You can manage image streams, use image streams with Kubernetes resources, and trigger updates on image stream updates.
During the initial startup, the Operator creates the default samples resource to initiate the creation of the image streams and templates.
You can use the Cluster Samples Operator to manage the sample image streams and templates stored in the openshift
namespace.
As a cluster administrator, you can use the Cluster Samples Operator to:
A template is a definition of an object to be replicated. You can use templates to build and deploy configurations.
As a developer, you can use Ruby on Rails to:
-
Write your application:
-
Set up a database.
-
Create a welcome page.
-
Configure your application for {product-title}.
-
Store your application in Git.
-
-
Deploy your application in {product-title}:
-
Create the database service.
-
Create the frontend service.
-
Create a route for your application.
-