Inspect Image and Packaging (iip) inspects packages (python, ruby, node, etc) and images (docker) of a project. Install To install iip you will need to build it from source (more info on the iip gitlab page. clone: git@gitlab.com:drad/iip.git build: cd iip && cargo build --release && strip …
Read MoreI have several apps in my k8s cluster which run behind a lighttpd web server where I wanted the access logs to be sent to graylog. The setup of lighttpd is relatively basic: 1# /etc/lighttpd/lighttpd.conf 2 3var.basedir = "/var/www/localhost" 4var.logdir = "/var/log/lighttpd" 5var.statedir = …
Read MoreWe often need to monitor a system during load testing to determine how heavily the system is being taxed (i.e. determining the proper AWS instance type) and to determine what is being hit (memory, cpu, etc.). Often the target system has monitoring features (e.g. Prometheus or other); however, there are times when we do …
Read More2022-05-27 Update This article references boi which was rebranded to be ibuilder in May of 2022. This tutorial will show how to take an existing application (the dradux.com website itself) and deploy it to a kubernetes cluster using boi, a lightweight tool for building and pushing docker images. Deploying an …
Read More