ChRIS is now available on the NERC at https://app1.chrisproject.org. This deployment is a milestone comprising many improvements to ChRIS made in 2023.
4 posts tagged with "OpenShift"
View All TagsShrinking a PersistentVolumeClaim in Kubernetes
To shrink a PersistentVolumeClaim (PVC) in OpenShift or Kubernetes, we need to:
- pause our deployments
- copy its data to a smaller, temporary PVC
- delete the original PVC
- create a new PVC with the original name
- copy the data from the temporary PVC to the new PVC
- restart our deployments
Hitchhiking on OpenShift's Observability using Custom Grafana Dashboards
OpenShift provides some observability features out-of-the-box, but which features are available depends on what your cluster admin has working and what you have access to. On the NERC, we are able to see container metrics in OpenShift Developer's built-in dashboard. To enable custom visualizations, metrics analysis, and alerting, we need to connect this data to an instance of Grafana which we control.
Migration of data from a OpenStack Swift on a VM to NooBaa on OpenShift
Currently, https://cube.chrisproject.org is being powered by a VM called fnndsc.childrens.harvard.edu
in the Boston Children Hospital network's DMZ. It's been working well for us through
the years, however its 480GB disk frequently runs out of space. For more
storage, easier deployments, and stability, we want to try migrating this instance
of the ChRIS backend to the NERC's OpenShift cluster.