Apiserver in OpenShift

4/28/2016

I wonder why the Kubernetes apiserver doesn't start when I start OpenShift Origin. Is it possible to start Kubernetes apiserver at OpenShift startup time? And why isn't this the default behavior?

-- DarkSkull
kubernetes
openshift-origin

1 Answer

4/29/2016

Origin embeds a kubernetes API server by default. The kubernetes APIs are available under the /api and /apis context roots of your origin API server

-- Jordan Liggitt
Source: StackOverflow