Tag : Security

List all Tags

Rootless GitLab Runners

Learn how to run any GitLab CI Job without giving anything root. Even dind. No Workload changes required!

Follow Up: Let's talk about anonymous access to Kubernetes

Rory McCune posted a great article about Kubernetes default enabled anonymous-auth setting. But it can't always be disabled, nevertheless k8s evolves fast and now offers more granular control.

Understanding and using modern day authentication frameworks to improve security, productivity and user acceptance

User authentication is a complex task, introduces significant development expenses and decrees user satisfaction if not implemented in a intuitive way. Standards like Oauth2 and OIDC can significantly decrease development time and streamline a users workflow.

Using GitLab to manage Kubernetes access

You have private Kubernetes cluster or a restricted network. There are modern solution to easily share and manage access with modern secure authentication. Let's dig some tunnels!

The recurring problem of the Kubernetes metrics server and insecure Kubelet certificate

The Metrics Server frequently encounters verification issues with Kubelet's self-signed certificates. I wrote a small summary and make a proposal for fixing it.