-
Kubernetes SSO with OIDC and GitLab in k3s
With the increasing adoption of microservices, the need for effective and efficient management of access and authentication has become paramount. This has led to the rise of Single Sign-On (SSO) solutions in Kubernetes environments, which not only provide a more secure approach, but also allow you to give users access to your cluster based on gr... Read More
-
Taming Traffic Spikes in Kubernetes
In autoscaling you have to be prepared! The Consequences of Ignoring or setting Limits In Kubernetes, setting resource limits can help you manage your cluster’s resources more effectively. However, whether you set resource limits or not, there will always be a chance that some users are left out due to resource constraints or workload spikes. T... Read More
-
Simplifying Kubernetes Developement with Rancher Desktop
In this article I would like to introduce rancher-desktop to those who dont know it yet. I have recently switched away from docker-desktop and am now a happy little camper with a lot of joy while working. I already love K3s and having a no-brain-needed deployment on the workstation is a huge plus. TLDR Rancher Desktop, is a must-have tool fo... Read More
-
Controllers vs. Operators and when to use which
Kubernetes has established itself as a leading platform for container orchestration, providing efficient ways to deploy, scale, and manage applications. At the core of Kubernetes automation are controllers and operators, two powerful mechanisms for managing resources within a cluster. Desired State vs. Current State: Embracing the Fluidity Kub... Read More
-
Comparing k3s with Kubernetes
Comparing k3s with Kubernetes: How k3s is Often the Better Choice As a startup, you may be considering the use of container orchestration for your company. Container orchestration allows you to manage and deploy containerized applications easily and efficiently. There are several options available, but two of the most popular choices are k3s an... Read More