Jozef Reisinger's blog
Infrastructure, security, programming ...
2024-12-09
Pod Scheduling in Kubernetes: Taints, Tolerations, and Node Affinity
›
In Kubernetes, you can control where pods get scheduled by using two powerful mechanisms: Taints and Tolerations : These allow nodes to ...
2024-06-08
Go katas
›
I’ve been working in the DevOps (sysadmin) and cybersecurity domains. That means I work with computer programs all the time and I have to u...
2024-03-18
AI for DevSecOps
›
image I’ve finally decided to try out a couple of AI related tools to see whether they are useful for me. I didn’t want to spend too muc...
2024-02-20
Shift cipher in Go with blocks
›
In the previous post we implemented a shift cipher that accepts key of variable length. Now, the cryptographic algorithms can be classified ...
2024-02-16
Shift cipher in Go with multibyte key
›
In the previous blog post we developed a simple crypto system. Its algorithm is based on shifting bytes by the number represented by a singl...
›
Home
View web version