最近我发现,可以在上游 k8s 上运行 OpenShift Web UI
这可能吗?我知道项目是事实上的命名空间,但是对原生 k8s API 有任何回退/回调吗?(至少路线不会明确工作......)
例如:
- https://github.com/operator-framework/operator-lifecycle-manager#user-interface
- https://github.com/kubevirt/web-ui#native-kubernetes
- https://github.com/openshift/console#native-kubernetes
这里没有提到上游 k8s:
控制台操作员: https ://github.com/openshift/console-operator (似乎它> 4.X版本)
登记处:
https://hub.docker.com/r/openshift/origin-console-operator/tags
https://quay.io/repository/openshift/origin-console-operator?tab=tags
独立: https ://github.com/openshift/console (版本> = 3.X)
登记处:
谁能告诉我更多?
或者有没有人在上游 k8s 上成功使用 openshift ui?
PS 我不想部署 openshift/okd 解决方案。
谢谢