devops Kubernetes CI/CD pipelines using Azure DevOps If you're doing Kubernetes, you should definitely be doing Continuous Integration and Continuous Deployment (CI/CD) and the tools to help you do so are a dime a dozen. I work at Microsoft,
git Setting up a CI/CD pipeline with Maven and Jenkins on Azure Kubernetes Service (AKS) This is going to be a short post because the "meat" is on my GitHub/sabbour. I realized that search engines index this blog much better than they index my GitHub
git Quick and easy way to setup signed GitHub commits on MacOS Install gpg using Homebrew: brew install gpg. Follow the GitHub guide to generate a new gpg key. Add the gpg key to your GitHub account. Get around this issue by doing the following