RSSAmplifier

Blog

DevOps Spiral

Spiral journey over kubernetes, cloud and devops world.

devopsspiral.comRSS feed ↗10 posts

Latest posts

Publishing RobotFramework reports in Azure Blob Storage

In this article I'm describing new functionality added to rf-service - publishing RobotFramework reports in Azure Blob Storage.

Centralizing Ansible logs using fluentd and Azure

In this video I'm showing how to build centralized logging for ansible playbooks using fluentd and Azure Log Analytics.

Inspecting python tools using eBPF

In this article I'm describing how easy you could use bcc utilities (eBPF) to inspect tools on your system with ansible as an example.

CircleCI setup for Python project

In this video I'm showing how to setup a CircleCI pipeline for your Python project.

K3d/K3s in CircleCI

In this article I'm describing CircleCI k3d/k3s orb that I've created. It allows creating new k8s cluster for each of your builds.

Unlocking eBPF power

My first steps with eBPF. In this article I'm describing how I used bluetooth tracing with eBPF to handle locking of my laptop.

ChatOps level up with StackStorm

In this video I'm showing how to build complete flow with slack, errbot and stackstorm. As an example I'm showing building jenkins jobs from slack.

Testing with octopus

In this article I'm describing how I made KubeLibrary, rf-service and octopus work together.

Introduction to ChatOps. Errbot + Slack integration.

In this video I'm talking about basics of ChatOps. In practical part I'm showing how to integrate Errbot with Slack.

Intro to Vue.js. Testing on kubernetes - rf-service frontend

In this article I'm showing my first steps in Vue.js by adding simple frontend to the existing rf-service.