Tag: devops

  • Git Branching Strategy

    Having been in two discussions about Git branching strategy with different organizations, I decide to jot down the details of all the common branching strategies…

    Read
  • Automated Deployment Pipeline 3 of 3

    Background We have previously covered a pipeline example with Jenkins calling Ansible to leverage OpenSSH configuration and Ansible inventory. We also discussed a use case…

    Read
  • Automated Deployment Pipeline 2 of 3

    In this posting, we continue to discuss Jenkins’ ability to automate deployment routines. Jenkins supports freestyle project out of the box, as well as Pipeline…

    Read
  • Automated Deployment Pipeline 1 of 3

    The business case You launched a software application. You installed it on two customer sites. You support the application mostly by SSH to customer server…

    Read
  • Log file navigator (lnav)

    I’ve used a number of log viewers in command terminal, on MacOS and Linux server. I read system logs, log4j formats, as well as json…

    Read
  • Zookeeper Summary

    Distributed systems Distributed system involves independent computing entities linked together by network. The components communicate and coordinate with each other to achieve a common goal.…

    Read