Tag: Devops

How To Install NxLog Using Ansible

Introduction In this article, you will learn how to install NxLog in a remote server, (or a set of servers) using Ansible. NXLog is…

How To Install PortWorx On A Kubernetes Cluster

Introduction Portworx is a software-defined persistent storage solution designed and purpose-built for applications deployed as containers, via container orchestrators such as Kubernetes, Nomad, Marathon, …

Git Commands Cheat Sheet

Git Basics Creating a new repository mkdir project cd project git init git remote add origin git@github.com:yourlogin/your-repo.git git add . git commit -am “new…

How To Install Jenkins On A Kubernetes Cluster

Introduction Jenkins is a CI tool ( continuous integration) that automates a large portion of the software development process. Several development teams working on multiple projects…