UNUche Nebedinblog.nebed.io·Oct 14, 2022 · 2 min readExport Certificates between Azure KeyVault InstancesSo, this should be a quick one. I had a problem recently, I was trying to export certificates from my old Azure Keyvault instance to a new one and i didn't want to download them each and import to the new Azure Keyvault instance. I picked Terraform ...01R
UNUche Nebedinblog.nebed.io·May 12, 2021 · 3 min readHow to: GitHub Actions Self-Hosted Runner on KubernetesWhat is a runner? There's a self-hosted one? Why would i want it on a kubernetes cluster? Github runners are machines that run the steps defined in your github action workflow - they're machines that basically executes the commands on your behalf. By...00