Kubernetes, proactive autoscaling using placeholder (or balloon 🎈) Pods Jul 17, 2024 Kubernetes is a very practical container orchestrator. However, in some cases, we need to proactively provision cluster nodes to take on load quickly. In this article, you’ll learn how to use balloon pods or placeholder pods to pre-provision your nodes.
Go, how to print a struct? Jun 25, 2024 Sometimes it’s very useful to be able to display the contents of a variable. On this page, you can find out how to display the contents of a structure in a variable, for example.
How to test your code with Testcontainers in Go? (Conf42) May 25, 2024
Enjoy Kubernetes with Go Apr 03, 2023 Did you know that Go fits especially well in container orchestration systems like Kubernetes (K8s)? In this video, Valentin, a Developer Advocate at Google, teams up with me, a Kubernetes specialist at Google, to highlight three advantages of choosing Go to build your next app in Kubernetes.