DevOps
Resources

FILTER BY

Best Practices for Configuring a Docker Registry

Best Practices for Configuring a Docker Registry

It's relatively easy to set up a Docker registry and start populating it with Docker images. Most registries require just a few steps to get started. It's often harder, however, to ensure that your Docker registry is optimally configured for privacy, security and other needs. The default configurations of most registries tend not to be…
Creating the Ideal DevOps Tools List for Your DevOps Workflows

Creating the Ideal DevOps Tools List for Your DevOps Workflows

It's often said that DevOps is a philosophy, not a specific set of tools or processes. That's true. Nonetheless, practicing the philosophy of DevOps requires tools. Those tools will vary depending on exactly which types of software you are delivering through a DevOps approach and how you are deploying it. Therefore, one organization's DevOps toolset…
Qu’est-ce qu’une vulnérabilité logicielle?

Qu’est-ce qu’une vulnérabilité logicielle?

Comprendre les vulnérabilités logicielles est essentiel pour gérer les menaces de sécurité modernes. Que votre entreprise dépende de logiciels créés par des tiers, de logiciels conçus par vos propres développeurs ou d’une combinaison des deux, la capacité à détecter et à gérer les vulnérabilités logicielles est absolument essentielle pour assurer la sécurité des logiciels et…
Meilleures pratiques pour le scan de vulnérabilités de paquets

Meilleures pratiques pour le scan de vulnérabilités de paquets

L’analyse des vulnérabilités en matière de sécurité des paquets est une étape fondamentale pour la sécurisation de la quasi-totalité du pipeline de livraison de logiciels modernes. Grâce aux outils SCA, il est possible d’identifier automatiquement les vulnérabilités connues dans les paquets utilisés pour déployer les applications, les scanners de paquets réduisent considérablement le risque de mettre en production…
Qu’est-ce que chart Helm ?

Qu’est-ce que chart Helm ?

Helm utilise un format de paquet appelé « charts ». Un chart Helm est une collection de fichiers qui décrivent un ensemble connexe de ressources Kubernetes. Un seul chart peut être utilisé pour déployer quelque chose de simple, comme une application web complète avec des serveurs HTTP, des bases de données, des caches, etc. Détails JFrog Artifactory supporte…
How to Select a Managed Kubernetes Service

How to Select a Managed Kubernetes Service

Many vendors offer managed Kubernetes services, which are often the easiest method of setting up and managing a Kubernetes cluster. But with so many managed Kubernetes platforms available, it can be hard to determine which one is the right fit for your team’s feature requirements and budget. This article explains how to evaluate managed Kubernetes…
How to Build and Manage Rust Packages with Cargo

How to Build and Manage Rust Packages with Cargo

Rust is well-known for being a programming language that focuses on security. But another standout feature of Rust is that, unlike many other languages, it provides its very own build system and package manager, which is known as Cargo. Keep reading for a primer on how to manage Rust packages using Cargo. What is a…
Best Practices for CI/CD Security

Best Practices for CI/CD Security

For organizations that have embraced DevOps, the CI/CD pipeline is the foundation of the software delivery workflow. It facilitates the continuous movement of code from development to testing to deployment, and it allows the various stakeholders in the software delivery process -- developers, test engineers, IT operations engineers and more -- to collaborate. Given the…
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.…
A Beginner’s Guide to Docker

A Beginner’s Guide to Docker

Docker has rapidly emerged as the technology of choice for packaging and deploying modern distributed applications. Its name has become synonymous with containers. But what exactly is Docker, how does it work, and why should you use it? Read on and we'll explain the key concepts and features of Docker, as well as the benefits…