Kubernetes security – Runtime thread detection

Today it is time for the second part of my Trivadis mini-series „Security for Kubernetes„. This time we’re looking at runtime thread detection, alerting and actions. Many people now use analysis tools to check their frameworks and Docker images for potential security vulnerabilities. In the next part of the mini-series, I’ll tell you about our current setup […]

AWS QuickTip: Secure your Kubernetes environment using NetworkPolicies on AWS EKS

As a consultant at Trivadis, I am currently working for a customer who wants to secure their Kubernetes infrastructure. Part of this protection consists of not allowing data from a specific namespace to reach the internet. In the project, we have a private network, but connecting from Kubernetes to the internet is still possible by […]

Three days of conference, Quarkus all the way

At the beginning of February, the biggest Scandinavian developer conference “JFokus” took place in Stockholm. Within 3 days there were many interesting lectures on topics like “Distributed data management in a microservice architecture”, a workshop on how to write your own Java agents, several lectures on garbage collectors and memory optimization. But the most common […]

First Task: Speed up the template

Today I will start a new blog. So the first thing I did was optimize the template to reduce rendering time by 50%. So how did I do it? We need to follow some steps. Reduce Render Blocking CSS The template uses several CSS files like this: <link rel=“stylesheet“ href=“<#if (content.rootpath)??>${content.rootpath}<#else></#if>css/google-font.css“ /> <link rel=“stylesheet“ href=“<#if […]