We had our quarterly Hackday at Open Earth Foundation today. It's a day where we don't have any meetings or do any regular tasks. We just get a day to exercise our creativity and make cool things with and for each other.
- a conference on Open Source and climate change - a Jira plugin that scores tickets for team effort and mental state - a dashboard for evaluating biodiversity at a national level - an AR visualization of climate data on a spinning globe - a rapid prototyping gap analysis tool - a documentation section on our wiki for leadership and communications skills
With an hour left, I decided to spin up an EC2 instance, run microk8s, and see if that would work.
I got Helm to run the install, but it kept failing. After multiple passes through values.yml, I ended up with about half the pods running, and all the important ones mysteriously silent.
It sucked!
I'm going to give it another try over the holidays, but jeez. I think I might be doing it wrong.
@evan i love cloud-native architecture in principle but in practice, you will invariably spend more time troubleshooting your deployment than working with your actual project
@tomwj I don't yet have the skills to debug Kubernetes and Helm errors. A lot of the time, I'm just looking at a status like "NotReady" and wondering what it means and how I got there and what handle I can jiggle to try to make it stop.