Category: Containerization

  • T-POT – All In One Multi Honeypot Platform

    While dabbing in the technical realm of cyber security, I looked for open-source honeypot platforms to experiment with. After discovering a long list of possible options, I decided to deploy an instance of Deutsche Telekom Security’s T-Pot. Utilizing Docker for containerization, T-Pot runs the following honeypots simultaneously on a single host. To make it easy…

  • Intro to K8S Helm Presentation

    On Thursday, June 13, I gave a brief introduction to Kubernetes Helm presentation at Rackspace‘s San Antonio HQ as part of the monthly Kubernetes San Antonio meetup. At the end I gave a quick demonstration on creating a simple Helm chart that went ok, minis a few technical difficulties. Considering this was the first presentation…

  • Integration Testing Ansible Playbooks with Travis CI and Docker

    The process behind performing integration tests on Ansible playbooks is almost exactly the same as the one used to test individual roles. In fact, this tutorial is based on a modified version of Continuous Testing of Ansible Roles with Docker and Travis CI by Ignacio Sánchez Ginés. This tutorial is a demonstration of how I…