Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.08 KB

README.md

File metadata and controls

40 lines (23 loc) · 2.08 KB

"Hello World" on OpenShift

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.

Walkthrough

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.

security scan image

References