devops
13 articles tagged “devops”
Blog
June 8, 2026
Building Kubernetes Operator – Essential Components and Practical Guide
Introduction Kubernetes is not just a container orchestration platform. It is a platform that can be extended with custom APIs. In this blog, the following…
Blog
December 4, 2025
How HPA, VPA and Cluster Autoscaler Work Together in Kubernetes and Where They Clash
Kubernetes has powerful autoscaling features that ensure applications and clusters run efficiently while controlling costs. The three main autoscaling components are: Horizontal Pod Autoscaler (HPA):…
Blog
May 16, 2024
Consuming and Storing Kafka Messages in Snowflake Using Kafka Connect (Part 1)
Every year, zettabytes of data are transferred over the Internet. Managing, processing, and storing the data can be a really complex task and requires cutting-edge…
Blog
August 10, 2023
Git Hooks
Have you ever considered how useful it would be if some actions could be taken automatically before or after a git commit, push, merge, etc.?…
Blog
January 27, 2023
How Adis went from not knowing what DevOps is to a DevOps Engineer?
Adis Halilović is a DevOps engineer at Atlantbh, but behind the kickstarting of his career lies an exciting story. When he applied for the Atlantbh…
Blog
September 28, 2022
How to start learning DevOps?
What is the DevOps? (Theory part) You can read every day about DevOps in almost every type of media. The term DevOps has become familiar…
Blog
March 21, 2022
Find your Jenkins pipeline faster
If you have a Jenkins instance you’re sharing with other developers, it can be quite hard to find your jobs. By default, Jenkins names your…
Blog
February 16, 2022
Structural container patterns in Kubernetes
Introduction If you have a cloud-native microservices application, you will probably think of using a containerized approach together with Kubernetes for orchestration. In order to…
Blog
October 19, 2021
Deploying an application to Kubernetes with Helm
Deploying an application to Kubernetes with Helm Introduction This Tech Bite will show you how to deploy a simple frontend application to a Kubernetes…
Blog
September 22, 2021
Nexus Upgrade Adventures
Nexus Upgrade Adventures We all want our services to be up to date, security patches applied, all bugs fixed, new features and all the other…