DevOps
Resources

FILTER BY

Best Practices for Software Bill of Materials (SBOM) Management

Best Practices for Software Bill of Materials (SBOM) Management

Properly managing a Software Bill of Materials, or SBOM, has always been a best practice from a security and compliance point of view. However, it gained special urgency in May 2021, when the White House issued an executive order that requires software vendors who work with the federal government to provide SBOMs for their products.…
DevSecOps Pipeline

DevSecOps Pipeline

DevSecOps erfreut sich zunehmender Beliebtheit, und das aus gutem Grund. Die Einführung von DevSecOps kann Ihrem Team helfen, Risiken zu reduzieren, die Compliance zu erleichtern und das Thema "Security" in Ihre Continuous Integration/Continuous Delivery (CI/CD)-Pipelines zu integrieren. Allerdings ist es nicht immer so leicht zu wissen, wo man anfangen soll. Es ist oft schwierig zu…
Containers vs. VMs: What’s the Best Choice for Your Workloads?

Containers vs. VMs: What’s the Best Choice for Your Workloads?

Containers and virtual machines (VMs) are nothing new. The concepts of resource partitioning and multi-tasking date back as far as the 1960s—from which VMs and containers evolved over the following twenty years. But the two technologies have only relatively recently started to take off. VMs were the first to go mainstream in the early 2000s.…
Docker-Images verstehen und erstellen: Ein Leitfaden für Anfänger

Docker-Images verstehen und erstellen: Ein Leitfaden für Anfänger

In dieser Einführung bringen wir Ihnen nicht nur die Grundlagen von Docker-Images näher, sondern zeigen Ihnen auch, wo Sie fertige Standard-Images finden, damit Sie gleich mit dem Erstellen Ihrer eigenen containerisierten Anwendungen, Tools und Services loslegen können. Als Docker-Newbie müssen Sie außerdem lernen, wie Sie Ihre eigenen benutzerdefinierten Images erstellen können. Daher werden wir kurz…
The Role of Containers in Your Microservice Architecture

The Role of Containers in Your Microservice Architecture

The enterprise approach to application deployment has changed dramatically over the past two decades. As low-cost commodity servers replaced mainframes throughout the late '90s and early 2000s, companies finally found an affordable way to isolate their applications from one another. They were able to deploy just one main service to each physical machine. And they…
Was ist Docker? Tutorial für Anfänger

Was ist Docker? Tutorial für Anfänger

Docker hat sich in kürzester Zeit zur bevorzugten Technologie für die Verpackung und Bereitstellung moderner verteilter Anwendungen entwickelt. Der Name Docker ist daher zum Synonym für Container geworden. Aber was genau ist Docker, wie funktioniert es, und warum sollte man es verwenden? Lesen Sie weiter und erfahren Sie alles über die wichtigsten Konzepte und Funktionen…
Leveraging Cloud Native Tools in a Hybrid Cloud Environment

Leveraging Cloud Native Tools in a Hybrid Cloud Environment

Cloud native tools, which run in distributed environments, can be deployed in any type of cloud – public, private or hybrid. You don’t need a specific type of cloud architecture to go cloud native. However, when you opt for a hybrid cloud – which means a cloud environment that combines public cloud resources with resources…
The Top 6 CI/CD Best Practices

The Top 6 CI/CD Best Practices

The most recent State of DevOps report from Google’s DevOps Research & Assessment (DORA) team found that “elite” performers recover from incidents 2,604 times faster and have a failure rate that is 7 times lower than “low” performers. In the world of DevOps continuous integration/continuous development (CI/CD), these statistics that show an extreme gap between…
Kubernetes Registry

Kubernetes Registry

Kubernetes, also known as K8s, has proven to be one of the most important open-source projects released in the last decade. From Capital One to Huawei to The New York Times, the container orchestration platform has proven integral to building and scaling countless software projects across the globe. Of course, Kubernetes isn’t the only tool…
An introduction to DevOps and CI/CD

An introduction to DevOps and CI/CD

Here, we’ll provide an introduction to DevOps, pipelines, and CI/CD for beginners. We’ll cover key CI/CD concepts, terminology, and point you to resources that can help you build your first CI/CD pipeline. What is DevOps? We’ve defined DevOps before, but let’s have a quick review before moving on to CI/CD. As you might expect, DevOps…