Docker

Sysdig: What It Is and How to Use It

...
Sysdig: What It Is and How to Use It

Sysdig is a universal system visibility tool with support for containers. What makes Sysdig special, is that it hooks itself into the machine's kernel and segregates the information on a per-container basis. For the scope of this tutorial, we will focus on the open-source version of Sysdig. In the next...

...
CONTINUE READING
Tutorial

How to Install and Configure Ansible on Ubuntu (Part 1)

...
How to Install and Configure Ansible on Ubuntu (Part 1)

Ansible is a Configuration Management and Application Deployment system that is designed to streamline the process of controlling a large number of servers, basically for administration and operational processes. In other words, it allows you to control several remote machines in an automated fashion from a location. Ansible uses an...

...
CONTINUE READING
Kubernetes

How to Set Up Jenkins on Kubernetes

...
How to Set Up Jenkins on Kubernetes

This guide will walk you through the process of setting up Jenkins on Kubernetes. Jenkins is a widely-used open source CI server that provides hundreds of plugins to support building, deploying and automating your projects. In the next sections, you will: Create a Kubernetes cluster with minikube (This is an...

...
CONTINUE READING