Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Docker Desktop 4.31: Air-Gapped Containers, Docker Build Cloud, GitHub Actions support, ARM support

Docker Desktop 4.31 introduces a suite of powerful features aimed at enhancing security, performance, and usability. Key highlights include Air-Gapped Containers, allowing administrators to restrict container network access for heightened security. The release also integrates Docker Build Cloud, accelerating build processes by leveraging cloud infrastructure. Additionally, enhanced CI visibility with GitHub Actions and support for Windows on ARM (beta) expand development capabilities, while the new Compose File Viewer (beta) simplifies working with Compose files.

Traefik Proxy v3 review: WASM support, OpenTelemetry, and more

Traefik Proxy 3, a container reverse proxy and load balancer, has been officially released. This article highlights the main new features, including WASM support, OpenTelemetry, Kubernetes Gateway API support, HTTP/3, SPIFFE, Tailscale, and gRPC-Web, which enhance performance, security, and observability for modern cloud-native applications. For those unfamiliar with Traefik, please take a look at this Traefik beginner's guide to help you get started.

Install Docker on Ubuntu 24.04

Installing Docker on Ubuntu 24.04 is straightforward with the right instructions. This post will walk you through removing any previous Docker versions, updating your system, installing the necessary prerequisites, and setting up the official Docker repository. Finally, you'll install Docker Engine, verify its service, add your user to the Docker group, and test the installation to ensure everything is set up correctly.

Pulseway 9.6: Enhanced remote control, reporting, patch management, system monitoring and management

Pulseway is a cloud-based remote monitoring and management tool that enables administrators to conveniently oversee and manage systems from anywhere. Version 9.6 introduces various new features, including improved remote control performance, advanced custom reporting, bulk action capabilities, patch history tracking, new SNMP and service monitoring, enhanced patch management, and improved automation.

Job management in Kubernetes 1.30: Understanding the new success/completion policies for indexed jobs

In Kubernetes 1.30, notable improvements have been made to job management, especially for indexed jobs. The newly introduced success/completion policies, succeededIndexes and succeededCount, offer more precise control over job success criteria. These policies provide enhanced flexibility and robustness, ensuring that specific job indexes or a sufficient number must succeed before the job is considered complete.

Enable FIDO passkey authentication for IAM users in AWS

Amazon has recently introduced support for FIDO2 passkeys. Both root and IAM users can now utilize passkeys linked to a FIDO security key device or an authenticator. Beginning in July 2024, MFA is mandatory for root users. In this article, I will explain how to set up the IAM policy and show how to log into AWS using the fingerprint sensor on a Mac. However, the procedure described here should also work for other authenticators on Windows and Linux. Regrettably, the configuration procedure is complicated, and Amazon's passkeys guide is flawed.

OpenTofu 1.7: State encryption, provider-defined functions, loopable import blocks, and improved CLI experience

OpenTofu, an open-source Terraform fork, announced the release of OpenTofu 1.7 with new features and improvements. Since version 1.6, the first stable release after the fork, over 100 community contributors and OpenTofu's core team joined hands to add the requested features, such as state encryption, provider-defined functions, loopable import blocks, and an improved CLI experience.

Istio 1.22: Ambient mode, Gateway API, and Delta xDS for Kubernetes service mesh

Istio is an open-source service mesh that controls how microservices share data, often integrated with Kubernetes to manage traffic and communication between services, but also capable of working with other deployment environments. It provides various functionalities such as traffic control, security measures (encryption, authentication, etc.), and monitoring. Recently, the introduction of Istio version 1.22 unveiled many interesting features, including an alternative for sidecar proxies, integration with Gateway API, incremental xDS for configuration distribution, and several other improvements.

Enable Microsoft Entra ID passkey authentication

Passkey authentication can significantly improve security and ease of access. This blog post serves as a practical guide to understanding and enabling passkeys in Entra ID, Microsoft’s identity management service. You’ll learn how to register passkeys, set up devices, and test passkey authentication.

Use PowerShell to deploy and access GPT-4o in Azure OpenAI Service

The Azure OpenAI Service is a specialized offering within the broader set of Azure Cognitive Services, providing access to OpenAI's language models. The service can be accessed through REST APIs, Python SDK, and a web-based interface, Azure OpenAI Studio. In this article, you will learn how to deploy and access the GPT-4o model in Azure with PowerShell.

Microsoft Purview Audit Search Graph API: Retrieve audit logs from Microsoft 365 with PowerShell

Microsoft Purview integrates with Microsoft 365 applications such as Exchange, SharePoint, OneDrive, and Teams, providing comprehensive data governance, compliance, and protection capabilities across these platforms. One of the standout components of this suite is the Audit Search Graph API, which is currently in public preview. It allows developers and administrators retrieve detailed audit logs programmatically, providing deep insights into user activities across Microsoft services. In this blog, I will explore the full potential of the Microsoft Purview Audit Search Graph API and demonstrate how to use the API through both PowerShell and HTTP methods.

Creating OCI container images with Buildah 1.35: New Features with examples

Buildah is an open-source tool that helps build Open Container Initiative (OCI) container images. Unlike traditional container engines, Buildah allows you to create and manage images without a container daemon. Container images created with Buildah can be run in OCI-compatible container engines such as Docker, Podman, or containerd, orchestrated with Kubernetes. The latest release, Buildah 1.35, introduces several significant enhancements extending its capabilities. Key new features include the --add-file flag, which allows you to add files directly to committed images, the --sbom flag for generating Software Bill of Materials (SBOM) during the build and commit processes, and enhancements to the manifest push command with the addition of  the --retry and --retry-delay flags for more robust image pushing.

Key new features in Ubuntu 24.04 LTS

Canonical has just released Ubuntu 24.04 LTS (Long Term Support), known as Noble Numbat. This release introduces numerous new features and improvements throughout the operating system. This post covers the key highlights.
❌