-
cdks8s through ArgoCD
cdk8s is a tool from AWS to be able to deal with kubernetes manifests in an imperative way which for a lot of people accelerates their investment in learning about and using kubernetes. Though not perhaps inline with the declarative nature of traditional gitops approaches, it is not really that different from jsonnet, helm and/or kustomize which I think simplifies a lot in terms of expressing not only what we want deployed but also how to best manage changes to that state.
-
CockroachDB through ArgoCD
ArgoCD is awesome until it isn’t A devteam have an application that they want to try out with cockroachdb. They send me the helm chart to run and I plug it into argocd to try it in our kubernetes cluster. Everything turned red and nothing seems to work. Oh no.
-
Azure blob storage from curl
Upload large files from tiny devices to Azure blob storage This week I got to work on something a bit different from my normal wheel house. I published my source code here including examples for different auth schemes and different mechanisms of invokation