Wednesday, January 13, 2021

kuard on OpenShift

A quick way to onboard the handy "Kubernetes Up and Running" kuard application on OpenShift:

curl https://raw.githubusercontent.com/brito-rafa/kuard/deployment-kuard/deployments/deploy-kuard-openshift.sh | sh -

You can find the YAML and source code of the script here:

Great application to test blue-green deployments and ingress controller traffic.

kuard on OpenShift

A quick way to onboard the handy "Kubernetes Up and Running"  kuard application on OpenShift: curl https://raw.githubusercontent....