Application container images built and deployed using OpenShift practices are fully Kubernetes compliant and can be deployed to any k8s cluster. This walkthrough demonstrates some of those OpenShift best practices that result in secure and well managed deployments fit for operating in an enterprise environment.
To introduce the concepts and foundations within OpenShift we are going to start with some simple source and tests of a NodeJS application.
The installation and configuration of Podman and how to build and run a container image.
Introduction to Red Hat OpenShift Local was previously known as Code Ready Containers and configuration with Podman.
Deployment and run of images in OpenShift Local and description of OpenShift optimised Dockerfile.
Adding OpenShift pod security to harden a deployment for real-world use.
OpenShift Template are a starting point for creating all encompassing build and deployment of OpenShift applications.
We can demonstrate that the OpenShift container build and execution are 100% Kubernetes specification compliant.