Hopp til hovedinnhold

Even Holthe

5 innlegg

Kubernetes Operators 101

Sky
Artikkel (4 min)
Fra Even Holthe

Kubernetes has become the de facto container orchestrator since it's initial release in 2014. It is a great tool for managing diverse workloads in clusters of machines, possibly spanning multiple availability zones. As the usage grows, new requirements for how to deploy and operate specialized software emerges. The Operator pattern is one of the more prominent responses to these new requirements.

Managing multiple installations of Java on a Mac

Java
Artikkel (3 min)
Fra Even Holthe

With the new release cadence of Java and vendor landscape, managing multiple versions of Java can become a tedious task. However, tooling exists to make your life simpler.

Accelerating cloud migration by contributing to Terraform providers

Open source
Artikkel (4 min)
Fra Even Holthe

How does Digipost contribute to open source to speed up their migration to the public cloud?

Persistent job scheduling without Quartz

Java
Artikkel (2 min)
Fra Even Holthe

Have you ever had the need for scheduling background tasks but always wanted a more lightweight alternative to Quartz Scheduler?

Tips and tools for running Java apps in a container

Java
Artikkel (4 min)
Fra Even Holthe

These days everything can run in a container. It may be databases, continuous integration systems, esoteric hobby projects and even Windows. In this article I’ll shine a light on various tips and tools that might be helpful when packaging Java based applications for running in containers.