Even Holthe
5 innlegg
Kubernetes Operators 101
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.
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
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.
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
How does Digipost contribute to open source to speed up their migration to the public cloud?
How does Digipost contribute to open source to speed up their migration to the public cloud?
Persistent job scheduling without Quartz
Have you ever had the need for scheduling background tasks but always wanted a more lightweight alternative to Quartz Scheduler?
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
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.
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.