Aider
Summary Aider is a command-line AI coding assistant that connects to LLMs such as GPT-4 or Claude to make edits across multiple files in a local Git repository
Summary Aider is a command-line AI coding assistant that connects to LLMs such as GPT-4 or Claude to make edits across multiple files in a local Git repository
Summary Claude is Anthropic's family of AI assistants built on large language models, trained with a focus on safety and helpfulness for tasks ranging from
Summary Continue is an open-source IDE extension for VS Code and JetBrains that brings LLM-powered chat, inline code completion, and multi-file edits into the
Summary Generative AI (GenAI) is a class of AI models that create new content by learning statistical patterns from large datasets, enabling applications such
Summary LangChain is an open-source Python and JavaScript framework that simplifies building LLM-powered applications by providing composable abstractions for
Summary A Large Language Model (LLM) is a neural network with billions of parameters trained on vast text datasets to predict and generate coherent language,
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
How Claude Sonnet 4.5 and GitHub Copilot helped us navigate the maze of custom Backstage integrations The Backstage Promise (and the Reality) Spotify's
Remember last July when we dug into Ollama and its promise for local AI? Well, a lot has happened since then. Ollama has rolled out some pretty significant
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
Join me as I dive into the Zed text editor, a powerful and fast open-source alternative to VS Code. Developed in Rust and designed with speed in mind, Zed is
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Summary Ansible is an agentless, open-source automation platform that uses human-readable YAML playbooks to automate configuration management, application
Summary Ansible AWX is the open-source web-based interface and API server for Ansible that enables teams to manage, schedule, and audit automation jobs with
Summary Ansible Molecule is a testing and development framework for Ansible roles that provisions ephemeral test instances, runs playbooks against them, and
Summary Ansible Vault is the built-in encryption mechanism for Ansible that allows teams to store sensitive values—passwords, API keys, certificates—alongside
In modern infrastructure automation, teams often combine Terraform with configuration management tools like Ansible or Chef to get end-to-end control of their
In the ever-evolving landscape of IT automation, AWX serves as a powerful web-based user interface for Ansible, streamlining complex and repetitive tasks within
Setting up consistent testing environments is essential for development, and Vagrant combined with Ansible is a powerful, flexible solution for automating this
Leveraging OpenTelemetry to Enhance Ansible with Jaeger Tracing In today's complex IT environments, system administrators and DevOps teams are constantly
Infralovers provided custom Ansible/Terraform training (2021) for a global automotive supplier, boosting awareness & skills for IT infrastructure
HashiCorp Vault SSH Authentication In the last HashiCorp Vault post we described a way to configure Vault and also our Infrastructure to use the One Time
Most HashiCorp Vault tutorials - even those from HashiCorp - use the commandline tools or even just curl to configure HashiCorp Vault. But do we want to use
The second Infracoders Meetup was also held in the Aula X Space, in Eggenberg, and took place on the 11th of April, 2017. About 18 attendees learned a lot about
Summary Claude is Anthropic's family of AI assistants built on large language models, trained with a focus on safety and helpfulness for tasks ranging from
Summary An API (Application Programming Interface) is a defined contract that specifies how software components interact, enabling developers to use
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
Summary Domain-Driven Design (DDD) is a software development philosophy introduced by Eric Evans that advocates for building software models that closely
Summary Keycloak is an open-source Identity and Access Management (IAM) solution developed by Red Hat that provides single sign-on, identity brokering, and user
Same Goal, Different Pattern In the previous article we synchronized 1Password items into Vault by pulling data with Terraform and writing it into a KV engine.
We’re Officially an IBM Partner and Our HashiCorp Journey Continues! We’re thrilled to announce that we now are an official IBM Partner. This milestone is a
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Summary Ansible is an agentless, open-source automation platform that uses human-readable YAML playbooks to automate configuration management, application
Summary Ansible AWX is the open-source web-based interface and API server for Ansible that enables teams to manage, schedule, and audit automation jobs with
Summary Ansible Molecule is a testing and development framework for Ansible roles that provisions ephemeral test instances, runs playbooks against them, and
Summary Ansible Vault is the built-in encryption mechanism for Ansible that allows teams to store sensitive values—passwords, API keys, certificates—alongside
Summary Bash (Bourne Again SHell) is a command-line interpreter and scripting language that serves as the default shell on most Linux distributions and macOS,
Summary Capybara is a Ruby library for acceptance testing web applications that provides a domain-specific language for simulating how real users navigate and
Summary Chef is a powerful configuration management platform that uses Ruby DSL-based cookbooks to define infrastructure state; CINC is the freely licensed
Summary CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment), and refers to a set of practices and tooling that automate the process
Summary CI/CD combines Continuous Integration and Continuous Delivery (or Deployment) into a unified pipeline that automates the path from code commit to
Summary A CLI (Command Line Interface) is a text-based user interface where users interact with a program by typing commands, as opposed to using a graphical
Summary Configuration management is the discipline of systematically handling changes to systems and infrastructure so that they maintain integrity and
Summary Continuous Delivery is a practice in which software is kept in a continuously releasable state through automated build, test, and staging pipelines,
Summary Continuous Deployment is the practice of automatically deploying every change that passes automated tests directly to production, removing all manual
Summary Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, where each merge triggers an automated build
Summary Cucumber is the most widely adopted BDD framework, translating human-readable Gherkin feature files into automated test execution by mapping each step
Summary End-to-end (E2E) testing exercises real user journeys through the entire application stack—from the user interface through the backend to the
Summary Gherkin is the domain-specific language used to express BDD test scenarios. Its Given/When/Then structure makes test cases readable by non-technical
Summary GitHub Actions is GitHub's native automation platform that enables teams to build, test, and deploy code by defining event-driven workflows as YAML
Summary GitLab CI is GitLab's built-in CI/CD system where pipelines are defined as YAML in a .gitlab-ci.yml file, enabling automated build, test, and deployment
Summary Jenkins is the most widely adopted open-source CI/CD automation server, enabling teams to define build, test, and deployment pipelines through a rich
Summary JUnit is the foundational testing framework for Java applications, offering a simple annotation-based model for defining and running unit tests, and
Summary Pulumi is an Infrastructure as Code platform that replaces domain-specific configuration languages with general-purpose programming languages, allowing
n8n 2.0 landed on December 8, 2024, and it's the kind of release nobody gets excited about but everyone eventually appreciates. No flashy features, no shiny UI
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
In today's cloud-centric world, managing infrastructure while ensuring security is paramount. HashiCorp provides two powerful tools—Terraform and Vault—that
Terraform functions have become a cornerstone in managing infrastructure as code. These built-in functions empower developers to manipulate data, perform
Why another article on that topic? We were already talking about mondoo in a previous article. Mondoo is brought to you by the team who gave you InSpec and the
Since 2018, Infralovers boosts knowledge at a telco giant via training, workshops & coaching on GitLab, K8s, Ansible, Observability & more across depts.
In 2023, Infralovers supported a pan-European bank in transforming automation processes, providing Terraform consulting and tailored training for ~100 staff.
What is HashiCorp Nomad? HashiCorp Nomad is not only a lightweight alternative to Kubernetes. It's simple to use, easy to setup and very scalable. I use it on
Infralovers provided custom Ansible/Terraform training (2021) for a global automotive supplier, boosting awareness & skills for IT infrastructure
Automate creation of VMWare virtual machines In the previous post about VMWare templates with packer and also the revised post about that topic we introduced
Automated VMWare Templates with HashiCorp Packer Within all the cloud providers you get automated built template based virtual machines - what about doing this
Infralovers helped a telco giant (2015-16) with OpenStack challenges. Provided consulting, training & analysis for hardware, networks & automation.
From 2013-19, Infralovers trained the infrastructure team of a European bank (& its acquisitions) in Chef Infra & security for IT transformation across
Summary Amazon CloudWatch is the built-in observability platform for AWS that collects and analyzes metrics, logs, and events from AWS services and custom
Amazon EKS with ALB and External DNS for Route 53 What is Amazon EKS? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service on AWS that eliminates
Distribution of HashiCorp Packer templated Virtual Machines After creating our virtual machine templates in multiple clouds, having tested them and validated
Automated Cloud Templates with HashiCorp Packer In our previous post about Packer and azure, we used Azure to introduce a HashiCorp Packer definition in HCL
Automated Cloud Templates with HashiCorp Packer In our previous post about VMWare and Packer and our revised post we already covered how to create templates for
What is AWS Fargate? Fargate is the next incarnation of Amazon Elastic Container Service (ECS). With classic ECS you had to create dedicated instances to run
Introduction As part of my Bachelor Thesis “Serverless Architectures”, my boss Edmund wanted to support me and assigned me the task to implement a serverless
As a new project, I was assigned the task to automate internal processes for our website deployment and to implement some features. Therefore, I had to deal
This post is the first part of a series of posts on Hashicorp Terraform. The Problem With the rise of Infrastructure as a Service (IaaS), it is possible to set
A post about DevOps, ChatOps, ChatBots and how we used them to create a fully automated deployment experience for a fortune 500 company. Let's start with a
The revival of the Infracoders Graz Meetup group took place on the 21st of February 2017 at the Aula X Space in Eggenberg, Graz. About 30 Infracoders listened
Über 6 Jahre unterstützte Infralovers einen Energydrink-Hersteller bei der AWS-Migration & Automatisierung (Chef, Terraform, Vault) ohne
Summary Backstage is an open-source framework originally created by Spotify for building internal developer portals, providing a centralized hub for service
How Claude Sonnet 4.5 and GitHub Copilot helped us navigate the maze of custom Backstage integrations The Backstage Promise (and the Reality) Spotify's
Summary Bash (Bourne Again SHell) is a command-line interpreter and scripting language that serves as the default shell on most Linux distributions and macOS,
Summary Acceptance testing is the final verification stage that confirms software satisfies agreed business requirements before release, often carried out with
Summary BDD is a collaborative development methodology that bridges the gap between technical tests and business requirements by expressing behaviour in a
Summary Behave is the leading Behavior-Driven Development framework for Python, allowing teams to write human-readable test scenarios in Gherkin and execute
Summary Cucumber is the most widely adopted BDD framework, translating human-readable Gherkin feature files into automated test execution by mapping each step
Summary Gherkin is the domain-specific language used to express BDD test scenarios. Its Given/When/Then structure makes test cases readable by non-technical
Summary Chef is a powerful configuration management platform that uses Ruby DSL-based cookbooks to define infrastructure state; CINC is the freely licensed
In modern infrastructure automation, teams often combine Terraform with configuration management tools like Ansible or Chef to get end-to-end control of their
For 1.5 years, Infralovers aided a global consultancy with training (Vault, Chef) & consulting for OpenStack testing & CI/CD modernization (K8s,
From 2017-23, Infralovers guided a logistics firm with training & consulting for Chef Infra adoption and later Terraform/Cloud service evaluation.
Every year at the ChefConf the Chef Community awards people who do exceptional things on a regular basis. The Awesome Community Chefs help improving Chef and
The Chef Community Summit is an event where Chef Inc. brings all its' users and contributors together. In 2018 it took place in Seattle and London. Attendees
The first Infracoders/DevOps/CloudNative Meetup after the summer break took place on the 11th of September, 2018 in Graz. About 15 Infracoders were excited
Due to our years of experience in consulting and training our customers, we know a thing or two about IT infrastructure. The Developer Magazine shares this
Commandemy is a Chef training partner and our CEO Edmund Haselwanter was interviewed by Brian Turner (Director of Learning Services at Chef) at the Chef
Nowadays the term DevOps is spreading rapidly all over the world. That is why we want to give you an introduction to DevOps, define the term, inform you about
Ruby After my first steps in programming with Ruby, I was assigned to write a program for our company to automate a process. The task I should automate, takes
In 2017, Infralovers helped a railway modernize onboard IT using Chef Infra training/consulting, enabling updates despite poor network connectivity.
About the author Jan Klare is the co-founder of the cloudbau GmbH and a big automation and bleeding edge technology fan. He is a core reviewer in the official
Configuration Management started in the late 1960s in the US Military. They specified exactly how mainframe systems needed to be setup. In the last few years
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
Welcome to the blog of the Austrian company "Infralovers". You can expect regular updates on topics like Chef, OpenStack, Jenkins and many other
As official training partner (2013-19), Infralovers established Chef Inc./Progress Chef training in DACH, improving materials & offering German language
In 2018-19, Infralovers helped ARZ shift to modern IaC practices with tailored Chef Infra/GitLab training & consulting, overcoming initial skepticism.
Chef Fundamentals back in Nürnberg. A lot of interesting discussions and deep dives. Feedback Results Avg Min Max 4,55 4 5 „course adressing the topics
Chef Fundamentals back in Berlin. A lot of interesting discussions and deep dives. Feedback Results Avg Min Max 4,78 4 5 „course adressing the topics announced“
Chef Fundamentals on the road again, this time clode to my roots in Innsbruck in Tyrol. Quite a new situation with a lot of questions on how to run chef-client
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
Chef Fundamentals near the north pole ;-) Super happy to teach a Chef class in Iceland. Feedback Results Avg Min Max 4,77 4,50 5,00 „course adressing the topics
Summary Ansible AWX is the open-source web-based interface and API server for Ansible that enables teams to manage, schedule, and audit automation jobs with
Summary ArgoCD is a CNCF project that implements GitOps continuous delivery for Kubernetes by continuously reconciling the live cluster state with the desired
Summary Blue/Green Deployment is a release strategy where two identical production environments (blue and green) run in parallel, allowing traffic to be
Summary A Canary Release routes a small percentage of production traffic to a new software version while the rest continues on the stable version, enabling
Summary CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment), and refers to a set of practices and tooling that automate the process
Summary CI/CD combines Continuous Integration and Continuous Delivery (or Deployment) into a unified pipeline that automates the path from code commit to
Summary Continuous Delivery is a practice in which software is kept in a continuously releasable state through automated build, test, and staging pipelines,
Summary Continuous Deployment is the practice of automatically deploying every change that passes automated tests directly to production, removing all manual
Summary Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, where each merge triggers an automated build
Summary A Docker Registry is a server-side application that stores and distributes container images, acting as the repository from which container runtimes pull
Summary GitHub Actions is GitHub's native automation platform that enables teams to build, test, and deploy code by defining event-driven workflows as YAML
Summary GitLab CI is GitLab's built-in CI/CD system where pipelines are defined as YAML in a .gitlab-ci.yml file, enabling automated build, test, and deployment
Summary GitOps is an operational model where the entire desired state of infrastructure and applications is stored in Git, and automated controllers
Summary Harness is an enterprise software delivery platform that combines CI/CD automation, GitOps, feature flags, cloud cost optimization, and security
Summary Jenkins is the most widely adopted open-source CI/CD automation server, enabling teams to define build, test, and deployment pipelines through a rich
Summary A CLI (Command Line Interface) is a text-based user interface where users interact with a program by typing commands, as opposed to using a graphical
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
The Problem: Hardcoded Credentials Every developer has faced this temptation: you need to test something quickly, so you hardcode an API key or database
Summary Bare metal describes a physical server that runs workloads directly on hardware without an intervening hypervisor, offering maximum performance and
Summary A Floating IP is a public IP address managed independently of a specific instance, allowing operators to move external reachability between instances
Our first live webinar with our partner HashiCorp Introduction The transformation to cloud based operation models requires companies to further develop their
Nowadays the term DevOps is spreading rapidly all over the world. That is why we want to give you an introduction to DevOps, define the term, inform you about
This post is the first part of a series of posts on Hashicorp Terraform. The Problem With the rise of Infrastructure as a Service (IaaS), it is possible to set
Summary Ceph is an open-source, software-defined storage platform that delivers object, block, and file storage from a single unified cluster. It is designed to
Summary Cloud-native is a design philosophy and set of practices for building applications that are resilient, scalable, and manageable in modern cloud
Summary A CRD (Custom Resource Definition) is a Kubernetes extension mechanism that allows operators and platform teams to introduce new resource types into the
Summary Docker is the most widely adopted container platform, providing tools to build, ship, and run applications in lightweight, isolated containers that
Summary etcd is an open-source distributed key-value store that provides reliable storage for critical data in distributed systems. It is best known as the
Summary FluentD is a CNCF-graduated open-source log collector that decouples log collection from log storage by providing a unified logging layer with hundreds
Summary MinIO is an open-source, high-performance object storage server that is fully compatible with the Amazon S3 API. It can be deployed on-premises, at the
When developing applications for OpenShift, having a reliable local development environment is crucial. But with several options available, each with different
In a cloud-native Kubernetes environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and
Infrastructure as Code (IaC) has revolutionized the way organizations manage cloud infrastructure, with Terraform leading as a premier tool. HashiCorp Cloud
At Infralovers GmbH, we're thrilled to announce our upcoming comprehensive Crossplane training course. As passionate advocates for cloud-native technologies, we
Bringing Cloud-Native Concepts to On-Premise: Key Benefits for Non-Cloud Companies In today’s fast-evolving tech landscape, “cloud-native” is more than just a
Wir freuen uns euch mitteilen zu können, dass wir planen unser Angebot um brandneue Trainings im Bereich Cloud Native zu erweitern. Diese Trainings werden
In a month (2019), Infralovers mentored & consulted a self-learning team, aligning knowledge & optimizing HashiCorp Nomad & Container technology
Summary Aider is a command-line AI coding assistant that connects to LLMs such as GPT-4 or Claude to make edits across multiple files in a local Git repository
Summary Continue is an open-source IDE extension for VS Code and JetBrains that brings LLM-powered chat, inline code completion, and multi-file edits into the
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
Setting up consistent testing environments is essential for development, and Vagrant combined with Ansible is a powerful, flexible solution for automating this
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
Summary CINC Auditor is an open-source, license-free rebuild of Chef InSpec that enables infrastructure compliance testing and auditing using the same profile
Summary CVE (Common Vulnerabilities and Exposures) is a publicly maintained dictionary of known security vulnerabilities and exposures, each assigned a unique
Summary DORA (Digital Operational Resilience Act) is an EU regulation that entered into force in January 2025, requiring financial institutions and their
Summary GDPR (General Data Protection Regulation) is the EU regulation that sets out rights for individuals over their personal data and obligations for
Summary HIPAA (Health Insurance Portability and Accountability Act) is a U.S. federal law that sets national standards for protecting sensitive patient health
Summary ISO 27001 is the leading international standard for information security management systems (ISMS), providing a systematic approach to managing
Summary Mondoo is a security posture management platform that enables organizations to continuously assess and enforce security policies across cloud
Summary The NIS2 Directive (Network and Information Security Directive 2) is an EU regulation that mandates minimum cybersecurity standards across critical and
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
Mondoo bills itself as a comprehensive exposure management platform – think a single pane for all your security needs, on-prem and in the cloud. In practice,
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
Ensuring Access Control and Secrets Management with HashiCorp Boundary and Vault in HCP and AWS Ensuring access controls and secrets management is critical in
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
This is the second post in a series about IT compliance with Mondoo. This post will focus on how to add your own custom policies to Mondoo. Make sure to
This is the first post in a series about IT compliance with Mondoo. This post will focus on the basics of Mondoo and how you can use it to get insights about
The first Infracoders/DevOps/CloudNative Meetup after the summer break took place on the 11th of September, 2018 in Graz. About 15 Infracoders were excited
Summary Ansible is an agentless, open-source automation platform that uses human-readable YAML playbooks to automate configuration management, application
Summary Chef is a powerful configuration management platform that uses Ruby DSL-based cookbooks to define infrastructure state; CINC is the freely licensed
Summary Configuration management is the discipline of systematically handling changes to systems and infrastructure so that they maintain integrity and
Summary Cloud-native is a design philosophy and set of practices for building applications that are resilient, scalable, and manageable in modern cloud
Summary Docker is the most widely adopted container platform, providing tools to build, ship, and run applications in lightweight, isolated containers that
Summary Docker Compose allows developers to define an entire multi-container application—services, networks, and volumes—in a single docker-compose.yml file and
Summary A Docker Registry is a server-side application that stores and distributes container images, acting as the repository from which container runtimes pull
The container ecosystem has evolved significantly over the past few years, and teams today have more choices than ever when selecting their container runtime
When developing applications for OpenShift, having a reliable local development environment is crucial. But with several options available, each with different
Summary MongoDB is a document-oriented NoSQL database that stores records as BSON (binary JSON) documents. Its flexible schema allows teams to iterate quickly
Summary MySQL is one of the world's most popular open-source relational database management systems (RDBMS). It stores data in tables with rows and columns,
Summary PostgreSQL is an advanced open-source relational database that extends the SQL standard with features such as custom data types, full-text search, JSON
Summary Datadog is a cloud-based monitoring and analytics platform that unifies metrics, application traces, logs, and security signals into a single pane of
Summary Blue/Green Deployment is a release strategy where two identical production environments (blue and green) run in parallel, allowing traffic to be
Summary A Canary Release routes a small percentage of production traffic to a new software version while the rest continues on the stable version, enabling
Summary A Rolling Upgrade replaces running instances of an application one at a time (or in small batches), ensuring the service remains available throughout
Summary Domain-Driven Design (DDD) is a software development philosophy introduced by Eric Evans that advocates for building software models that closely
Summary Developer Experience (DevEx) refers to the sum of all touchpoints a developer has with the systems, tools, processes, and people involved in building
Summary Backstage is an open-source framework originally created by Spotify for building internal developer portals, providing a centralized hub for service
Summary Platform Engineering is the discipline of designing and operating Internal Developer Platforms (IDPs) to provide development teams with self-service
Summary Aider is a command-line AI coding assistant that connects to LLMs such as GPT-4 or Claude to make edits across multiple files in a local Git repository
Summary Continue is an open-source IDE extension for VS Code and JetBrains that brings LLM-powered chat, inline code completion, and multi-file edits into the
Summary Blue/Green Deployment is a release strategy where two identical production environments (blue and green) run in parallel, allowing traffic to be
Summary A Canary Release routes a small percentage of production traffic to a new software version while the rest continues on the stable version, enabling
Summary CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment), and refers to a set of practices and tooling that automate the process
Summary CI/CD combines Continuous Integration and Continuous Delivery (or Deployment) into a unified pipeline that automates the path from code commit to
Summary Configuration management is the discipline of systematically handling changes to systems and infrastructure so that they maintain integrity and
Summary Continuous Delivery is a practice in which software is kept in a continuously releasable state through automated build, test, and staging pipelines,
Summary Continuous Deployment is the practice of automatically deploying every change that passes automated tests directly to production, removing all manual
Summary Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, where each merge triggers an automated build
Summary Docker Compose allows developers to define an entire multi-container application—services, networks, and volumes—in a single docker-compose.yml file and
Summary DORA Metrics are four research-backed software delivery performance indicators developed by the DevOps Research and Assessment team that help
Summary GitOps is an operational model where the entire desired state of infrastructure and applications is stored in Git, and automated controllers
Summary Harness is an enterprise software delivery platform that combines CI/CD automation, GitOps, feature flags, cloud cost optimization, and security
Summary Platform Engineering is the discipline of designing and operating Internal Developer Platforms (IDPs) to provide development teams with self-service
Summary A Rolling Upgrade replaces running instances of an application one at a time (or in small batches), ensuring the service remains available throughout
Summary Semantic Versioning (SemVer) is a widely adopted versioning convention using a MAJOR.MINOR.PATCH format where each segment communicates the type and
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
Remember last July when we dug into Ollama and its promise for local AI? Well, a lot has happened since then. Ollama has rolled out some pretty significant
Infrastructure as Code (IaC) has revolutionized the way organizations manage cloud infrastructure, with Terraform leading as a premier tool. HashiCorp Cloud
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
As software development scales, robust handling of deployment environments — development, staging, and production — becomes essential. Each environment has
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
Mondoo bills itself as a comprehensive exposure management platform – think a single pane for all your security needs, on-prem and in the cloud. In practice,
At Infralovers GmbH, we're thrilled to announce our upcoming comprehensive Crossplane training course. As passionate advocates for cloud-native technologies, we
Infrastructure as Code (IaC) has revolutionized the way we manage cloud resources, and Terraform has become a leading tool in this space. To ensure the
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
Bringing Cloud-Native Concepts to On-Premise: Key Benefits for Non-Cloud Companies In today’s fast-evolving tech landscape, “cloud-native” is more than just a
In today’s fast-paced technological landscape, DevOps and Cloud practices are integral to accelerating software delivery and optimizing cloud resources. But as
Setting up consistent testing environments is essential for development, and Vagrant combined with Ansible is a powerful, flexible solution for automating this
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
In today's cloud-centric world, managing infrastructure while ensuring security is paramount. HashiCorp provides two powerful tools—Terraform and Vault—that
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
Ensuring Access Control and Secrets Management with HashiCorp Boundary and Vault in HCP and AWS Ensuring access controls and secrets management is critical in
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
As infrastructure-as-code (IaC) continues to revolutionize the way we manage and provision cloud resources, ensuring the reliability, security, and efficiency
Terraform functions have become a cornerstone in managing infrastructure as code. These built-in functions empower developers to manipulate data, perform
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
The cybersecurity landscape is constantly evolving, and with it, the regulatory requirements that businesses must meet. One of the most significant developments
In the world of infrastructure as code (IaC), maintaining compliance and security can be challenging. This is where Open Policy Agent (OPA) combined with
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In today's fast-paced DevOps environments, ensuring infrastructure compliance and security is paramount. Traditionally, HashiCorp Sentinel has been a go-to for
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In an era where data is increasingly becoming the backbone of many industries, the need for efficient data management and orchestration has never been more
Securing your GitHub Organisation is crucial as it can contain sensitive code and data. It is therefore important to monitor contributors and contributions to
As the world's leading platform for software development and collaboration, GitHub sees millions of new repositories created every day. While this rapid growth
Protecting your digital assets isn't just about safeguarding data; it's about safeguarding your business's reputation, integrity, and longevity. With cyber
In the ever-evolving landscape of cloud infrastructure management, efficiently securing and monitoring resources is critical. This is where Mondoo comes in, a
We are expanding our offer with lectures, small bits of knowledge that offer the perfect introduction to a topic, and are pleased to give you a first insight
We are constantly working to expand our offering and provide the latest and greatest training and education opportunities in the areas of DevOps, Cloud Native
In the vast landscape of modern IT work, writing code stands as a cornerstone. However, the plethora of programming languages often raises questions about how
What is AWS Fargate? Fargate is the next incarnation of Amazon Elastic Container Service (ECS). With classic ECS you had to create dedicated instances to run
This post is the first part of a series of posts on Hashicorp Terraform. The Problem With the rise of Infrastructure as a Service (IaaS), it is possible to set
A post about DevOps, ChatOps, ChatBots and how we used them to create a fully automated deployment experience for a fortune 500 company. Let's start with a
The revival of the Infracoders Graz Meetup group took place on the 21st of February 2017 at the Aula X Space in Eggenberg, Graz. About 30 Infracoders listened
Continuous Integration(CI) Is the practice, in software engineering, of merging all developer working copies Its main goal is to prevent problems when merging
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
Configuration Management started in the late 1960s in the US Military. They specified exactly how mainframe systems needed to be setup. In the last few years
Summary Ceph is an open-source, software-defined storage platform that delivers object, block, and file storage from a single unified cluster. It is designed to
Summary etcd is an open-source distributed key-value store that provides reliable storage for critical data in distributed systems. It is best known as the
Summary DNS is the hierarchical, distributed naming system that resolves domain names such as example.com into IP addresses, enabling users and applications to
Summary Docker is the most widely adopted container platform, providing tools to build, ship, and run applications in lightweight, isolated containers that
Summary Docker Compose allows developers to define an entire multi-container application—services, networks, and volumes—in a single docker-compose.yml file and
Summary A Docker Registry is a server-side application that stores and distributes container images, acting as the repository from which container runtimes pull
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
The container ecosystem has evolved significantly over the past few years, and teams today have more choices than ever when selecting their container runtime
Traefik and Hashicorp Consul with Terraform Are you looking for a solution to configure a reverse proxy or load balancer without the need to step into a big
Introduction This blog post covers the topic Docker Swarm and how to create a minimal cluster running a Nginx service. Normally, a Docker Swarm consists of
Introduction This post is about Docker, how to build an own image and launch a container by running this image. Cheatsheet Infralovers on SlideShare Docker What
What is AWS Fargate? Fargate is the next incarnation of Amazon Elastic Container Service (ECS). With classic ECS you had to create dedicated instances to run
Install then base OS install the flash tool GitHub - hypriot/flash: Command line script to flash SD card images of any kind 1curl -O
Summary DORA (Digital Operational Resilience Act) is an EU regulation that entered into force in January 2025, requiring financial institutions and their
Summary Dynatrace is an enterprise observability platform that uses AI (called Davis) to automatically detect anomalies, determine root causes, and provide
Summary End-to-end (E2E) testing exercises real user journeys through the entire application stack—from the user interface through the backend to the
Summary Elasticsearch is a distributed, RESTful search and analytics engine that stores, searches, and analyzes large volumes of data in near real time, forming
Summary The ELK Stack refers to the combination of Elasticsearch, Logstash, and Kibana — three open-source tools that together provide a complete solution for
Summary GDPR (General Data Protection Regulation) is the EU regulation that sets out rights for individuals over their personal data and obligations for
If you work in IT infrastructure in Europe, you have probably noticed a shift in the conversation over the past two years. Cloud sovereignty is no longer a
Summary Generative AI (GenAI) is a class of AI models that create new content by learning statistical patterns from large datasets, enabling applications such
Summary A Large Language Model (LLM) is a neural network with billions of parameters trained on vast text datasets to predict and generate coherent language,
Summary GitHub Actions is GitHub's native automation platform that enables teams to build, test, and deploy code by defining event-driven workflows as YAML
Introduction Trunk-Based Development (TBD) means everyone integrates to a single branch: usually main or trunk. There are almost no long-lived branches or repo
Introduction If your team chose the forked repo model for maximum isolation—or due to regulatory/access concerns—your CI/CD strategy has special requirements.
Introduction In our previous article, we explored three models for handling deployment environments in version control: branches, forked repositories, and
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
Setting up consistent testing environments is essential for development, and Vagrant combined with Ansible is a powerful, flexible solution for automating this
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
Join me as I dive into the Zed text editor, a powerful and fast open-source alternative to VS Code. Developed in Rust and designed with speed in mind, Zed is
GitHub Actions is a powerful automation platform that allows developers to create and manage CI/CD pipelines (Continuous Integration/Continuous Deployment)
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In an era where data is increasingly becoming the backbone of many industries, the need for efficient data management and orchestration has never been more
Securing your GitHub Organisation is crucial as it can contain sensitive code and data. It is therefore important to monitor contributors and contributions to
As the world's leading platform for software development and collaboration, GitHub sees millions of new repositories created every day. While this rapid growth
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan deployed
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan our
Changelog Automation with GitHub Actions The connection between human emotions and the next version number of a project can lead to unwanted outcomes. As
Summary GitLab CI is GitLab's built-in CI/CD system where pipelines are defined as YAML in a .gitlab-ci.yml file, enabling automated build, test, and deployment
Introduction Trunk-Based Development (TBD) means everyone integrates to a single branch: usually main or trunk. There are almost no long-lived branches or repo
Introduction If your team chose the forked repo model for maximum isolation—or due to regulatory/access concerns—your CI/CD strategy has special requirements.
Introduction In our previous article, we explored three models for handling deployment environments in version control: branches, forked repositories, and
Why another article on that topic? We were already talking about mondoo in a previous article. Mondoo is brought to you by the team who gave you InSpec and the
What is mondoo mondoo is brought to you by the team who gave you InSpec and the DevSec Project with a passion to make IT operations human readable and
Changelog Automation within Gitlab As a developer it is not your favorite duty to write changelogs according to the tagging which was done in a code repository.
Terraform with terratest in Gitlab pipeline With terraform Cloud and terraform Enterprise you are enabled now to us your custom modules in a way that all in
As a new project, I was assigned the task to automate internal processes for our website deployment and to implement some features. Therefore, I had to deal
Next stops Git, Gitlab, Ruby, Rspec and Cucumber To get into the workflow of our company, I started learning how to use Git. So, I started with the basics,
In 2018-19, Infralovers helped ARZ shift to modern IaC practices with tailored Chef Infra/GitLab training & consulting, overcoming initial skepticism.
Summary ArgoCD is a CNCF project that implements GitOps continuous delivery for Kubernetes by continuously reconciling the live cluster state with the desired
Summary GitOps is an operational model where the entire desired state of infrastructure and applications is stored in Git, and automated controllers
Summary Grafana is the most widely used open-source platform for visualizing time-series data, providing rich dashboards that combine metrics, logs, and traces
Summary Grafana Cloud is the fully managed SaaS offering from Grafana Labs that bundles Grafana dashboards, Prometheus-compatible metrics storage (Mimir), Loki
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Summary Harness is an enterprise software delivery platform that combines CI/CD automation, GitOps, feature flags, cloud cost optimization, and security
Summary HashiCorp Boundary is an open-source access management tool that enables secure, identity-based remote access to hosts and services without requiring
Summary HashiCorp Consul is a distributed service networking platform that combines service discovery, health checking, a key-value store, and a service mesh to
Summary Terraform is an open-source Infrastructure as Code (IaC) tool by HashiCorp that lets teams define, provision, and manage cloud infrastructure using
Same Goal, Different Pattern In the previous article we synchronized 1Password items into Vault by pulling data with Terraform and writing it into a KV engine.
We’re Officially an IBM Partner and Our HashiCorp Journey Continues! We’re thrilled to announce that we now are an official IBM Partner. This milestone is a
We’re excited to share some great news: Infralovers is now an official LearnQuest. partner! This partnership allows us to expand our reach and deliver even more
In a cloud-native Kubernetes environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and
Understanding Terraform’s New License: What You Can and Cannot Do Under the Business Source License (BSL) HashiCorp’s Terraform has become the go-to
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
In previous posts we have already shown multiple ways to use HashiCorp Packer to build Golden Images. In this post we will show how to automate the process with
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
In today's cloud-centric world, managing infrastructure while ensuring security is paramount. HashiCorp provides two powerful tools—Terraform and Vault—that
Ensuring Access Control and Secrets Management with HashiCorp Boundary and Vault in HCP and AWS Ensuring access controls and secrets management is critical in
Terraform functions have become a cornerstone in managing infrastructure as code. These built-in functions empower developers to manipulate data, perform
Why another article on that topic? We were already talking about mondoo in a previous article. Mondoo is brought to you by the team who gave you InSpec and the
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Within our previous posts about HashiCorp Packer we have shown how to build images for AWS and Azure using Packer. In this article we will add something we
Securing secrets is a crucial part of any infrastructure. In this article we will show how to use HashiCorp Vault as a secrets store for HashiCorp Packer in
For 1.5 years, Infralovers aided a global consultancy with training (Vault, Chef) & consulting for OpenStack testing & CI/CD modernization (K8s,
In today's rapidly evolving technological landscape, organizations face the challenge of delivering applications consistently across various platforms and
Starting with version 1.14.0, the Vault PKI secrets engine supports the Automatic Certificate Management Environment (ACME) specification for issuing and
In 2023, Infralovers supported a pan-European bank in transforming automation processes, providing Terraform consulting and tailored training for ~100 staff.
From 2017-23, Infralovers guided a logistics firm with training & consulting for Chef Infra adoption and later Terraform/Cloud service evaluation.
What is HashiCorp Nomad? HashiCorp Nomad is not only a lightweight alternative to Kubernetes. It's simple to use, easy to setup and very scalable. I use it on
Seit 2022 ist Infralovers offizieller HashiCorp-Trainingspartner in DACH, bietet Kurse für Terraform, Vault etc. & verbessert die Zeitzonenabdeckung.
Distribution of HashiCorp Packer templated Virtual Machines After creating our virtual machine templates in multiple clouds, having tested them and validated
Automated Testing of Packer Templates with Kitchen Terraform In the latest posting about HashiCorp Packer, we created a Packer template that was able to create
Infralovers provided custom Ansible/Terraform training (2021) for a global automotive supplier, boosting awareness & skills for IT infrastructure
In 2021, Infralovers delivered custom training on Terraform testing (Go, Terratest, TFLint, Checkov) for an international fashion brand's experienced team.
HashiCorp Vault SSH Authentication In the last HashiCorp Vault post we described a way to configure Vault and also our Infrastructure to use the One Time
What is mondoo mondoo is brought to you by the team who gave you InSpec and the DevSec Project with a passion to make IT operations human readable and
Most HashiCorp Vault tutorials - even those from HashiCorp - use the commandline tools or even just curl to configure HashiCorp Vault. But do we want to use
Dynamic Workspaces with Hashicorp Terraform Cloud and Terraform Enterprise At the time of writing this article ( terraform 0.14 ) providers cannot have
In a month (2019), Infralovers mentored & consulted a self-learning team, aligning knowledge & optimizing HashiCorp Nomad & Container technology
Über 6 Jahre unterstützte Infralovers einen Energydrink-Hersteller bei der AWS-Migration & Automatisierung (Chef, Terraform, Vault) ohne
Summary Load balancing is the practice of spreading client requests or network traffic across a pool of servers so that no single server becomes a bottleneck,
Summary HIPAA (Health Insurance Portability and Accountability Act) is a U.S. federal law that sets national standards for protecting sensitive patient health
Summary HTTP (Hypertext Transfer Protocol) defines how clients and servers exchange web content, while HTTPS adds a TLS layer to encrypt that exchange and
Summary Keycloak is an open-source Identity and Access Management (IAM) solution developed by Red Hat that provides single sign-on, identity brokering, and user
Summary Bare metal describes a physical server that runs workloads directly on hardware without an intervening hypervisor, offering maximum performance and
Summary CheckMK is an enterprise-grade IT monitoring platform that combines infrastructure, network, and application monitoring with automated service discovery
Summary DHCP is a network protocol that automatically provides IP addresses, subnet masks, default gateways, and DNS server addresses to devices on a network,
Summary DNS is the hierarchical, distributed naming system that resolves domain names such as example.com into IP addresses, enabling users and applications to
Summary A firewall enforces access control between network segments by inspecting packets and applying rules that permit or deny traffic based on source,
Summary A Floating IP is a public IP address managed independently of a specific instance, allowing operators to move external reachability between instances
Summary ICMP is a supporting protocol in the IP suite used to send error messages and operational information such as whether a host is reachable or a packet
Summary Load balancing is the practice of spreading client requests or network traffic across a pool of servers so that no single server becomes a bottleneck,
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
In modern infrastructure automation, teams often combine Terraform with configuration management tools like Ansible or Chef to get end-to-end control of their
In the ever-evolving landscape of IT automation, AWX serves as a powerful web-based user interface for Ansible, streamlining complex and repetitive tasks within
In the evolving landscape of cloud computing, the reliance on US-based cloud services has become a topic of significant debate. I've observed a growing
Summary Crossplane turns Kubernetes into a universal control plane for cloud infrastructure by introducing Custom Resource Definitions (CRDs) that represent
Summary Pulumi is an Infrastructure as Code platform that replaces domain-specific configuration languages with general-purpose programming languages, allowing
Summary Terraform is an open-source Infrastructure as Code (IaC) tool by HashiCorp that lets teams define, provision, and manage cloud infrastructure using
For 1.5 years, Infralovers aided a global consultancy with training (Vault, Chef) & consulting for OpenStack testing & CI/CD modernization (K8s,
From 2017-23, Infralovers guided a logistics firm with training & consulting for Chef Infra adoption and later Terraform/Cloud service evaluation.
In 2021, Infralovers delivered custom training on Terraform testing (Go, Terratest, TFLint, Checkov) for an international fashion brand's experienced team.
In a month (2019), Infralovers mentored & consulted a self-learning team, aligning knowledge & optimizing HashiCorp Nomad & Container technology
Summary ISO 27001 is the leading international standard for information security management systems (ISMS), providing a systematic approach to managing
Summary JUnit is the foundational testing framework for Java applications, offering a simple annotation-based model for defining and running unit tests, and
Summary Jenkins is the most widely adopted open-source CI/CD automation server, enabling teams to define build, test, and deployment pipelines through a rich
A post about DevOps, ChatOps, ChatBots and how we used them to create a fully automated deployment experience for a fortune 500 company. Let's start with a
The revival of the Infracoders Graz Meetup group took place on the 21st of February 2017 at the Aula X Space in Eggenberg, Graz. About 30 Infracoders listened
Continuous Integration(CI) Is the practice, in software engineering, of merging all developer working copies Its main goal is to prevent problems when merging
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
Welcome to the blog of the Austrian company "Infralovers". You can expect regular updates on topics like Chef, OpenStack, Jenkins and many other
Summary Apache Kafka is an open-source distributed event streaming platform originally developed at LinkedIn. It enables applications to publish, subscribe to,
Summary ArgoCD is a CNCF project that implements GitOps continuous delivery for Kubernetes by continuously reconciling the live cluster state with the desired
Summary Cloud-native is a design philosophy and set of practices for building applications that are resilient, scalable, and manageable in modern cloud
Summary A CRD (Custom Resource Definition) is a Kubernetes extension mechanism that allows operators and platform teams to introduce new resource types into the
Summary Crossplane turns Kubernetes into a universal control plane for cloud infrastructure by introducing Custom Resource Definitions (CRDs) that represent
Summary etcd is an open-source distributed key-value store that provides reliable storage for critical data in distributed systems. It is best known as the
Summary A Rolling Upgrade replaces running instances of an application one at a time (or in small batches), ensuring the service remains available throughout
If you work in IT infrastructure in Europe, you have probably noticed a shift in the conversation over the past two years. Cloud sovereignty is no longer a
How Claude Sonnet 4.5 and GitHub Copilot helped us navigate the maze of custom Backstage integrations The Backstage Promise (and the Reality) Spotify's
Short read (~6–7 min) – focused on the operational side of Model Context Protocol (MCP) enablement. 1. Problem in Practice Single MCP servers are easy.
The container ecosystem has evolved significantly over the past few years, and teams today have more choices than ever when selecting their container runtime
When developing applications for OpenShift, having a reliable local development environment is crucial. But with several options available, each with different
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Securing Communication in Kubernetes with Istio Service Mesh and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
In a cloud-native Kubernetes environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and
In the ever-evolving landscape of IT automation, AWX serves as a powerful web-based user interface for Ansible, streamlining complex and repetitive tasks within
In the evolving landscape of cloud computing, the reliance on US-based cloud services has become a topic of significant debate. I've observed a growing
Kubernetes Security Posture Management: Safeguarding Clusters and Workloads Ensuring the security of your Kubernetes clusters and workloads is important in
Supply Chain Security with CIS SecureSuite Certification and Mondoo's Compliance on Autopilot In today's digital landscape, ensuring the security of your supply
Optimize Your Azure VM Security: Explore Mondoo’s Continuous Scanning Solution Mondoo offers an effortless and continuous Azure VM scanning solution. With a
Optimize Your Kubernetes Security: Explore Mondoo’s KSPM We explore the capabilities of Mondoo's Kubernetes Security Posture Management (KSPM). Taking a closer
Protecting Your Applications: Effective CVE Management in Container Images Selecting the right container images is the key to minimizing vulnerabilities in your
Enhancing Kubernetes Security: Focusing on Node Protection Ensuring Kubernetes security is fundamental for maintaining a robust and resilient infrastructure. In
This article shows you how to secure your Kubernetes cluster with the Mondoo Operator. The Mondoo Operator simplifies the process of securing your Kubernetes
Wir freuen uns euch mitteilen zu können, dass wir planen unser Angebot um brandneue Trainings im Bereich Cloud Native zu erweitern. Diese Trainings werden
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan deployed
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan our
We are constantly working to expand our offering and provide the latest and greatest training and education opportunities in the areas of DevOps, Cloud Native
We are happy to announce our partnership with Mondoo, a leading provider of cybersecurity and infrastructure management solutions. In collaboration with
Nomad is HashiCorp’s alternative to Kubernetes. Kubernetes is a container-only orchestrator with a half-dozen interoperating services included. It is fair to
Install then base OS install the flash tool GitHub - hypriot/flash: Command line script to flash SD card images of any kind 1curl -O
Summary Claude is Anthropic's family of AI assistants built on large language models, trained with a focus on safety and helpfulness for tasks ranging from
Summary Generative AI (GenAI) is a class of AI models that create new content by learning statistical patterns from large datasets, enabling applications such
Summary LangChain is an open-source Python and JavaScript framework that simplifies building LLM-powered applications by providing composable abstractions for
Summary A Large Language Model (LLM) is a neural network with billions of parameters trained on vast text datasets to predict and generate coherent language,
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
Remember last July when we dug into Ollama and its promise for local AI? Well, a lot has happened since then. Ollama has rolled out some pretty significant
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
Summary Elasticsearch is a distributed, RESTful search and analytics engine that stores, searches, and analyzes large volumes of data in near real time, forming
Summary The ELK Stack refers to the combination of Elasticsearch, Logstash, and Kibana — three open-source tools that together provide a complete solution for
Summary FluentD is a CNCF-graduated open-source log collector that decouples log collection from log storage by providing a unified logging layer with hundreds
Summary Apache Kafka is an open-source distributed event streaming platform originally developed at LinkedIn. It enables applications to publish, subscribe to,
Summary DORA Metrics are four research-backed software delivery performance indicators developed by the DevOps Research and Assessment team that help
Summary MongoDB is a document-oriented NoSQL database that stores records as BSON (binary JSON) documents. Its flexible schema allows teams to iterate quickly
Summary Application Performance Monitoring (APM) is a practice and toolset for tracking the availability, responsiveness, and behavior of software applications
Summary CheckMK is an enterprise-grade IT monitoring platform that combines infrastructure, network, and application monitoring with automated service discovery
Summary Amazon CloudWatch is the built-in observability platform for AWS that collects and analyzes metrics, logs, and events from AWS services and custom
Summary Datadog is a cloud-based monitoring and analytics platform that unifies metrics, application traces, logs, and security signals into a single pane of
Summary Distributed tracing is an observability technique that records the path of a request through a distributed system, attaching timing and contextual
Summary Dynatrace is an enterprise observability platform that uses AI (called Davis) to automatically detect anomalies, determine root causes, and provide
Summary Grafana is the most widely used open-source platform for visualizing time-series data, providing rich dashboards that combine metrics, logs, and traces
Summary Grafana Cloud is the fully managed SaaS offering from Grafana Labs that bundles Grafana dashboards, Prometheus-compatible metrics storage (Mimir), Loki
Summary Honeycomb is a cloud-based observability platform that stores wide, high-cardinality events and enables engineers to slice and dice production data
Summary ICMP is a supporting protocol in the IP suite used to send error messages and operational information such as whether a host is reachable or a packet
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Summary MySQL is one of the world's most popular open-source relational database management systems (RDBMS). It stores data in tables with rows and columns,
Summary An API (Application Programming Interface) is a defined contract that specifies how software components interact, enabling developers to use
Summary HashiCorp Boundary is an open-source access management tool that enables secure, identity-based remote access to hosts and services without requiring
Summary HashiCorp Consul is a distributed service networking platform that combines service discovery, health checking, a key-value store, and a service mesh to
Summary DHCP is a network protocol that automatically provides IP addresses, subnet masks, default gateways, and DNS server addresses to devices on a network,
Summary DNS is the hierarchical, distributed naming system that resolves domain names such as example.com into IP addresses, enabling users and applications to
Summary A firewall enforces access control between network segments by inspecting packets and applying rules that permit or deny traffic based on source,
Summary A Floating IP is a public IP address managed independently of a specific instance, allowing operators to move external reachability between instances
Summary HTTP (Hypertext Transfer Protocol) defines how clients and servers exchange web content, while HTTPS adds a TLS layer to encrypt that exchange and
Summary ICMP is a supporting protocol in the IP suite used to send error messages and operational information such as whether a host is reachable or a packet
Summary Load balancing is the practice of spreading client requests or network traffic across a pool of servers so that no single server becomes a bottleneck,
Summary The NIS2 Directive (Network and Information Security Directive 2) is an EU regulation that mandates minimum cybersecurity standards across critical and
If you work in IT infrastructure in Europe, you have probably noticed a shift in the conversation over the past two years. Cloud sovereignty is no longer a
Summary MongoDB is a document-oriented NoSQL database that stores records as BSON (binary JSON) documents. Its flexible schema allows teams to iterate quickly
Summary Application Performance Monitoring (APM) is a practice and toolset for tracking the availability, responsiveness, and behavior of software applications
Summary CheckMK is an enterprise-grade IT monitoring platform that combines infrastructure, network, and application monitoring with automated service discovery
Summary Amazon CloudWatch is the built-in observability platform for AWS that collects and analyzes metrics, logs, and events from AWS services and custom
Summary Datadog is a cloud-based monitoring and analytics platform that unifies metrics, application traces, logs, and security signals into a single pane of
Summary Distributed tracing is an observability technique that records the path of a request through a distributed system, attaching timing and contextual
Summary Dynatrace is an enterprise observability platform that uses AI (called Davis) to automatically detect anomalies, determine root causes, and provide
Summary The ELK Stack refers to the combination of Elasticsearch, Logstash, and Kibana — three open-source tools that together provide a complete solution for
Summary FluentD is a CNCF-graduated open-source log collector that decouples log collection from log storage by providing a unified logging layer with hundreds
Summary Grafana is the most widely used open-source platform for visualizing time-series data, providing rich dashboards that combine metrics, logs, and traces
Summary Grafana Cloud is the fully managed SaaS offering from Grafana Labs that bundles Grafana dashboards, Prometheus-compatible metrics storage (Mimir), Loki
Summary Honeycomb is a cloud-based observability platform that stores wide, high-cardinality events and enables engineers to slice and dice production data
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Summary Application Performance Monitoring (APM) is a practice and toolset for tracking the availability, responsiveness, and behavior of software applications
Summary DORA Metrics are four research-backed software delivery performance indicators developed by the DevOps Research and Assessment team that help
Summary Backstage is an open-source framework originally created by Spotify for building internal developer portals, providing a centralized hub for service
Summary A CRD (Custom Resource Definition) is a Kubernetes extension mechanism that allows operators and platform teams to introduce new resource types into the
Summary Crossplane turns Kubernetes into a universal control plane for cloud infrastructure by introducing Custom Resource Definitions (CRDs) that represent
Summary Developer Experience (DevEx) refers to the sum of all touchpoints a developer has with the systems, tools, processes, and people involved in building
Summary Platform Engineering is the discipline of designing and operating Internal Developer Platforms (IDPs) to provide development teams with self-service
Summary PostgreSQL is an advanced open-source relational database that extends the SQL standard with features such as custom data types, full-text search, JSON
Summary Developer Experience (DevEx) refers to the sum of all touchpoints a developer has with the systems, tools, processes, and people involved in building
90% of developers who consider themselves "AI-native" are sitting at Level 2 out of 51. Most believe they're done. They are not. That's not my claim
Summary Pulumi is an Infrastructure as Code platform that replaces domain-specific configuration languages with general-purpose programming languages, allowing
Summary Behave is the leading Behavior-Driven Development framework for Python, allowing teams to write human-readable test scenarios in Gherkin and execute
Summary LangChain is an open-source Python and JavaScript framework that simplifies building LLM-powered applications by providing composable abstractions for
The Problem With "That Product" Multi-turn conversations are natural for humans but surprisingly tricky for chatbots. When a user asks "What's
Since 2015, Infralovers helps a telco transform its testing landscape via training (Cucumber, Ruby, Python, GitLab CI) & consulting for cost optimization.
Summary Black box testing treats the system under test as an opaque box, focusing entirely on what the system does rather than how it does it, making it
Summary Integration testing sits between unit testing and end-to-end testing in the test pyramid, validating the interactions between components such as
Summary The test pyramid, introduced by Mike Cohn, describes an ideal balance of automated tests: many fast unit tests at the base, fewer integration tests in
Summary Capybara is a Ruby library for acceptance testing web applications that provides a domain-specific language for simulating how real users navigate and
Since 2015, Infralovers helps a telco transform its testing landscape via training (Cucumber, Ruby, Python, GitLab CI) & consulting for cost optimization.
Ruby After my first steps in programming with Ruby, I was assigned to write a program for our company to automate a process. The task I should automate, takes
Next stops Git, Gitlab, Ruby, Rspec and Cucumber To get into the workflow of our company, I started learning how to use Git. So, I started with the basics,
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
Summary MinIO is an open-source, high-performance object storage server that is fully compatible with the Amazon S3 API. It can be deployed on-premises, at the
Summary Bash (Bourne Again SHell) is a command-line interpreter and scripting language that serves as the default shell on most Linux distributions and macOS,
Summary Elasticsearch is a distributed, RESTful search and analytics engine that stores, searches, and analyzes large volumes of data in near real time, forming
Summary Ansible Vault is the built-in encryption mechanism for Ansible that allows teams to store sensitive values—passwords, API keys, certificates—alongside
Summary HashiCorp Boundary is an open-source access management tool that enables secure, identity-based remote access to hosts and services without requiring
Summary CINC Auditor is an open-source, license-free rebuild of Chef InSpec that enables infrastructure compliance testing and auditing using the same profile
Summary CVE (Common Vulnerabilities and Exposures) is a publicly maintained dictionary of known security vulnerabilities and exposures, each assigned a unique
Summary DORA (Digital Operational Resilience Act) is an EU regulation that entered into force in January 2025, requiring financial institutions and their
Summary A firewall enforces access control between network segments by inspecting packets and applying rules that permit or deny traffic based on source,
Summary GDPR (General Data Protection Regulation) is the EU regulation that sets out rights for individuals over their personal data and obligations for
Summary HIPAA (Health Insurance Portability and Accountability Act) is a U.S. federal law that sets national standards for protecting sensitive patient health
Summary ISO 27001 is the leading international standard for information security management systems (ISMS), providing a systematic approach to managing
Summary Keycloak is an open-source Identity and Access Management (IAM) solution developed by Red Hat that provides single sign-on, identity brokering, and user
Summary Mondoo is a security posture management platform that enables organizations to continuously assess and enforce security policies across cloud
Summary The NIS2 Directive (Network and Information Security Directive 2) is an EU regulation that mandates minimum cybersecurity standards across critical and
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
n8n 2.0 landed on December 8, 2024, and it's the kind of release nobody gets excited about but everyone eventually appreciates. No flashy features, no shiny UI
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
The Problem: Hardcoded Credentials Every developer has faced this temptation: you need to test something quickly, so you hardcode an API key or database
Securing Communication in Kubernetes with Istio Service Mesh and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
In a cloud-native Kubernetes environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and
In modern infrastructure automation, teams often combine Terraform with configuration management tools like Ansible or Chef to get end-to-end control of their
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
Mondoo bills itself as a comprehensive exposure management platform – think a single pane for all your security needs, on-prem and in the cloud. In practice,
In the ever-evolving landscape of IT automation, AWX serves as a powerful web-based user interface for Ansible, streamlining complex and repetitive tasks within
In the evolving landscape of cloud computing, the reliance on US-based cloud services has become a topic of significant debate. I've observed a growing
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
Ensuring Access Control and Secrets Management with HashiCorp Boundary and Vault in HCP and AWS Ensuring access controls and secrets management is critical in
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
Supply Chain Security with CIS SecureSuite Certification and Mondoo's Compliance on Autopilot In today's digital landscape, ensuring the security of your supply
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
Summary Bare metal describes a physical server that runs workloads directly on hardware without an intervening hypervisor, offering maximum performance and
Summary HashiCorp Consul is a distributed service networking platform that combines service discovery, health checking, a key-value store, and a service mesh to
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Securing Communication in Kubernetes with Istio Service Mesh and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
Summary Acceptance testing is the final verification stage that confirms software satisfies agreed business requirements before release, often carried out with
Summary An API (Application Programming Interface) is a defined contract that specifies how software components interact, enabling developers to use
Summary BDD is a collaborative development methodology that bridges the gap between technical tests and business requirements by expressing behaviour in a
Summary Black box testing treats the system under test as an opaque box, focusing entirely on what the system does rather than how it does it, making it
Summary Domain-Driven Design (DDD) is a software development philosophy introduced by Eric Evans that advocates for building software models that closely
Summary Integration testing sits between unit testing and end-to-end testing in the test pyramid, validating the interactions between components such as
Summary Red/Green/Refactor describes the three-step rhythm of TDD: a failing test (red) defines desired behaviour, minimal code makes it pass (green), and then
Summary Semantic Versioning (SemVer) is a widely adopted versioning convention using a MAJOR.MINOR.PATCH format where each segment communicates the type and
Summary Test-Driven Development (TDD) is a development discipline in which a failing test is written first, the minimum code to pass it is then implemented, and
Summary The test pyramid, introduced by Mike Cohn, describes an ideal balance of automated tests: many fast unit tests at the base, fewer integration tests in
Summary Unit testing verifies the smallest testable pieces of code—functions, methods, or classes—in isolation from external dependencies, providing fast
90% of developers who consider themselves "AI-native" are sitting at Level 2 out of 51. Most believe they're done. They are not. That's not my claim
Summary MySQL is one of the world's most popular open-source relational database management systems (RDBMS). It stores data in tables with rows and columns,
Summary PostgreSQL is an advanced open-source relational database that extends the SQL standard with features such as custom data types, full-text search, JSON
Summary Ceph is an open-source, software-defined storage platform that delivers object, block, and file storage from a single unified cluster. It is designed to
Summary MinIO is an open-source, high-performance object storage server that is fully compatible with the Amazon S3 API. It can be deployed on-premises, at the
Summary Apache Kafka is an open-source distributed event streaming platform originally developed at LinkedIn. It enables applications to publish, subscribe to,
Summary Red/Green/Refactor describes the three-step rhythm of TDD: a failing test (red) defines desired behaviour, minimal code makes it pass (green), and then
Summary Test-Driven Development (TDD) is a development discipline in which a failing test is written first, the minimum code to pass it is then implemented, and
Summary Unit testing verifies the smallest testable pieces of code—functions, methods, or classes—in isolation from external dependencies, providing fast
Summary Terraform is an open-source Infrastructure as Code (IaC) tool by HashiCorp that lets teams define, provision, and manage cloud infrastructure using
If you work in IT infrastructure in Europe, you have probably noticed a shift in the conversation over the past two years. Cloud sovereignty is no longer a
Same Goal, Different Pattern In the previous article we synchronized 1Password items into Vault by pulling data with Terraform and writing it into a KV engine.
We’re Officially an IBM Partner and Our HashiCorp Journey Continues! We’re thrilled to announce that we now are an official IBM Partner. This milestone is a
Understanding Terraform’s New License: What You Can and Cannot Do Under the Business Source License (BSL) HashiCorp’s Terraform has become the go-to
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
In modern infrastructure automation, teams often combine Terraform with configuration management tools like Ansible or Chef to get end-to-end control of their
As software development scales, robust handling of deployment environments — development, staging, and production — becomes essential. Each environment has
Infrastructure as Code (IaC) has revolutionized the way we manage cloud resources, and Terraform has become a leading tool in this space. To ensure the
In previous posts we have already shown multiple ways to use HashiCorp Packer to build Golden Images. In this post we will show how to automate the process with
In dynamic Kubernetes environments, managing DNS records can be a challenge. As services scale, redeploy, or change IP addresses, ensuring that DNS records
In today's rapidly evolving cloud-native landscape, the need for efficient service orchestration, service discovery, and secure communication between services
Securing Communication on HashiCorp Nomad Payloads with HashiCorp Consul Connect In modern cloud-native environments, security is paramount. One of the key
In today's cloud-centric world, managing infrastructure while ensuring security is paramount. HashiCorp provides two powerful tools—Terraform and Vault—that
As infrastructure-as-code (IaC) continues to revolutionize the way we manage and provision cloud resources, ensuring the reliability, security, and efficiency
Terraform functions have become a cornerstone in managing infrastructure as code. These built-in functions empower developers to manipulate data, perform
In the world of infrastructure as code (IaC), maintaining compliance and security can be challenging. This is where Open Policy Agent (OPA) combined with
HashiCorp Sentinel with HashiCorp Terraform and Terraform Cloud HashiCorp Sentinel is a powerful policy-as-code framework that allows for the enforcement of
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Starting with version 1.14.0, the Vault PKI secrets engine supports the Automatic Certificate Management Environment (ACME) specification for issuing and
In 2023, Infralovers supported a pan-European bank in transforming automation processes, providing Terraform consulting and tailored training for ~100 staff.
From 2017-23, Infralovers guided a logistics firm with training & consulting for Chef Infra adoption and later Terraform/Cloud service evaluation.
Seit 2022 ist Infralovers offizieller HashiCorp-Trainingspartner in DACH, bietet Kurse für Terraform, Vault etc. & verbessert die Zeitzonenabdeckung.
Automated Testing of Packer Templates with Kitchen Terraform In the latest posting about HashiCorp Packer, we created a Packer template that was able to create
Infralovers provided custom Ansible/Terraform training (2021) for a global automotive supplier, boosting awareness & skills for IT infrastructure
In 2021, Infralovers delivered custom training on Terraform testing (Go, Terratest, TFLint, Checkov) for an international fashion brand's experienced team.
HashiCorp Vault SSH Authentication In the last HashiCorp Vault post we described a way to configure Vault and also our Infrastructure to use the One Time
Most HashiCorp Vault tutorials - even those from HashiCorp - use the commandline tools or even just curl to configure HashiCorp Vault. But do we want to use
Automate creation of VMWare virtual machines In the previous post about VMWare templates with packer and also the revised post about that topic we introduced
Dynamic Workspaces with Hashicorp Terraform Cloud and Terraform Enterprise At the time of writing this article ( terraform 0.14 ) providers cannot have
Changelog Automation within Gitlab As a developer it is not your favorite duty to write changelogs according to the tagging which was done in a code repository.
Terraform with terratest in Gitlab pipeline With terraform Cloud and terraform Enterprise you are enabled now to us your custom modules in a way that all in
Traefik and Hashicorp Consul with Terraform Are you looking for a solution to configure a reverse proxy or load balancer without the need to step into a big
This post is the first part of a series of posts on Hashicorp Terraform. The Problem With the rise of Infrastructure as a Service (IaaS), it is possible to set
Über 6 Jahre unterstützte Infralovers einen Energydrink-Hersteller bei der AWS-Migration & Automatisierung (Chef, Terraform, Vault) ohne
Summary Acceptance testing is the final verification stage that confirms software satisfies agreed business requirements before release, often carried out with
Summary Ansible Molecule is a testing and development framework for Ansible roles that provisions ephemeral test instances, runs playbooks against them, and
Summary BDD is a collaborative development methodology that bridges the gap between technical tests and business requirements by expressing behaviour in a
Summary Behave is the leading Behavior-Driven Development framework for Python, allowing teams to write human-readable test scenarios in Gherkin and execute
Summary Black box testing treats the system under test as an opaque box, focusing entirely on what the system does rather than how it does it, making it
Summary Capybara is a Ruby library for acceptance testing web applications that provides a domain-specific language for simulating how real users navigate and
Summary CINC Auditor is an open-source, license-free rebuild of Chef InSpec that enables infrastructure compliance testing and auditing using the same profile
Summary Cucumber is the most widely adopted BDD framework, translating human-readable Gherkin feature files into automated test execution by mapping each step
Summary End-to-end (E2E) testing exercises real user journeys through the entire application stack—from the user interface through the backend to the
Summary Gherkin is the domain-specific language used to express BDD test scenarios. Its Given/When/Then structure makes test cases readable by non-technical
Summary Integration testing sits between unit testing and end-to-end testing in the test pyramid, validating the interactions between components such as
Summary JUnit is the foundational testing framework for Java applications, offering a simple annotation-based model for defining and running unit tests, and
Summary Red/Green/Refactor describes the three-step rhythm of TDD: a failing test (red) defines desired behaviour, minimal code makes it pass (green), and then
Summary Test-Driven Development (TDD) is a development discipline in which a failing test is written first, the minimum code to pass it is then implemented, and
Summary The test pyramid, introduced by Mike Cohn, describes an ideal balance of automated tests: many fast unit tests at the base, fewer integration tests in
Summary Unit testing verifies the smallest testable pieces of code—functions, methods, or classes—in isolation from external dependencies, providing fast
In 2021, Infralovers delivered custom training on Terraform testing (Go, Terratest, TFLint, Checkov) for an international fashion brand's experienced team.
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
Summary A CLI (Command Line Interface) is a text-based user interface where users interact with a program by typing commands, as opposed to using a graphical
Summary Distributed tracing is an observability technique that records the path of a request through a distributed system, attaching timing and contextual
Summary Honeycomb is a cloud-based observability platform that stores wide, high-cardinality events and enables engineers to slice and dice production data
Summary Semantic Versioning (SemVer) is a widely adopted versioning convention using a MAJOR.MINOR.PATCH format where each segment communicates the type and
Summary CVE (Common Vulnerabilities and Exposures) is a publicly maintained dictionary of known security vulnerabilities and exposures, each assigned a unique
Summary Mondoo is a security posture management platform that enables organizations to continuously assess and enforce security policies across cloud
Summary HTTP (Hypertext Transfer Protocol) defines how clients and servers exchange web content, while HTTPS adds a TLS layer to encrypt that exchange and
It took me three iterations to implement a straightforward feature across two repositories. Not because the model was inadequate — same model, same task. The
It took me three iterations to implement a straightforward feature across two repositories. Not because the model was inadequate — same model, same task. The
In the late 1960s, Melvin Conway submits a paper on computer manufacturers and compiler design to the Harvard Business Review. They reject it -- insufficient
In Part 1 of this series, we worked through the why: Shapiro's five levels of AI development, Brynjolfsson's J-Curve, and the core thesis that AI tools alone
In Part 1 of this series, we covered the why: why AI tools alone don't deliver productivity, what Shapiro's five levels have to do with Brynjolfsson's J-Curve,
90% of developers who consider themselves "AI-native" are sitting at Level 2 out of 51. Most believe they're done. They are not. That's not my claim
How does AI change how we work? Everyone's asking that question right now. But thinking about it gets you nowhere. You only feel the difference by doing it --
It took me three iterations to implement a straightforward feature across two repositories. Not because the model was inadequate — same model, same task. The
In the late 1960s, Melvin Conway submits a paper on computer manufacturers and compiler design to the Harvard Business Review. They reject it -- insufficient
It took me three iterations to implement a straightforward feature across two repositories. Not because the model was inadequate — same model, same task. The
In the late 1960s, Melvin Conway submits a paper on computer manufacturers and compiler design to the Harvard Business Review. They reject it -- insufficient
In Part 1 of this series, we covered the why: why AI tools alone don't deliver productivity, what Shapiro's five levels have to do with Brynjolfsson's J-Curve,
Securing Your Self-Hosted Automation: A Deep Dive into n8n and Vault/OpenBao Integration In the rapidly evolving landscape of workflow automation, self-hosting
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human
n8n 2.0 landed on December 8, 2024, and it's the kind of release nobody gets excited about but everyone eventually appreciates. No flashy features, no shiny UI
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
Securing Your Self-Hosted Automation: A Deep Dive into n8n and Vault/OpenBao Integration In the rapidly evolving landscape of workflow automation, self-hosting
Securing Your Self-Hosted Automation: A Deep Dive into n8n and Vault/OpenBao Integration In the rapidly evolving landscape of workflow automation, self-hosting
Same Goal, Different Pattern In the previous article we synchronized 1Password items into Vault by pulling data with Terraform and writing it into a KV engine.
The Problem: Hardcoded Credentials Every developer has faced this temptation: you need to test something quickly, so you hardcode an API key or database
Securing Communication in Kubernetes with Istio Service Mesh and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One
We’re Officially an IBM Partner and Our HashiCorp Journey Continues! We’re thrilled to announce that we now are an official IBM Partner. This milestone is a
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
In a cloud-native Kubernetes environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
In previous posts we have already shown multiple ways to use HashiCorp Packer to build Golden Images. In this post we will show how to automate the process with
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute it to a service, and you want to
Secrets Distribution The problem domain of secrets distribution is a common one. You have a secret, you want to distribute to a service, and you want to
Securing secrets is a crucial part of any infrastructure. In this article we will show how to use HashiCorp Vault as a secrets store for HashiCorp Packer in
For 1.5 years, Infralovers aided a global consultancy with training (Vault, Chef) & consulting for OpenStack testing & CI/CD modernization (K8s,
Starting with version 1.14.0, the Vault PKI secrets engine supports the Automatic Certificate Management Environment (ACME) specification for issuing and
Seit 2022 ist Infralovers offizieller HashiCorp-Trainingspartner in DACH, bietet Kurse für Terraform, Vault etc. & verbessert die Zeitzonenabdeckung.
HashiCorp Vault SSH Authentication In the last HashiCorp Vault post we described a way to configure Vault and also our Infrastructure to use the One Time
Most HashiCorp Vault tutorials - even those from HashiCorp - use the commandline tools or even just curl to configure HashiCorp Vault. But do we want to use
Über 6 Jahre unterstützte Infralovers einen Energydrink-Hersteller bei der AWS-Migration & Automatisierung (Chef, Terraform, Vault) ohne
Securing Your Self-Hosted Automation: A Deep Dive into n8n and Vault/OpenBao Integration In the rapidly evolving landscape of workflow automation, self-hosting
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human
How Claude Sonnet 4.5 and GitHub Copilot helped us navigate the maze of custom Backstage integrations The Backstage Promise (and the Reality) Spotify's
Short read (~6–7 min) – focused on the operational side of Model Context Protocol (MCP) enablement. 1. Problem in Practice Single MCP servers are easy.
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
Learning & Development is a Satisfaction Driver—and a Competitive Advantage In many organizations, learning and development is still treated as a
Learning & Development is a Satisfaction Driver—and a Competitive Advantage In many organizations, learning and development is still treated as a
Learning & Development is a Satisfaction Driver—and a Competitive Advantage In many organizations, learning and development is still treated as a
In the late 1960s, Melvin Conway submits a paper on computer manufacturers and compiler design to the Harvard Business Review. They reject it -- insufficient
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
Remember last July when we dug into Ollama and its promise for local AI? Well, a lot has happened since then. Ollama has rolled out some pretty significant
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
In the late 1960s, Melvin Conway submits a paper on computer manufacturers and compiler design to the Harvard Business Review. They reject it -- insufficient
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
Remember last July when we dug into Ollama and its promise for local AI? Well, a lot has happened since then. Ollama has rolled out some pretty significant
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
In the previous posts in this series, we looked at setting up a Mac Mini M4 with Ollama behind a Headscale VPN as a local LLM endpoint and OpenCode as a CLI
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Most AI coding assistants are tightly coupled to a single provider. Switching often means changing tools, reconfiguring workflows, or losing context. OpenCode
In Part 1 of this series, we worked through the why: Shapiro's five levels of AI development, Brynjolfsson's J-Curve, and the core thesis that AI tools alone
In Part 1 of this series, we worked through the why: Shapiro's five levels of AI development, Brynjolfsson's J-Curve, and the core thesis that AI tools alone
In Part 1 of this series, we covered the why: why AI tools alone don't deliver productivity, what Shapiro's five levels have to do with Brynjolfsson's J-Curve,
90% of developers who consider themselves "AI-native" are sitting at Level 2 out of 51. Most believe they're done. They are not. That's not my claim
In Part 1 of this series, we worked through the why: Shapiro's five levels of AI development, Brynjolfsson's J-Curve, and the core thesis that AI tools alone
90% of developers who consider themselves "AI-native" are sitting at Level 2 out of 51. Most believe they're done. They are not. That's not my claim
In Part 1 of this series, we worked through the why: Shapiro's five levels of AI development, Brynjolfsson's J-Curve, and the core thesis that AI tools alone
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
Every AI-assisted tool your team uses - coding agents, chatbots, workflow automations - sends data to someone else's server. Every prompt, every code snippet,
In Part 1 of this series, we covered the why: why AI tools alone don't deliver productivity, what Shapiro's five levels have to do with Brynjolfsson's J-Curve,
In Part 1 of this series, we covered the why: why AI tools alone don't deliver productivity, what Shapiro's five levels have to do with Brynjolfsson's J-Curve,
One line of YAML. That was it. 1model: sonnet This single line in an agent's frontmatter reduced our per-run costs for one of the most-used agents in our
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
One line of YAML. That was it. 1model: sonnet This single line in an agent's frontmatter reduced our per-run costs for one of the most-used agents in our
One line of YAML. That was it. 1model: sonnet This single line in an agent's frontmatter reduced our per-run costs for one of the most-used agents in our
One line of YAML. That was it. 1model: sonnet This single line in an agent's frontmatter reduced our per-run costs for one of the most-used agents in our
One line of YAML. That was it. 1model: sonnet This single line in an agent's frontmatter reduced our per-run costs for one of the most-used agents in our
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
If you've used Claude Code for more than a day, you know the drill. Every Bash command, every file write outside the working directory, every network call --
How does AI change how we work? Everyone's asking that question right now. But thinking about it gets you nowhere. You only feel the difference by doing it --
How does AI change how we work? Everyone's asking that question right now. But thinking about it gets you nowhere. You only feel the difference by doing it --
How does AI change how we work? Everyone's asking that question right now. But thinking about it gets you nowhere. You only feel the difference by doing it --
The Problem With "That Product" Multi-turn conversations are natural for humans but surprisingly tricky for chatbots. When a user asks "What's
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
A post about DevOps, ChatOps, ChatBots and how we used them to create a fully automated deployment experience for a fortune 500 company. Let's start with a
The Problem With "That Product" Multi-turn conversations are natural for humans but surprisingly tricky for chatbots. When a user asks "What's
The Problem With "That Product" Multi-turn conversations are natural for humans but surprisingly tricky for chatbots. When a user asks "What's
The Problem With "That Product" Multi-turn conversations are natural for humans but surprisingly tricky for chatbots. When a user asks "What's
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
If you work in IT infrastructure in Europe, you have probably noticed a shift in the conversation over the past two years. Cloud sovereignty is no longer a
If you work in IT infrastructure in Europe, you have probably noticed a shift in the conversation over the past two years. Cloud sovereignty is no longer a
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
If you’ve been using AI in software engineering for a while, you know the real productivity jump doesn’t come from "chatting about code". It comes
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
Remember last July when we dug into Ollama and its promise for local AI? Well, a lot has happened since then. Ollama has rolled out some pretty significant
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
In 2026, “tech trends” are less about shiny launches and more about the forces that shape everyday IT work—how software gets built, how systems stay secure, how
n8n 2.0 landed on December 8, 2024, and it's the kind of release nobody gets excited about but everyone eventually appreciates. No flashy features, no shiny UI
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
Mondoo bills itself as a comprehensive exposure management platform – think a single pane for all your security needs, on-prem and in the cloud. In practice,
In previous posts we have already shown multiple ways to use HashiCorp Packer to build Golden Images. In this post we will show how to automate the process with
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
Why another article on that topic? We were already talking about mondoo in a previous article. Mondoo is brought to you by the team who gave you InSpec and the
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
Kubernetes Security Posture Management: Safeguarding Clusters and Workloads Ensuring the security of your Kubernetes clusters and workloads is important in
Supply Chain Security with CIS SecureSuite Certification and Mondoo's Compliance on Autopilot In today's digital landscape, ensuring the security of your supply
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
The cybersecurity landscape is constantly evolving, and with it, the regulatory requirements that businesses must meet. One of the most significant developments
In today's fast-paced DevOps environments, ensuring infrastructure compliance and security is paramount. Traditionally, HashiCorp Sentinel has been a go-to for
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
This article shows you how to secure your Kubernetes cluster with the Mondoo Operator. The Mondoo Operator simplifies the process of securing your Kubernetes
Securing your GitHub Organisation is crucial as it can contain sensitive code and data. It is therefore important to monitor contributors and contributions to
As the world's leading platform for software development and collaboration, GitHub sees millions of new repositories created every day. While this rapid growth
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan deployed
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan our
Protecting your digital assets isn't just about safeguarding data; it's about safeguarding your business's reputation, integrity, and longevity. With cyber
In the ever-evolving landscape of cloud infrastructure management, efficiently securing and monitoring resources is critical. This is where Mondoo comes in, a
We are expanding our offer with lectures, small bits of knowledge that offer the perfect introduction to a topic, and are pleased to give you a first insight
This is the second post in a series about IT compliance with Mondoo. This post will focus on how to add your own custom policies to Mondoo. Make sure to
This is the first post in a series about IT compliance with Mondoo. This post will focus on the basics of Mondoo and how you can use it to get insights about
Why Mondoo indead of InSpec? For me, testing infrastructure started with RSpec and ServerSpec. Then the [DevSec project] (https://dev-sec.io/) project taught me
What is mondoo mondoo is brought to you by the team who gave you InSpec and the DevSec Project with a passion to make IT operations human readable and
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
Mondoo bills itself as a comprehensive exposure management platform – think a single pane for all your security needs, on-prem and in the cloud. In practice,
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
Ensuring Access Control and Secrets Management with HashiCorp Boundary and Vault in HCP and AWS Ensuring access controls and secrets management is critical in
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
A lot has happened in the eight months since we covered Mondoo's March 2025 release. If you're already using the platform, you've probably noticed some big
Since 2018, Infralovers boosts knowledge at a telco giant via training, workshops & coaching on GitLab, K8s, Ansible, Observability & more across depts.
For 1.5 years, Infralovers aided a global consultancy with training (Vault, Chef) & consulting for OpenStack testing & CI/CD modernization (K8s,
From 2017-23, Infralovers guided a logistics firm with training & consulting for Chef Infra adoption and later Terraform/Cloud service evaluation.
Seit 2022 ist Infralovers offizieller HashiCorp-Trainingspartner in DACH, bietet Kurse für Terraform, Vault etc. & verbessert die Zeitzonenabdeckung.
Infralovers provided custom Ansible/Terraform training (2021) for a global automotive supplier, boosting awareness & skills for IT infrastructure
Facts: Training: Agile Testing mit Ruby und Cucumber Location: Online Teilnehmeranzahl: 8 Vier Tage Training rund um Ruby, Cucumber,
Every year at the ChefConf the Chef Community awards people who do exceptional things on a regular basis. The Awesome Community Chefs help improving Chef and
In 2017, Infralovers helped a railway modernize onboard IT using Chef Infra training/consulting, enabling updates despite poor network connectivity.
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
As official training partner (2013-19), Infralovers established Chef Inc./Progress Chef training in DACH, improving materials & offering German language
Infralovers helped a telco giant (2015-16) with OpenStack challenges. Provided consulting, training & analysis for hardware, networks & automation.
From 2013-19, Infralovers trained the infrastructure team of a European bank (& its acquisitions) in Chef Infra & security for IT transformation across
The Problem: Hardcoded Credentials Every developer has faced this temptation: you need to test something quickly, so you hardcode an API key or database
The Problem: Hardcoded Credentials Every developer has faced this temptation: you need to test something quickly, so you hardcode an API key or database
The Problem: Hardcoded Credentials Every developer has faced this temptation: you need to test something quickly, so you hardcode an API key or database
In a cloud-native Kubernetes environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and
How Claude Sonnet 4.5 and GitHub Copilot helped us navigate the maze of custom Backstage integrations The Backstage Promise (and the Reality) Spotify's
How Claude Sonnet 4.5 and GitHub Copilot helped us navigate the maze of custom Backstage integrations The Backstage Promise (and the Reality) Spotify's
Short read (~6–7 min) – focused on the operational side of Model Context Protocol (MCP) enablement. 1. Problem in Practice Single MCP servers are easy.
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
Short read (~6–7 min) – focused on the operational side of Model Context Protocol (MCP) enablement. 1. Problem in Practice Single MCP servers are easy.
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
Short read (~6–7 min) – focused on the operational side of Model Context Protocol (MCP) enablement. 1. Problem in Practice Single MCP servers are easy.
Short read (~6–7 min) – focused on the operational side of Model Context Protocol (MCP) enablement. 1. Problem in Practice Single MCP servers are easy.
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
Introduction Model access alone rarely delivers differentiated organizational value. Real leverage appears when language models can safely invoke tools
The container ecosystem has evolved significantly over the past few years, and teams today have more choices than ever when selecting their container runtime
When developing applications for OpenShift, having a reliable local development environment is crucial. But with several options available, each with different
When developing applications for OpenShift, having a reliable local development environment is crucial. But with several options available, each with different
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
In dynamic Kubernetes environments, managing DNS records can be a challenge. As services scale, redeploy, or change IP addresses, ensuring that DNS records
In today's rapidly evolving cloud-native landscape, the need for efficient service orchestration, service discovery, and secure communication between services
Securing Communication on HashiCorp Nomad Payloads with HashiCorp Consul Connect In modern cloud-native environments, security is paramount. One of the key
Seit 2022 ist Infralovers offizieller HashiCorp-Trainingspartner in DACH, bietet Kurse für Terraform, Vault etc. & verbessert die Zeitzonenabdeckung.
Traefik and Hashicorp Consul with Terraform Are you looking for a solution to configure a reverse proxy or load balancer without the need to step into a big
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Leveraging OpenTelemetry to Enhance Ansible with Jaeger Tracing In today's complex IT environments, system administrators and DevOps teams are constantly
Advanced Monitoring and Observability for Consul Connect Service Mesh in Kubernetes In our previous post on Secure Communication in Kubernetes with Consul
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Securing Communication in Kubernetes with Istio Service Mesh and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One
Securing Communication in Kubernetes with Consul Connect and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One of
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
In today's rapidly evolving cloud-native landscape, the need for efficient service orchestration, service discovery, and secure communication between services
Securing Communication on HashiCorp Nomad Payloads with HashiCorp Consul Connect In modern cloud-native environments, security is paramount. One of the key
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
What is HashiCorp Nomad? HashiCorp Nomad is not only a lightweight alternative to Kubernetes. It's simple to use, easy to setup and very scalable. I use it on
In a month (2019), Infralovers mentored & consulted a self-learning team, aligning knowledge & optimizing HashiCorp Nomad & Container technology
Multi-Platform Service Mesh: Connecting Kubernetes, Nomad, Bare Metal, and VMs with Consul Connect Modern infrastructure often spans multiple platforms -
Securing Communication in Kubernetes with Istio Service Mesh and Vault Agent Injector In modern cloud-native Kubernetes environments, security is paramount. One
Infrastructure as Code (IaC) has revolutionized the way organizations manage cloud infrastructure, with Terraform leading as a premier tool. HashiCorp Cloud
At Infralovers GmbH, we're thrilled to announce our upcoming comprehensive Crossplane training course. As passionate advocates for cloud-native technologies, we
Bringing Cloud-Native Concepts to On-Premise: Key Benefits for Non-Cloud Companies In today’s fast-evolving tech landscape, “cloud-native” is more than just a
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
In today's cloud-centric world, managing infrastructure while ensuring security is paramount. HashiCorp provides two powerful tools—Terraform and Vault—that
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
Terraform functions have become a cornerstone in managing infrastructure as code. These built-in functions empower developers to manipulate data, perform
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
The cybersecurity landscape is constantly evolving, and with it, the regulatory requirements that businesses must meet. One of the most significant developments
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
In an era where data is increasingly becoming the backbone of many industries, the need for efficient data management and orchestration has never been more
Securing your GitHub Organisation is crucial as it can contain sensitive code and data. It is therefore important to monitor contributors and contributions to
As the world's leading platform for software development and collaboration, GitHub sees millions of new repositories created every day. While this rapid growth
Protecting your digital assets isn't just about safeguarding data; it's about safeguarding your business's reputation, integrity, and longevity. With cyber
In the ever-evolving landscape of cloud infrastructure management, efficiently securing and monitoring resources is critical. This is where Mondoo comes in, a
We are happy to announce our partnership with Mondoo, a leading provider of cybersecurity and infrastructure management solutions. In collaboration with
Understanding Terraform’s New License: What You Can and Cannot Do Under the Business Source License (BSL) HashiCorp’s Terraform has become the go-to
Understanding Terraform’s New License: What You Can and Cannot Do Under the Business Source License (BSL) HashiCorp’s Terraform has become the go-to
Introduction Trunk-Based Development (TBD) means everyone integrates to a single branch: usually main or trunk. There are almost no long-lived branches or repo
Introduction If your team chose the forked repo model for maximum isolation—or due to regulatory/access concerns—your CI/CD strategy has special requirements.
Introduction In our previous article, we explored three models for handling deployment environments in version control: branches, forked repositories, and
In today’s fast-paced digital world security isn’t optional, it’s a foundation. Whether you're running microservices in Kubernetes, managing cloud resources, or
Mondoo bills itself as a comprehensive exposure management platform – think a single pane for all your security needs, on-prem and in the cloud. In practice,
GitHub Actions is a powerful automation platform that allows developers to create and manage CI/CD pipelines (Continuous Integration/Continuous Deployment)
What is HashiCorp Nomad? HashiCorp Nomad is not only a lightweight alternative to Kubernetes. It's simple to use, easy to setup and very scalable. I use it on
Changelog Automation with GitHub Actions The connection between human emotions and the next version number of a project can lead to unwanted outcomes. As
Changelog Automation within Gitlab As a developer it is not your favorite duty to write changelogs according to the tagging which was done in a code repository.
Terraform with terratest in Gitlab pipeline With terraform Cloud and terraform Enterprise you are enabled now to us your custom modules in a way that all in
Nowadays the term DevOps is spreading rapidly all over the world. That is why we want to give you an introduction to DevOps, define the term, inform you about
As a new project, I was assigned the task to automate internal processes for our website deployment and to implement some features. Therefore, I had to deal
Continuous Integration(CI) Is the practice, in software engineering, of merging all developer working copies Its main goal is to prevent problems when merging
Introduction Trunk-Based Development (TBD) means everyone integrates to a single branch: usually main or trunk. There are almost no long-lived branches or repo
Introduction If your team chose the forked repo model for maximum isolation—or due to regulatory/access concerns—your CI/CD strategy has special requirements.
Introduction In our previous article, we explored three models for handling deployment environments in version control: branches, forked repositories, and
As software development scales, robust handling of deployment environments — development, staging, and production — becomes essential. Each environment has
As a new project, I was assigned the task to automate internal processes for our website deployment and to implement some features. Therefore, I had to deal
Next stops Git, Gitlab, Ruby, Rspec and Cucumber To get into the workflow of our company, I started learning how to use Git. So, I started with the basics,
Continuous Integration(CI) Is the practice, in software engineering, of merging all developer working copies Its main goal is to prevent problems when merging
The world of AI is evolving rapidly, and with it, the way we interact with APIs and infrastructure. At Infralovers, we're excited to explore how Postman's new
As software development scales, robust handling of deployment environments — development, staging, and production — becomes essential. Each environment has
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
The Model Context Protocol (MCP) specification was introduced by AI research company Anthropic. Since its release, it has seen widespread adoption across
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
In recent years, artificial intelligence has dramatically changed the way we work, highlighting just how much it can enhance human creativity and
In the ever-evolving landscape of IT automation, AWX serves as a powerful web-based user interface for Ansible, streamlining complex and repetitive tasks within
In the evolving landscape of cloud computing, the reliance on US-based cloud services has become a topic of significant debate. I've observed a growing
Kubernetes Security Posture Management: Safeguarding Clusters and Workloads Ensuring the security of your Kubernetes clusters and workloads is important in
Supply Chain Security with CIS SecureSuite Certification and Mondoo's Compliance on Autopilot In today's digital landscape, ensuring the security of your supply
Optimize Your Azure VM Security: Explore Mondoo’s Continuous Scanning Solution Mondoo offers an effortless and continuous Azure VM scanning solution. With a
Optimize Your Kubernetes Security: Explore Mondoo’s KSPM We explore the capabilities of Mondoo's Kubernetes Security Posture Management (KSPM). Taking a closer
Protecting Your Applications: Effective CVE Management in Container Images Selecting the right container images is the key to minimizing vulnerabilities in your
Enhancing Kubernetes Security: Focusing on Node Protection Ensuring Kubernetes security is fundamental for maintaining a robust and resilient infrastructure. In
Since 2018, Infralovers boosts knowledge at a telco giant via training, workshops & coaching on GitLab, K8s, Ansible, Observability & more across depts.
Nomad is HashiCorp’s alternative to Kubernetes. Kubernetes is a container-only orchestrator with a half-dozen interoperating services included. It is fair to
In a month (2019), Infralovers mentored & consulted a self-learning team, aligning knowledge & optimizing HashiCorp Nomad & Container technology
Introduction This blog post covers the topic Docker Swarm and how to create a minimal cluster running a Nginx service. Normally, a Docker Swarm consists of
Michael Ducy, Director of Product Marketing at Chef demonstrated in this hands-on session how Habitat helps to simplify the processes required to build, deploy,
The time has passed quickly and our third Infracoders Meetup in 2017 took place on the 27th of June in the Aula X Space, Graz. Although the hot temperatures
In the evolving landscape of cloud computing, the reliance on US-based cloud services has become a topic of significant debate. I've observed a growing
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
It’s no surprise that artificial intelligence continues to dominate headlines, with new breakthroughs, tools, and regulations shaping the way we interact with
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
In the previous parts (part one and part two) of this blog series, we explored the challenges facing DevOps today, how AI can address them, and how to build
In the first part of our blog series, we explored the different challenges of DevOps and how AI can address them. We also introduced the fundamentals of
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
DevOps is a key success factor for modern software development and we have most definitely come across AI in one way or another. The intersection of AI and
The rise of AI in DevOps has been causing a revolution in how we approach software development and operations. We're witnessing a shift in our industry, where
In today's rapidly evolving technology landscape, local Large Language Models (LLMs) are emerging as a pivotal force, particularly in the areas of DevOps and
In today’s fast-paced technological landscape, DevOps and Cloud practices are integral to accelerating software delivery and optimizing cloud resources. But as
Setting up consistent testing environments is essential for development, and Vagrant combined with Ansible is a powerful, flexible solution for automating this
Setting up consistent testing environments is essential for development, and Vagrant combined with Ansible is a powerful, flexible solution for automating this
In previous posts we have already shown multiple ways to use HashiCorp Packer to build Golden Images. In this post we will show how to automate the process with
Why another article on that topic? We were already talking about mondoo in a previous article. Mondoo is brought to you by the team who gave you InSpec and the
Within our previous posts about HashiCorp Packer we have shown how to build images for AWS and Azure using Packer. In this article we will add something we
Securing secrets is a crucial part of any infrastructure. In this article we will show how to use HashiCorp Vault as a secrets store for HashiCorp Packer in
Distribution of HashiCorp Packer templated Virtual Machines After creating our virtual machine templates in multiple clouds, having tested them and validated
Automated Testing of Packer Templates with Kitchen Terraform In the latest posting about HashiCorp Packer, we created a Packer template that was able to create
Automated Cloud Templates with HashiCorp Packer In our previous post about Packer and azure, we used Azure to introduce a HashiCorp Packer definition in HCL
Automated Cloud Templates with HashiCorp Packer In our previous post about VMWare and Packer and our revised post we already covered how to create templates for
What is mondoo mondoo is brought to you by the team who gave you InSpec and the DevSec Project with a passion to make IT operations human readable and
Automate creation of VMWare virtual machines In the previous post about VMWare templates with packer and also the revised post about that topic we introduced
Automated VMWare Templates with Hashicorp Packer - Revised In our previous post about VMWare and Packer we already covered the build process of building packer
Automated VMWare Templates with HashiCorp Packer Within all the cloud providers you get automated built template based virtual machines - what about doing this
In previous posts we have already shown multiple ways to use HashiCorp Packer to build Golden Images. In this post we will show how to automate the process with
Terraform with terratest in Gitlab pipeline With terraform Cloud and terraform Enterprise you are enabled now to us your custom modules in a way that all in
In dynamic Kubernetes environments, managing DNS records can be a challenge. As services scale, redeploy, or change IP addresses, ensuring that DNS records
In today's rapidly evolving cloud-native landscape, the need for efficient service orchestration, service discovery, and secure communication between services
Securing Communication on HashiCorp Nomad Payloads with HashiCorp Consul Connect In modern cloud-native environments, security is paramount. One of the key
In today's rapidly evolving technological landscape, organizations face the challenge of delivering applications consistently across various platforms and
What is HashiCorp Nomad? HashiCorp Nomad is not only a lightweight alternative to Kubernetes. It's simple to use, easy to setup and very scalable. I use it on
Securing Communication on HashiCorp Nomad Payloads with HashiCorp Consul Connect In modern cloud-native environments, security is paramount. One of the key
In a cloud-native environment, secrets management is a critical aspect of security. HashiCorp Vault is a popular tool for managing secrets and protecting
In the rapidly evolving world of software development, securing and managing the integrity of codebases is paramount, particularly for organizations subject to
In today's fast-paced digital landscape, efficient case management is crucial for organizations to stay on top of security and compliance issues. Mondoo, a
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources, data sources, and imports, exploring how they
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
In the previous posts of this blog series, we introduced the Mondoo platform, its Terraform provider resources and data sources, exploring how they enhance
As organizations strive to safeguard their digital assets, innovative solutions like Mondoo have emerged to enhance security and compliance across various
In an era where information security management is more crucial than ever, organizations are seeking innovative solutions to safeguard their digital assets
The cybersecurity landscape is constantly evolving, and with it, the regulatory requirements that businesses must meet. One of the most significant developments
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
Securing your GitHub Organisation is crucial as it can contain sensitive code and data. It is therefore important to monitor contributors and contributions to
As the world's leading platform for software development and collaboration, GitHub sees millions of new repositories created every day. While this rapid growth
Protecting your digital assets isn't just about safeguarding data; it's about safeguarding your business's reputation, integrity, and longevity. With cyber
In the ever-evolving landscape of cloud infrastructure management, efficiently securing and monitoring resources is critical. This is where Mondoo comes in, a
We are happy to announce our partnership with Mondoo, a leading provider of cybersecurity and infrastructure management solutions. In collaboration with
Join me as I dive into the Zed text editor, a powerful and fast open-source alternative to VS Code. Developed in Rust and designed with speed in mind, Zed is
Join me as I dive into the Zed text editor, a powerful and fast open-source alternative to VS Code. Developed in Rust and designed with speed in mind, Zed is
Join me as I dive into the Zed text editor, a powerful and fast open-source alternative to VS Code. Developed in Rust and designed with speed in mind, Zed is
Join me as I dive into the Zed text editor, a powerful and fast open-source alternative to VS Code. Developed in Rust and designed with speed in mind, Zed is
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
Introduction In today's fast-paced digital landscape, ensuring compliance with various frameworks is crucial for companies to maintain the security and
Why another article on that topic? We were already talking about mondoo in a previous article. Mondoo is brought to you by the team who gave you InSpec and the
What is mondoo mondoo is brought to you by the team who gave you InSpec and the DevSec Project with a passion to make IT operations human readable and
In the rapidly evolving world of artificial intelligence, the challenge isn't about what AI can do — it's about how seamlessly it can be integrated into our
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
In today's dynamic and complex cloud environments, organisations face significant challenges in managing costs while ensuring compliance and operational
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In an era where data is increasingly becoming the backbone of many industries, the need for efficient data management and orchestration has never been more
In 2018-19, Infralovers helped ARZ shift to modern IaC practices with tailored Chef Infra/GitLab training & consulting, overcoming initial skepticism.
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In an era where data is increasingly becoming the backbone of many industries, the need for efficient data management and orchestration has never been more
In an era where data is increasingly becoming the backbone of many industries, the need for efficient data management and orchestration has never been more
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
In the ever-evolving field of software development, AI coding assistants have emerged as powerful tools to enhance productivity and code quality. Integrated
This article shows you how to secure your Kubernetes cluster with the Mondoo Operator. The Mondoo Operator simplifies the process of securing your Kubernetes
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
Unlocking new possibilities with AI-powered terminal integration In the dynamic world of software development, staying at the cutting edge is essential. The
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan deployed
In this article, we will show you how to secure your Kubernetes cluster with Mondoo and GitHub Actions. We will use the Mondoo GitHub Action to scan our
A first insight into our planned lectures, short tidbits of knowledge that offer the perfect introduction to a topic. Today we present the lectures in the DevEx
We are constantly working to expand our offering and provide the latest and greatest training and education opportunities in the areas of DevOps, Cloud Native
We are constantly working to expand our offering and provide the latest and greatest training and education opportunities in the areas of DevOps, Cloud Native
We are constantly working to expand our offering and provide the latest and greatest training and education opportunities in the areas of DevOps, Cloud Native
In the dynamic realm of software development, where every keystroke contributes to the creation of innovative solutions, the experience of developers plays a
In the dynamic realm of software development, where every keystroke contributes to the creation of innovative solutions, the experience of developers plays a
In the dynamic realm of software development, where every keystroke contributes to the creation of innovative solutions, the experience of developers plays a
Effective team organization is at the heart of continuous and sustainable value delivery for any organization. This article explores various process models,
Effective team organization is at the heart of continuous and sustainable value delivery for any organization. This article explores various process models,
From unraveling the mysteries behind system behavior to exploring cutting-edge debugging techniques, this article promises a glimpse into the fundamental
In the vast landscape of modern IT work, writing code stands as a cornerstone. However, the plethora of programming languages often raises questions about how
From unraveling the mysteries behind system behavior to exploring cutting-edge debugging techniques, this article promises a glimpse into the fundamental
Within our previous posts about HashiCorp Packer we have shown how to build images for AWS and Azure using Packer. In this article we will add something we
Securing secrets is a crucial part of any infrastructure. In this article we will show how to use HashiCorp Vault as a secrets store for HashiCorp Packer in
In the vast landscape of modern IT work, writing code stands as a cornerstone. However, the plethora of programming languages often raises questions about how
Within our previous posts about HashiCorp Packer we have shown how to build images for AWS and Azure using Packer. In this article we will add something we
Securing secrets is a crucial part of any infrastructure. In this article we will show how to use HashiCorp Vault as a secrets store for HashiCorp Packer in
From unraveling the mysteries behind system behavior to exploring cutting-edge debugging techniques, this article promises a glimpse into the fundamental
From unraveling the mysteries behind system behavior to exploring cutting-edge debugging techniques, this article promises a glimpse into the fundamental
From unraveling the mysteries behind system behavior to exploring cutting-edge debugging techniques, this article promises a glimpse into the fundamental
Since 2018, Infralovers boosts knowledge at a telco giant via training, workshops & coaching on GitLab, K8s, Ansible, Observability & more across depts.
Infralovers helped a telco giant (2015-16) with OpenStack challenges. Provided consulting, training & analysis for hardware, networks & automation.
From 2013-19, Infralovers trained the infrastructure team of a European bank (& its acquisitions) in Chef Infra & security for IT transformation across
Since 2018, Infralovers boosts knowledge at a telco giant via training, workshops & coaching on GitLab, K8s, Ansible, Observability & more across depts.
About the author Jan Klare is the co-founder of the cloudbau GmbH and a big automation and bleeding edge technology fan. He is a core reviewer in the official
Virtualization enables on-demand-provisioning of servers running several choices of operating systems and customized software stacks. This leaves the consumer
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
Welcome to the blog of the Austrian company "Infralovers". You can expect regular updates on topics like Chef, OpenStack, Jenkins and many other
Infralovers helped a telco giant (2015-16) with OpenStack challenges. Provided consulting, training & analysis for hardware, networks & automation.
This one bugged me for a while. Cause it was so miss-leading to debug. Most of the time when faced with connection loss on larger packages one immediately
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
This is a followup article to Using Test Kitchen With Puppet. This time we want to run our tests against an Openstack deployment. You can follow my article
So we have installed OpenStack on our test environment but not done anything with it. SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment
Welcome back to the next post in the series about deploying a multinode OpenStack testlab environment. This time we will focus on the outside-in to our cluster.
Prerequisites Have a cluster installed like in: SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment Getting OpenStack Installed Turn on the one
Prerequisites Have a cluster installed like in: SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment After you have installed the admin node you
Cheat Sheet Version This will become a full fledged blog post. At this time it is just the happy-path description to get it running without much explanation.
Prerequisites We need to have a VirtualBox environment set up. For SLES have a look at this blog post: Install Virtualbox on SLES 11 SP3. As SLES and SUSECloud
From 2013-19, Infralovers trained the infrastructure team of a European bank (& its acquisitions) in Chef Infra & security for IT transformation across
For 1.5 years, Infralovers aided a global consultancy with training (Vault, Chef) & consulting for OpenStack testing & CI/CD modernization (K8s,
In 2017, Infralovers helped a railway modernize onboard IT using Chef Infra training/consulting, enabling updates despite poor network connectivity.
Infralovers helped a telco giant (2015-16) with OpenStack challenges. Provided consulting, training & analysis for hardware, networks & automation.
From 2013-19, Infralovers trained the infrastructure team of a European bank (& its acquisitions) in Chef Infra & security for IT transformation across
In the ever-evolving landscape of software development, the need for observability has become paramount. As applications and infrastructure grow more complex,
In the ever-evolving landscape of software development, the need for observability has become paramount. As applications and infrastructure grow more complex,
Leveraging OpenTelemetry to Enhance Ansible with Jaeger Tracing In today's complex IT environments, system administrators and DevOps teams are constantly
Starting with version 1.14.0, the Vault PKI secrets engine supports the Automatic Certificate Management Environment (ACME) specification for issuing and
Starting with version 1.14.0, the Vault PKI secrets engine supports the Automatic Certificate Management Environment (ACME) specification for issuing and
Amazon EKS with ALB and External DNS for Route 53 What is Amazon EKS? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service on AWS that eliminates
Amazon EKS with ALB and External DNS for Route 53 What is Amazon EKS? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service on AWS that eliminates
Amazon EKS with ALB and External DNS for Route 53 What is Amazon EKS? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service on AWS that eliminates
Amazon EKS with ALB and External DNS for Route 53 What is Amazon EKS? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service on AWS that eliminates
Since 2015, Infralovers helps a telco transform its testing landscape via training (Cucumber, Ruby, Python, GitLab CI) & consulting for cost optimization.
Next stops Git, Gitlab, Ruby, Rspec and Cucumber To get into the workflow of our company, I started learning how to use Git. So, I started with the basics,
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
Since 2015, Infralovers helps a telco transform its testing landscape via training (Cucumber, Ruby, Python, GitLab CI) & consulting for cost optimization.
In 2023, Infralovers supported a pan-European bank in transforming automation processes, providing Terraform consulting and tailored training for ~100 staff.
Seit 2022 ist Infralovers offizieller HashiCorp-Trainingspartner in DACH, bietet Kurse für Terraform, Vault etc. & verbessert die Zeitzonenabdeckung.
Distribution of HashiCorp Packer templated Virtual Machines After creating our virtual machine templates in multiple clouds, having tested them and validated
Automated Cloud Templates with HashiCorp Packer In our previous post about Packer and azure, we used Azure to introduce a HashiCorp Packer definition in HCL
Automated Cloud Templates with HashiCorp Packer In our previous post about VMWare and Packer and our revised post we already covered how to create templates for
Introduction As part of my Bachelor Thesis “Serverless Architectures”, my boss Edmund wanted to support me and assigned me the task to implement a serverless
Automated Testing of Packer Templates with Kitchen Terraform In the latest posting about HashiCorp Packer, we created a Packer template that was able to create
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
This is a followup article to Using Test Kitchen With Puppet. This time we want to run our tests against an Openstack deployment. You can follow my article
From the kitchen.ci homepage: Your infrastructure deserves tests too. So lets write some integration test for our puppet code. We will use a super simple puppet
Introduction We have collected different articles about AWS for you. Serving dynamic website content with serverless architecture A serverless architecture can
Introduction Stay up to date with this link collection about different topics. Orchestrating Zero Trust with Chef Desktop This blog summarizes key concepts of
Introduction Stay up to date with this Link RoundUp about HashiCorp. Announcing HashiCorp Terraform 1.0 General Availability Terraform 1.0 — now generally
Introduction We have collected some useful and interesting links about Kubernetes for you. How etcd works with and without Kubernetes Learn how Kubernetes uses
Introduction We have collected different articles about Kubernetes for you. Introduction to k3d: Run K3s in Docker k3d is a small program made for running a
Introduction Have a look at the blog posts by our team members and how they use the HashiCorp stack. HashiCorp Vault SSH Authentication with Signed Public Keys
Introduction Stay up to date with this Link RoundUp about different topics. Announcing HashiCorp Terraform 0.15 General Availability Terraform 0.15 delivers a
Introduction We have collected some useful and interesting links about AWS for you. Reduce Unwanted Traffic on Your Website with New AWS WAF Bot Control |
Introduction We have collected some useful and interesting links about Chef for you. Chef is Now a Part of Progress - Chef Blog I can’t wait to see what
Introduction In this Link RoundUp you will find some interesting posts about the HashiCorp stack. HashiCorp Boundary: A Whiteboard Video with Armon Dadgar
Introduction In this Link RoundUp you will find some interesting posts about Kubernetes and all the topics which come around. Introducing Structured Logs
Introduction We have collected different blog posts from AWS for you to stay up to date. Advice for customers dealing with Docker Hub rate limits, and a Coming
Introduction Stay up to date with this Link RoundUp about AWS. A public data lake for COVID-19 research and development — Amazon Web Services The AWS COVID-19
Introduction We have collected three articles with the topic Kubernetes for you. Infra As Code — Terraform (4) Deploy Kubernetes Dashboard and Jenkins App In
Introduction We have collected four useful and interesting links about Chef for you. Configuring knife using Knife Profiles Just completed the Configuring
Introduction In this Link RoundUp you will find interesting posts about Terraform and Vault. Automated Terraform Deployments to AWS with Github Actions We’ve
Introduction Have a look at four interesting blog posts by our team member Martin about Changelog Automation within GitLab, Terraform with Terratest and more.
Introduction We have collected different blog posts from AWS for you to stay up do date. How to integrate AWS Lambda with Spinnaker | Amazon Web Services In
Introduction Stay up to date with this Link RoundUp about Containers. A Practical Guide to Choosing between Docker Containers and VMs Docker, Kubernetes, and
Introduction In this Link RoundUp you will find some interesting posts about Kubernetes and all the topics which come around. Make Kubernetes Essential to Your
Introduction We have collected some useful and interesting links about Chef for you. Actionable Insights with Chef Automate & ServiceNow - Chef Blog To be
Introduction Stay up to date with this Docker Link Roundup. Docker Explained – An Introductory Guide To Docker - DZone Cloud This article serves as an
Introduction We have collected some interesting links about the HashiCorp stack for you. Continuous Integration for Terraform Modules with GitHub Actions
Introduction Have a look at these links to stay up to date about AWS and all the topics which come around. Improve Your App Testing With Amplify Console’s Pull
Introduction Have a look at these links to learn more about Kubernetes and all the topics which come around. Kubernetes Patterns : The Service Discovery
Introduction We have collected different links about Chef for you to stay up to date. Protect Yourself From the RubyGems Backdoor by InSpec’ing Your Fleet -
Introduction We have collected four blog posts about AWS for you. New – Port Forwarding Using AWS System Manager Session Manager
Introduction We have collected three links about the HashiCorp tools Nomad, Vault, Consul and Terraform for you. Distributed Configuration Management With
Introduction Kubernetes is in all mouth and we have collected five interesting links to help you staying at the edge of technology. KubeVirt.io Virtual Machine
Introduction Check out what is new in the world of GitHub and GitLab. GitHub gets a CI/CD service – TechCrunch
Introduction Stay up do date with this Serverless Link RoundUp. 5 ways to manage serverless secrets, ranked best to worst | TechBeacon Traditional methods for
Introduction In this link roundup you find different interesting posts about Kubernetes, for example how to implement "Preview Environments" on Kubernetes with
Introduction This Chef and Habitat link roundup contains links about the new Chef Infra Client release and examples how to use Chef Habitat on Windows. AWS
Introduction Serverless is in all mouth and we have collected four interesting articles to help you staying at the edge of technology. Serverless vs.
Introduction We have collected four blog posts about Source Control Management for you. 4 Successful examples of application modernization To achieve legacy
Introduction Microsoft Azure is a cloud-computing platform for Software Engineers. Check out the following blog posts to learn more about it. Azure Functions
Introduction Continuous integration and continuous deployment help you to avoid mistakes and safe time. That is why we have collected blog posts about Jenkins,
Introduction Containers are taking the world by storm. We have collected four useful links about Docker for you. Check them out. Learn Enough Docker to be
Introduction You can join the next Open Infrastructure Summit to stay up to date about the IoT and everything about the cloud. In the meanwhile you can inform
Introduction Ruby on Rails is written in Ruby and a server-side web application framework. Check out the lastest news, the most popular repositories on GitHub,
Introduction No matter if you are already using Kubernetes or are planning to use it. We have collected some tips and tricks for you. 7 Key Considerations for
Introduction Serverless is in all mouth and we have collected four interesting articles to help you staying at the edge of technology. Four Techniques
Introduction With Chef you can automate all your technology. With InSpec you can run automated tests and Habitat is all about building, deploying and managing
Introduction Have a look at this links to learn more about Amazon Web Services and all the topics which come around. 3 Tips to Control the Cost of AWS Lambda
Introduction Git and GitHub can simplify your life. Check out why and improve your skills with some tips and tricks. Follow these simple rules and you’ll
Introduction Jenkins, Spinnaker, CircleCI are just some of the Continuous Integration / Continuous Development tools. MPL - Modular Pipeline Library The
Introduction Ruby is one of our favourite programming languages. That's why we have collected some blog posts with tips and tricks about Ruby. What is A Matrix
Introduction With Amazon Web Services you can scale and grow you business. Check out what you need to know about AWS and some tips and tricks. How to become an
Introduction Do you really know what it is? Or maybe you need some tips and tricks or want to stay up to date about new features? We have collected the perfect
Introduction Read about hybrid applications, different clouds and gain some insights into Microsoft Azure. Clouds Compared — AWS vs Azure vs GCP A comparison
Introduction The open source platform Kubernetes automates containerized services and workloads. In this link roundup you find a how-to blog post, takeaways
Introduction The OpenStack community is growing steadily and also the number of projects is increasing. Inform yourself about Kata, Swift, the Rocky release
Introduction Do you want to know why startups often use Serverless and if it's advantageous to run Kubernetes on Serverless applications? What is Serverless
Introduction The Link-Roundup about Chef, Habitat and InSpec includes a blog post to get a general overview of what Infrastructure as Code is. We also added
CircleCI Tools for effective pairing I have done somewhere in the range of 150 phone screens this year. Doubling your engineering organization means talking to
News from serverless.com Use Cloudflare Workers + Serverless Framework to add reliability and uptime to your FaaS Cloudflare Workers integrates with the
Go on medium.com Building real-time messaging server in Go – Alexander Emelin – Medium This story is a write-up after my talk at goway.io about Centrifugo.
News from kubernetes.io Introducing Volume Snapshot Alpha for Kubernetes Author: Jing Xu (Google) Xing Yang (Huawei), Saad Ali (Google) Kubernetes v1.12
News from azure.microsoft How developers can get started with building AI applications In recent years, we have seen a leap in practical AI innovations
News from blog.docker.com Docker Certified Containers from Monitoring Partners - Docker Blog The Docker Certified Technology Program is designed for ecosystem
News from aws.amazon.com Working with dependency injection in .NET Standard: inject your AWS clients – part 1 | Amazon Web Services Dependency injection (DI)
News from blog.chef.io Habitat® and Chef® Automate for Applications - Chef Blog With Chef Automate for Applications, our enterprise Habitat offering that is
News from superuser.openstack.org How to deploy Kubernetes on your laptop - Superuser Meet Minikube, a way to run a single-node Kubernetes cluster inside a VM.
News from the AWS Blog How to use Amazon GuardDuty and AWS Web Application Firewall to automatically block suspicious hosts | Amazon Web Services When you’re
News from blog.chef.io Deploy Applications with HPE OneSphere and Chef Automate - Chef Blog You can take advantage of the integration between HPE OneSphere and
News from blog.github.com Optimizing your open source project with GitHub Apps Automate away some of the pain points in your open source projects with these
News from superuser.openstack.org Inside the latest edition of "Learning OpenStack Networking" - Superuser The third edition offers updates on load
Enhance your DevSecOps practices with Azure Security Center’s newest playbooks Cloud-hosted workloads offer excellent scalability, ease of deployment, and
News from jenkins.io Accelerate with Jenkins X Jenkins is an open source automation server Remoting Kafka Plugin 1.0: A new method to connect agents Jenkins is
News from realpython.com Documenting Python Code: A Complete Guide – Real Python A complete guide to documenting Python code. Whether you're documenting a
Docker on Medium Docker Tutorial: Containers, VMs, and Docker for Beginners Original Article Posted Here :
News from serverless.com Using SQS with AWS Lambda and Serverless Get started with Simple Queue Service (SQS) and Serverless, and learn some of the important
News from the Chef.io Blog A Look at Deploying an Icinga2 Server with Chef Cookbooks - Chef Blog Walk through a deployment using four Icinga 2 cookbooks to see
Programming Languages Overview How to Choose a Programming Language Choosing a programming language can be a major hurdle because people lack the information
News from the Opensource Blog Highlights from the OpenStack project teams gathering A few weeks back in Dublin, Ireland, OpenStack engineers gathered from
News from the Azure Blog Explore Build 2018 content with playlists Use playlists of Build content to discover our top picks for the most relevant sessions,
The Latest News from the Kubernetes Blog Developing on Kubernetes - Kubernetes Developing on Kubernetes Zero-downtime Deployment in Kubernetes with Jenkins -
News from the Serverless Blog Fn Project brings containerized, cloud-agnostic functions to a cloud near you The Fn Project is an open source, container-native
What is New on the Docker Blog? Introducing Play with Kubernetes - Docker Blog Every month for the last year, thousands of people have used Play with Docker
News from the AWS Blog AWS AppSync – Production-Ready with Six New Features | Amazon Web ServicesIf you build (or want to build) data-driven web and mobile
Serverless on Medium Serverless isn't the Evolution of Compute - Serverless Zone I've been banging on for ages about how Serverless is the evolution of
The Kubernetes Blog Reporting Errors from Control Plane to Applications Using Kubernetes Events The official Kubernetes blog. Core Workloads API GA The
News from chef.io Migrating your Chef Server with knife-ec-backup and knife-tidy - Chef Blog Your guide for the easiest way to get all of your Chef data moved
News from AWS Deploy an Amazon ECS Cluster Running Windows Server with AWS Tools for PowerShell - Part 1 | Amazon Web Services This is a guest post from Trevor
The Official habitat.sh Blog Packaging a .Net Windows Service Application This post will demonstrate how to package a .Net Windows service application using
blog.docker.com Docker for Mac with Kubernetes - Docker Blog You heard about it at DockerCon Europe and now it is here: we are proud to announce that Docker
Chatbots - The Beginners Guide Chatbots - The Beginners Guide - Chatbots Magazine If you search for chatbots on Google, you'll probably come across hundreds of
Git NDP Software :: Git Cheatsheet Interactive Git Cheatsheet, categorizing commands based on what they affect. Oh, shit, git! Git is hard: screwing up is
Go moovweb/gvm gvm - Go Version Manager Go 1.10 is released - The Go Blog Happy Friday, happy weekend! Today the Go team is happy to announce the release of Go
Azure on GitHub Azure/azure-quickstart-templates azure-quickstart-templates - Azure Quickstart Templates Azure on techcrunch.com Microsoft acquires Avere
OpenStack and Kubernetes OpenStack and Kubernetes Better Together - OpenStack Blog for VMware Virtual machines and containers are two of my favorite
Jenkins and Kubernetes Jenkins declarative pipelines with Kubernetes Deploy Jenkins using Helm, create Jenkins declarative pipelines and execute builds in
News from the official Docker blog Docker Official Images are now Multi-platform - Docker Blog This past week, Docker rolled out a big update to our Official
Tips and tricks Kubespray.io takes the pain out of Kubernetes deployment There are a lot of differences between OpenStack and Kubernetes, but one thing they
Go Creating serverless Slack commands in minutes with Go & Up This post walks through the creation of a serverless Slack command written in Golang, and
News about Habitat Application Automation with Habitat and Kubernetes - Chef Blog Habitat, Chef's next generation application automation framework, provides a
The Microsoft Azure blog Monitor Azure services and applications using Grafana Today, we are excited to introduce the Grafana plugin for Azure Monitor and
Tips and tricks OpenStack basics: An overview for the absolute beginner - OpenStack Superuser Ben Silverman, author of "OpenStack for Architects," gets newbies
Git An Introduction to Managing Secrets Safely with Version Control Systems | DigitalOcean Version control software (VCS) is an essential part of most modern
Trends for 2018 Five Trends for Voice Assistants in 2018 - Chatbots Magazine It's going to be an interesting year... Since we've reached the end of one year,
10 Lessons from 10 Years of AWS Slides from my talk at the first AWS Community Day in Bangalore https://www.meetup.com/awsugblr/events/243819403/ The list is
News from serverless.com Managing secrets, API keys and more with Serverless Use Lambda environment variables and AWS Parameter Store to handle configuration
News from blog.chef.io Migrating your Chef Server with knife-ec-backup and knife-tidy - Chef Blog Now is a great time to start thinking about deploying a new
ChatBots on medium.com 11 Best Uses of Chatbots Right Now - The Mission - Medium Chatbots can schedule meetings, tell you the weather, and provide customer
GitLab How to automatically create a new MR on GitLab with GitLab CI At fleetster, we have our own instance of GitLab and we rely a lot on GitLab CI. How could
News from habitat.sh Running a Full Framework ASP.NET IIS application in Habitat First and foremost, we will not be creating Habitat packages for the .NET
Learn chef on chef.io Learn Chef Rally: New learning site for Chef practitioners - Chef Blog I'm excited to announce the launch of our new learning site for
blog.docker.com Docker Official Images are now Multi-platform - Docker Blog This past week, Docker rolled out a big update to our Official Images to make them
Helpful information about Kubernetes Kubernetes The Hard Way Explained - Chapter 1 Kelsey Hightower's tutorial is the goto place for wannabe Kubernetes
News from superuser.openstack.org Why Kubernetes, OpenStack and OPNFV are a match made in heaven - OpenStack Superuser Now's the time to forge an even closer
Tips and Tricks from the AWS blog How to Use AWS Organizations to Automate End-to-End Account Creation | Amazon Web Services AWS Organizations offers new
Azure combined with other technologies Announcing Chef Automate on Azure Stack - Chef Blog Today, we are excited to announce the availability of Chef Automate
Which CI/CD tool to use? CI/CD Tools Comparison: Jenkins, GitLab CI, Buildbot, Drone, and Concourse | DigitalOcean Continuous integration, delivery, and
Go Using Docker Multi-Stage Builds with GoJust Give Me the Code Fine...here you go. Motivation Consider the following Dockerfile: FROM scratch ADD
Tips and Tricks What's new in Kubernetes 1.6 -- a focus on stabilityKubernetes 1.6 is forecast to be released this week. Major themes include new capabilities
Git Git 2.13 has been releasedThe open source Git project has just released Git 2.13.0, with features and bugfixes from over 65 contributors. Before we dig into
The latest news from jenkins.io Delivery pipelines, with Jenkins 2: how to promote Java EE and...Published on 2017-07-05 by Michael Hüttermann In a past blog
Releases Habitat 0.25.0 ReleasedWe are happy to announce the release of Habitat 0.25.0. We have a number of new features as well as bug fixes, so please read on
News from docker.com Build And Deploy Hybrid Applications In Azure Using Docker...Is your organization asking you to modernize a traditional app that uses old
The latest news from the official AWS blog Protect Web Sites & Services Using Rate-Based Rules for AWS WAF...You can combine new Rate-based Rules with WAF
The latest news about OpenStack What makes OpenStack relevant in a container-driven world -...Thierry Carrez, OpenStack's VP of engineering, provides his take
The hype about ChatBots Why Chatbots Are the Future of Big Data - Jay - MediumAlmost exactly a year ago, Facebook launched the Messenger Platform, allowing
News from chef.io Achieving Windows Compliance with InSpec - Chef BlogThis blog post is a follow-up on our by Windows Compliance with InSpec webinar Joe
AWS Serverless Application Model (AWS SAM) Supports Inline Swagger and AWS CloudFormation Intrinsic FunctionsThe AWS Serverless Application Model (AWS SAM) has
Chef Certification: What it is and how to do it - Chef BlogThe Chef Certification Program is an exciting opportunity to deliver more value for your
Contextual Chatbots with Tensorflow - Chatbots MagazineIn conversations, context is king! We'll build a chatbot framework using Tensorflow and add some context
Chef Automate now available in the Azure Marketplace - Chef BlogChef and Microsoft are excited to announce the general availability of Chef Automate in the
Delivery Pipelines, with Jenkins 2, SonarQube, and ArtifactoryPublished on 2017-04-18 by Michael Hüttermann Continuous Delivery and DevOps are well known and
Kubernetes Ingress - Jay Gorrell - MediumA lot of people seem confused about how Ingress works in Kubernetes and questions come up almost daily in Slack. It's
Launch: Amazon Athena adds support for Querying Encrypted Data | AWS BlogRemember to access my data in the S3 buckets from the Athena service, I must ensure
Users stand up, speak out, and deliver data on OpenStack growthLast week, the OpenStack Foundation the results of its ninth user survey . OpenStack users
Developing a Spring Boot app on Docker: The AtSea Demo App - Docker BlogThis is the first of a series of blog posts that demonstrates using Docker to develop a
Kubernetes: a monitoring guideContainer technologies are taking the infrastructure world by storm. While containers solve or simplify infrastructure management
Continuous Integration of Cog... with Cog - Operable NewsWe've been building out our continuous integration (CI) pipelines lately and wanted to share a neat
Preparing for Chef Client 13 - Chef BlogOver the last year, we've adopted a monthly release cadence for Chef. This has served us well, giving our users (and
Habitat and Docker - Chef BlogEveryone knows how to Docker, right? Here is a typical scenario below. # Build an Image (docker) $ docker build -t
Introducing Docker Secrets Management - Docker BlogContainers are changing how we view apps and infrastructure. Whether the code inside containers is big or
What is OpenStack? The Basics, Part 1OpenStack. In an increasingly cloud-obsessed world, you've probably heard of it. Maybe you've read it's "one of the
(Declarative) Jenkins PipelinesTalk at the Mannheim Java User Group (MAJUG) Mannheim, 15.03.2017 Re-Introducing Jenkins: Automated Testing with Pipelines -
Why Kubernetes or How Giant Swarm Builds InfrastructureGiant Swarm's goal is to build the simplest platform to professionally host your distributed
Habitat 101: An Introduction to Habitat - July 13, 2016Habitat is an open-source framework that gives modern application teams an application-centric
OpenStack under the radar - OpenStack SuperuserWe're all anxious to put 2016 to bed, but before we kick off 2017, it's worth recognizing some OpenStack stories
Using Kubernetes for Deployments - via @codeshipReading Time: 3 minutes Let's learn how to set up continuous deployment to Kubernetes for your Docker apps.
Fission: Serverless Functions as a Service for KubernetesFission can be installed with a `kubectl create` command: see the Editor's note: Today's post is by
Serverless Reference Architectures with AWS LambdaBuilding your applications with only managed components has become very popular, and AWS Lambda plays a
Database Migration-What Do You Need to Know Before You Start?Congratulations! You have convinced your boss or the CIO to move your database to the cloud. Or
Analyzing with SonarQube Scanner for JenkinsThis plugin lets you centralize the configuration of SonarQube server connection details in Jenkins global
What is ChatOps? A guide to its evolution and adoptionI am the product of AIM. I can hear that door swinging open and closed in my mind with absolute fidelity.
Chef at Parallels: Automate all the things!These are slides I used in my presentation on Tallinn DevOps Meetup at Nov 1, 2016
Why Habitat? The Supervisor and Run Lifecyle - Chef BlogIn our previous posts, we talked about packaging your applications and compared results between
Docker acquires Infinit: a new data layer for distributed applications - Docker BlogThe short version: Docker acquired a fantastic company called Infinit.
The Need For Speed: Building Pipelines To Be FasterResponse time is paramount for a CI/CD system. In this session, you will see how a few best practices in
AWS Developer Tool Recap - Recent Enhancements to CodeCommit, CodePipeline, and CodeDeploy | AWS BlogClick here to return to Amazon Web Services homepage First
Drupal 8 CI/CD with Docker via Jenkins. Part 1: IntegrationIn this article I will demonstrate how to organize CI workflow for your Drupal 8 website with
Habitat and Amazon Elastic Container Service - Chef BlogI was fortunate to present to the AWS Sydney North User Group on the topic "Build Better Containers for
ngrok - secure introspectable tunnels to localhostngrok secure introspectable tunnels to localhost webhook development tool and debugging tool Slack app
Creating and accessing a Kubernetes cluster on OpenStack, part 1: Create the clusterIn honor of this week's Kubecon, we're bringing you information on how to
Introducing InfraKit, an open source toolkit for creating and managing declarative, self-healing infrastructure - Docker BlogWritten by Bill Farner and David
A busy Java developers guide to developing microservices on Kubernetes and dockerAs Java developers we're often really busy with large backlogs, customer
kubernetes/kopsKubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management Microsoft open sources its Azure Container Service
"Shift Left" Security and Compliance Automation with InSpec and Chef - Chef BlogVelocity needs control to be successful. As DevOps delivers high-velocity,
upmc-enterprises/kubeadm-awskubeadm-aws - Bootstrap a Kubernetes cluster on AWS using Terraform and kubeadm aws/aws-week-in-reviewaws-week-in-review - The
How Rackspace Operates OpenStack at Scale - The Official Rackspace BlogAs anyone who's ever tried to move a technology from development to production knows,
Using Terraform with AWSThese are the slides from my meetup talk at http://www.meetup.com/AWS-Munich/events/227474245/. Materials are here:
What is ChatOps? A guide to its evolution & significanceI am the product of AIM. I can hear that door swinging open and closed in my mind with absolute
rktnetes brings rkt container engine to KubernetesAs part of "We find CoreOS's rkt a compelling container engine in Kubernetes because of how rkt is composed
Jenkins Community Builds on Success of Jenkins 2 with Powerful New User ExperienceSANTA CLARA, Calif.--()-- JENKINS WORLD--The Jenkins project, comprised of a
Docker Slaves Plugin - Jenkins - Jenkins WikiIf something goes wrong (sic), please first run Jenkins master with
Introducing Docker for Windows Server 2016 - Docker BlogToday, Microsoft is announcing general availability of Windows Server 2016 at the Ignite conference in
An Overview of Docker Registries - via @codeshipUPDATE: With January 1st, 2017 we rebranded our hosted CI Platform for Docker from "Jet" to what is now known
Hewlett Packard Enterprise and the Chef Partner Cookbook Program - Chef BlogI'd like to announce that Hewlett Packard Enterprise (HPE) is now part of the Chef
Automate creation of VMWare virtual machines In the previous post about VMWare templates with packer and also the revised post about that topic we introduced
Automate creation of VMWare virtual machines In the previous post about VMWare templates with packer and also the revised post about that topic we introduced
Automated VMWare Templates with Hashicorp Packer - Revised In our previous post about VMWare and Packer we already covered the build process of building packer
Automated VMWare Templates with HashiCorp Packer Within all the cloud providers you get automated built template based virtual machines - what about doing this
Traefik and Hashicorp Consul with Terraform Are you looking for a solution to configure a reverse proxy or load balancer without the need to step into a big
Install then base OS install the flash tool GitHub - hypriot/flash: Command line script to flash SD card images of any kind 1curl -O
The Chef Community Summit is an event where Chef Inc. brings all its' users and contributors together. In 2018 it took place in Seattle and London. Attendees
Michael Ducy, Director of Product Marketing at Chef demonstrated in this hands-on session how Habitat helps to simplify the processes required to build, deploy,
The time has passed quickly and our third Infracoders Meetup in 2017 took place on the 27th of June in the Aula X Space, Graz. Although the hot temperatures
The Chef Community Summit is an event where Chef Inc. brings all its' users and contributors together. In 2018 it took place in Seattle and London. Attendees
The first Infracoders/DevOps/CloudNative Meetup after the summer break took place on the 11th of September, 2018 in Graz. About 15 Infracoders were excited
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
Introduction This blog post covers the topic Docker Swarm and how to create a minimal cluster running a Nginx service. Normally, a Docker Swarm consists of
Karl Kowald, Managing Director of Lorem Ipsum web.solutions GmbH, gave a presentation on Aurora WP at the last Infracoders / DevOps / CloudNative Meetup with
Introduction As part of my Bachelor Thesis “Serverless Architectures”, my boss Edmund wanted to support me and assigned me the task to implement a serverless
Introduction As part of my Bachelor Thesis “Serverless Architectures”, my boss Edmund wanted to support me and assigned me the task to implement a serverless
As a new project, I was assigned the task to automate internal processes for our website deployment and to implement some features. Therefore, I had to deal
As a new project, I was assigned the task to automate internal processes for our website deployment and to implement some features. Therefore, I had to deal
Ruby After my first steps in programming with Ruby, I was assigned to write a program for our company to automate a process. The task I should automate, takes
Next stops Git, Gitlab, Ruby, Rspec and Cucumber To get into the workflow of our company, I started learning how to use Git. So, I started with the basics,
My name is Miriam Grainer, I’m 24 years old and I live in Graz. I’m an information management student at FH Joanneum and started working for the company
Michael Ducy, Director of Product Marketing at Chef demonstrated in this hands-on session how Habitat helps to simplify the processes required to build, deploy,
The time has passed quickly and our third Infracoders Meetup in 2017 took place on the 27th of June in the Aula X Space, Graz. Although the hot temperatures
A post about DevOps, ChatOps, ChatBots and how we used them to create a fully automated deployment experience for a fortune 500 company. Let's start with a
The revival of the Infracoders Graz Meetup group took place on the 21st of February 2017 at the Aula X Space in Eggenberg, Graz. About 30 Infracoders listened
A post about DevOps, ChatOps, ChatBots and how we used them to create a fully automated deployment experience for a fortune 500 company. Let's start with a
Next stops Git, Gitlab, Ruby, Rspec and Cucumber To get into the workflow of our company, I started learning how to use Git. So, I started with the basics,
Install then base OS install the flash tool GitHub - hypriot/flash: Command line script to flash SD card images of any kind 1curl -O
Install then base OS install the flash tool GitHub - hypriot/flash: Command line script to flash SD card images of any kind 1curl -O
Install then base OS install the flash tool GitHub - hypriot/flash: Command line script to flash SD card images of any kind 1curl -O
The revival of the Infracoders Graz Meetup group took place on the 21st of February 2017 at the Aula X Space in Eggenberg, Graz. About 30 Infracoders listened
The revival of the Infracoders Graz Meetup group took place on the 21st of February 2017 at the Aula X Space in Eggenberg, Graz. About 30 Infracoders listened
In 2017, Infralovers helped a railway modernize onboard IT using Chef Infra training/consulting, enabling updates despite poor network connectivity.
Über 6 Jahre unterstützte Infralovers einen Energydrink-Hersteller bei der AWS-Migration & Automatisierung (Chef, Terraform, Vault) ohne
In 2018-19, Infralovers helped ARZ shift to modern IaC practices with tailored Chef Infra/GitLab training & consulting, overcoming initial skepticism.
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
What is Testing? Testing can be stated as the process of validating and verifying that a computer program/application/product works as expected How people used
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
This is a followup article to Using Test Kitchen With Puppet. This time we want to run our tests against an Openstack deployment. You can follow my article
From the kitchen.ci homepage: Your infrastructure deserves tests too. So lets write some integration test for our puppet code. We will use a super simple puppet
Virtualization enables on-demand-provisioning of servers running several choices of operating systems and customized software stacks. This leaves the consumer
How do organizations run large-scale applications with a team of developers while deploying changes hundreds of times per day without breaking things? History
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
We are IT-Experts and love everything that has to do with IT-Infrastructure and the cloud. Since 10 years we have been building and consulting big and small
As official training partner (2013-19), Infralovers established Chef Inc./Progress Chef training in DACH, improving materials & offering German language
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
This is a followup article to Using Test Kitchen With Puppet. This time we want to run our tests against an Openstack deployment. You can follow my article
From the kitchen.ci homepage: Your infrastructure deserves tests too. So lets write some integration test for our puppet code. We will use a super simple puppet
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
OpenStack Lifecycle Management Tools In a joint effort Jannis Rake-Revelant, Jürgen Brüder, and myself Edmund Haselwanter had a look at several what we call
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
So we have installed OpenStack on our test environment but not done anything with it. SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment
Welcome back to the next post in the series about deploying a multinode OpenStack testlab environment. This time we will focus on the outside-in to our cluster.
Prerequisites Have a cluster installed like in: SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment Getting OpenStack Installed Turn on the one
Prerequisites Have a cluster installed like in: SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment After you have installed the admin node you
I had some trouble installing VirtualBox on SLES 11 SP3, so here are some notes on what you want to do Prepare the Build Environment The VirtualBox rpm needs to
Prerequisites We need to have a VirtualBox environment set up. For SLES have a look at this blog post: Install Virtualbox on SLES 11 SP3. As SLES and SUSECloud
At the beginning of May 2014 I started contributing to a great new OpenSource project sponsored by Deutsche Telekom. The Hardening Framework. One of the
So we have installed OpenStack on our test environment but not done anything with it. SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment
Welcome back to the next post in the series about deploying a multinode OpenStack testlab environment. This time we will focus on the outside-in to our cluster.
Prerequisites Have a cluster installed like in: SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment Getting OpenStack Installed Turn on the one
Prerequisites Have a cluster installed like in: SUSECloud Part 1 - Install The Multi Node OpenStack/Ceph Environment After you have installed the admin node you
Prerequisites We need to have a VirtualBox environment set up. For SLES have a look at this blog post: Install Virtualbox on SLES 11 SP3. As SLES and SUSECloud
Cheat Sheet Version This will become a full fledged blog post. At this time it is just the happy-path description to get it running without much explanation.
I had some trouble installing VirtualBox on SLES 11 SP3, so here are some notes on what you want to do Prepare the Build Environment The VirtualBox rpm needs to