Category Archives: CI/CD

Llamas Band and Green/Blue Deployments

Overview The last two jobs indicated they were interested in or already doing green/blue deployments. There are multiple methods of deploying in this manner. Kubernetes has two strategies in the deployment context in order to gradually roll out a new … Continue reading

Posted in CI/CD, Computers | Tagged , , | 1 Comment

Llamas Band and Continuous Delivery

Overview In this article, I’ll be providing details on how to configure ArgoCD for the Llamas Band project including deploying to the other sites. Continuous Delivery With ArgoCD installed and the Llamas container CI pipeline completed, we’ll use this configuration … Continue reading

Posted in CI/CD, Computers, Git | Tagged , | 1 Comment

GitLab CI/CD Pipeline

Overview This article provides details on my use of the GitLab Runners in order to deploy websites and then automatically build, tag, and push images to my local docker repository. Runner Installation I’ve been using Jenkins for most of my … Continue reading

Posted in CI/CD, Computers, Docker, Git, Kubernetes | Tagged , , , , | 1 Comment

ArgoCD CLI Commands

Overview This article lists argocd CLI commands that were used to review and manage the ArgoCD installation. A lot of times finding useful commands isn’t easy. This article lists the more commands I used when getting things set up. Help … Continue reading

Posted in CI/CD, Computers | Tagged , , | 1 Comment

Continuous Delivery With ArgoCD

Overview This article provides instructions in installing and configuring ArgoCD in Kubernetes. Installation The main task here is that Openshift is using ArgoCD so we should be familiar with how ArgoCD works. Images Installation-wise, it’s pretty easy. There are a … Continue reading

Posted in CI/CD, Computers, Kubernetes | Tagged , | 1 Comment

Development and Branches

Many many many years ago, I learned to program. It was on a Radio Shack Color Computer. It had a BASIC plug in pack and I think I could save to a cassette tape. I followed the BASIC programming book … Continue reading

Posted in CI/CD, Computers, Git, Jenkins | Leave a comment