janus-idp / demo-setup

Apache License 2.0
9 stars 23 forks source link

Instructions and config for provisioning platform components #11

Open davgordo opened 2 years ago

davgordo commented 2 years ago

Document instuctions for users to set up the platform on an OpenShift cluster.

Acceptance:

cmoulliard commented 2 years ago

Can we document to install assemble on k8s and not specifically on ocp ? Does it work on k8s or do we need some ocp components ?

davgordo commented 2 years ago

@cmoulliard at the moment, we have a dependency on OLM for operator provisioning. This I think presents a core challenge for interoperability. Otherwise, I think the use of Helm so far is k8s native and neutral.

We may need to put some thought into ingress in general. I know we're moving in some new directions with OpenShift, so we might take the opportunity to depend less on Routes.

cmoulliard commented 2 years ago

we have a dependency on OLM for operator provisioning

Only ocp uses OLM and operators have not been adopted by the customers except for a few projects. Using helm or carvel packages is a better long term and k8s neutral approach. Rukpak should be able to help us too

cmoulliard commented 2 years ago

We may need to put some thought into ingress in general. I know we're moving in some new directions with OpenShift, so we might take the opportunity to depend less on Routes.

The platform should take care to install ingress vs OpenShift route or OpenShift DeploymentInfo vs k8s Deployment or ImageStream vs ...

cmoulliard commented 1 year ago

at the moment, we have a dependency on OLM for operator provisioning

OLM can also be installed on k8s - see here

cmoulliard commented 1 year ago

we have a dependency on OLM for operator provisioning

Can you describe/detail the dependency ?

davgordo commented 1 year ago

The platform should take care to install ingress vs OpenShift route or OpenShift DeploymentInfo vs k8s Deployment or ImageStream vs ...

Good point. At least one of those is actionable already, so I created #23

davgordo commented 1 year ago

OLM can also be installed on k8s - see here

Yes, I think if we choose to leverage OLM for operator management, and we also support plain k8s Assemble users, it makes sense for us to provide guidance on provisioning OLM. #24

davgordo commented 1 year ago

Can you describe/detail the dependency ?

I only mean to say that so far we have chosen to use OLM for operator lifecycle management, and our manifests for provisioning operators are OLM manifests. That is the extent of the dependency on OLM. I do not mean to suggest there is a unique OLM feature that we depend on.

davgordo commented 1 year ago

deleted