blog.dsoderlund.consulting

  • 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

  • The Joy of Kubernetes 3 - Private Docker registry on NFS storage

    Welcome to the Joy of Kubernetes. Hi everyone, so glad you could join us today and enjoy deploying some useful tools. If you are painting along at home, this one might be an episode where you need to take some brave creative efforts. The goal is to set up a private container registry on our kubernetes cluster using external storage.

  • The Joy of Kubernetes 2 - Let us Encrypt

    Welcome to the Joy of Kubernetes If you are new to the series, check out the previous post about Argo CD if you like, we will leverage Argo CD a bit to deploy what we are doing today. You can just as well replace Argo CD with applying the manifests or helm charts manually. In this second entry in The Joy of Kubernetes we will take a closer look at the Cert-Manager and it’s ClusterIssuer resource. I am interested in requesting and issuing TLS certificates as secrets in kubernetes by just asking nicely, particulary for a real external DNS.