Lately, I’ve been learning more about Azure Arc. As part of this learning, I’ve been contributing to a great GitHub repo that contains a number of example scenarios for Azure Arc. Most of these examples are fully automated, so you can learn about Arc even more quickly. My last learning experience was how to leverage […]
Tag: devops
How to sync a GitHub fork
I recently needed to sync a GitHub repo I forked to the latest status of the original fork. This is easy to do, but you have to know which buttons to push. To start, open the forked repo in Github. You should see a mention that this branch is behind the original branch. Next to […]
Git branching explained
I am not a developer. I’m more of an infrastructure person, who delves into development sometimes. As part of a hackathon last week, my team and I ended up needing to do branches in git, and I had to shamefully admit that I always check-in to master. Most developers will be shooting me the same […]
Simple Kubernetes blue-green deployments
I had a great week this week at Ignite. There were a couple of nice announcements that I want to dive into soon (Azure Arc being one of them). If you have doubted about attending Ignite before, I can highly recommend it for a couple of reasons: There is a great atmosphere, and there a […]