OpenShift Web UI on upstream k8s

9/12/2019

Recently I discovered, that is possible to run OpenShift Web UI on upstream k8s

Is this possible? I understand that projects are defacto namespaces, but is there any fallback/callback to native k8s API ? ( at least routes will not definetily work ... )

For example:

  1. https://github.com/operator-framework/operator-lifecycle-manager#user-interface
  2. https://github.com/kubevirt/web-ui#native-kubernetes
  3. https://github.com/openshift/console#native-kubernetes

No mention about upstream k8s here:

console-operator: https://github.com/openshift/console-operator ( seems its > 4.X version )

Registries:

standalone: https://github.com/openshift/console ( version >= 3.X )

Registries:

Can anyone tell me more?

Or did anyone succeced with openshift ui on upstream k8s?

P.S. I dont want to deploy openshift/okd solution.

Thanks

-- MUHAHA
kubernetes
okd
openshift
openshift-origin

1 Answer

9/12/2019

The openshift/console repo has a section on deploying within upstream kubernetes. The console pods can be deployed using the openshift/console-operator Kubernetes operator, but the documentation for the implementation appears to say that this operator is OpenShift > 4.0 specific.

-- James McShane
Source: StackOverflow