Silhouette of a person with rolling luggage walking through a futuristic, glowing tunnel lined with computer monitors and tech elements, with an airplane silhouette overhead and warm orange light radiating from the vanishing point.

Tag: boinc

  • Live Pod Deployments

    Live Pod Deployments

    Live Pod Deployments I implement 3 different kind of deployments: Boinc deployment Now that the underlying cluster is working, now we can start it doing some work. I decided to use the BOINC client as my demo workload. There are 2 projects that I’m currently running: “MilkyWay@home” and “World Community Grid/Mapping Cancer Markers“. I figured…

  • Kube-Demo, Covid-19, Docker and Kubernetes

    Kube-Demo, Covid-19, Docker and Kubernetes

    Kube-Demo BOINC When looking for a demo workload to use in demonstrating Kubernetes on this low budget cluster, I decided that I would at least try to lend a hand where I can to help with the pandemic. I decided to use 2 BOINC projects Rosetta@Home and OpenPandemics. Both of these projects are working to…

  • Poor Mans Continuous Deployment

    Poor Mans Continuous Deployment

    Since I’m using the official BOINC client container from Docker Hub, I don’t really need any CI work at the moment. I considered using Jenkins as a CD engine for this project, but discovered the recommended memory for Jenkins was around 40% of the memory in the entire cluster. So, I decided to “roll my…