Create Application

oc create deployment myguestbook --image=ibmcom/guestbook:v2
oc get pods
  • Create a Kubernetes ClusterIP service for your app deployment. The service provides an internal IP address for the app that the router can send traffic to.

Last updated