-veldrane's repositories
basics-radio-vhdl
Simple example using vhdl on Altera Cyclone IV Board
cntf-apigw
My presentation "Building own API Gateway" for Cloud Native Foundation Days conference in april 2022. Language Czech
crypto-ocp
PKI and cryptography basics - presentation for teammates.
feg-f5-apigw
Some stuff used for my presentation on F5 Solution Day in Prague - september 2022. Slides is not here, because were moved to F5 templates (so nothing in reveal-md directory), but some nice examples in python diagrams and graphviz
linux-syscall-analyzer
Python parser for strace output logs. Tool parses data, adds missing context and import data into elastic search for further analysis. Warning - lots of spaghetti code inside :). On the other hand tool and whole concept can be really useful for revealing application architecture from the system point of view
ocp-apigw-syncer
Service ensuring the consistency the internal key/val store of the nginx plus (commercial version of nginx)
ocp-chckp-egress
Integration between openshift and checkpoint firewall to automate fw rules and publish them from ocp side.
openshift-sdn
My Openshift SDN presentation for Prague Kubernetes Conference - Septemtember 2019. Folders contains some helpers script and outputs from lab.
swagger-to-nginx
Tool for generating part or whole configuration of apigw, reverese proxy or similar based on the openapi definition (aka swagger) and golang template. Used primary for nginx fine-graned location cfg but can be used for any other config files of other products like krakend, kong etc (not tested :)
go-ble-shellcars
Some short test code of Bluetooth LE stack on Shell Cars
ovn-kubernetes-hints
Set of scripts and settings for clean ovn-kubernetes cni installation on the kubernetes (not openshift)
syscall-analyzer-ng
new parser for analyzing strace outputs/
test-rust-basics
Simple projects for playing with rust essentials like borrowing, lifetimes, async, generics, rest frameworks etc. Some works some not.