Containers

Red Hat Developer image
Article

The evolution of serverless and FaaS: Knative brings change

Don Schenck

The terms "serverless" and "Function as a Service" (FaaS) often are used interchangeably, but they do not mean the same thing. This article describes the terms and how Knative is speeding the evolution of both by enabling any service to be available as a function.

Podman and Buildah
Article

Podman and Buildah for Docker users

William Henry

What docker users need to know to move from Docker to Podman and Buildah and the advantages of doing so. Developers/operators can easily move to Podman, do all the fun tasks that they are familiar with from using Docker, and do much more.

Share graphics_Containers
Cheat Sheet

Containers cheat sheet

Bachir Chihani +1

Get started with an introduction to container architecture including engine, image, registry, volume, related commands.

OpenShift Operator
Article

IoT edge development and deployment with containers through OpenShift: Part 1

Alessandro Arrichiello

Part 1 of a two-part series, explores techniques that enable the portability of containers across different environments.Through these techniques, you may be able to use the same language, framework, or tool used in your datacenter straight to the IoT edge, even with different CPU architectures.

Podman can now ease the transition to Kubernetes and CRI-O
Article

Podman can now ease the transition to Kubernetes and CRI-O

Brent Baude

The ability to generate Kubernetes YAML from Podman is under development. Podman can now capture the description of local pods and containers and then help users transition to a more sophisticated orchestration environment like Kubernetes. This article provides a demo to illustrate the process.

omnichannel customer experience
Article

Integration of storage services (part 6)

Eric D. Schabell

Part 6 of Eric Schabell's integration series covers the storage elements of a generic architectural blueprint for the omnichannel customer experience use case.

omnichannel customer experience
Article

Integration of container platform essentials (Part 5)

Eric D. Schabell

This article, which is Part 5 of the series, covers core elements of a generic architectural blueprint (container platform and microservices) for the omnichannel customer experience use case.

omnichannel customer experience
Article

Integration of API management details (Part 4)

Eric D. Schabell

This article, which is Part 4 of the series, covers details pertaining to API management and reverse proxies of a generic architectural blueprint for the omnichannel customer experience use case.

container-security
Article

Security Considerations for Container Runtimes

Daniel Walsh

Video: Security Considerations for Container Runtimes. Explains/demonstrates using Kubernetes with different security features for your container environment.

kubernetes-data-science
Article

Why Data Scientists Love Kubernetes

David Millsaps

https://www.youtube.com/watch?v=frQeK8xo9Ls Why Data Scientists Love Kubernetes - Sophie Watson & William Benton, Red Hat This talk will introduce the workflows and concerns of data scientists and machine learning engineers and demonstrate how to make Kubernetes a powerhouse for intelligent applications. We’ll show how community projects like Kubeflow and radanalytics.io support the entire intelligent application development lifecycle. We’ll cover several key benefits of Kubernetes for a data scientist’s workflow, from experiment design to publishing results. You’ll see how well scale-out data...

operator-framework-kubecon
Article

Kubernetes Operators in Depth

David Millsaps

https://www.youtube.com/watch?v=fu7ecA2rXmc Red Hat's Diane Mueller and Sebastien Pahl dive deep on the Kubernetes Operators at KubeCon 2018. Operators will be featured in OpenShift 4 currently in beta, which you can preview here: https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it An Operator is a method of packaging, deploying and managing a Kubernetes application. A Kubernetes application is an application that is both deployed on Kubernetes and managed using the Kubernetes APIs and kubectl tooling. To be able to make the most of Kubernetes, you need a set...

Red Hat OpenShift
Article

Building Java 11 and Gradle containers for OpenShift

Michael Vorburger

This article discusses a fast and easy way to get Java apps running in a cloud by using OpenShift’s Source-to-Image (S2I) builder with Maven, Gradle,or Java 11.

omnichannel customer experience
Article

Integration of external application details (Part 3)

Eric D. Schabell

This article, which is Part 3 of the series, covers details pertaining to the specific elements (mobile and web application deployments) that can be used in a generic architectural blueprint for the omnichannel customer experience use case.

.NET Core
Article

Building .NET Core container images using S2I

Tom Deseyn

This article describes how to build .NET Core container images using source-to-image (S2I). The container images can be built directly from a git repository, from local sources, or from a pre-built application on, which can be useful on your development machine or as part of a CI/CD pipeline.