Skip to content

Basic Hello World application in NodeJS exploring the best practices and secure foundations of OpenShift deployments.

Notifications You must be signed in to change notification settings

jeremycaine/hello-world

Repository files navigation

"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

About

Basic Hello World application in NodeJS exploring the best practices and secure foundations of OpenShift deployments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published