Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 477 Bytes

OpenShift Client Demo

A Flask application that demonstrates using the Kubernetes Python client from a running OpenShift pod.

deployment

Log in to an OpenShift cluster first.

git clone https://github.com/shaneboulden/openshift-client-demo
cd openshift-client-demo
oc new-app openshift_deploy/ocd.yaml

Uncomment L31 to use the Kubernetes API.