ContentPosts from @mudit009..
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Scaling Git’s garbage collection

GitHub hasmore than 18.6 petabytes of Git data, most of which comes from repository contents. Some of this data is junk, such as files that are no longer important, and is considered unreachable. - Normally, GitHub doesn't remove this data, but occasionally does so to remove sensitive information. -.. read more  

Scaling Git’s garbage collection
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

How Stripe builds interactive docs with Markdoc

Stripe designed its product docs to be interactive and customized for each user, which improved the user experience but posed challenges for authors. - To address this, Stripe created a custom authoring format, Markdoc, which extends Markdown with custom syntax for features like conditional content,.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Next magic Linux program to will change the world? Io_uring

Theio_uringsubsystem is becoming a game changer for Linux developers, allowing for faster I/O performance and a more natural event-driven programming style. - Unlike the older AIO subsystem, io_uring uses a shared memory ring buffer between user space and the kernel, enabling it to submit operations.. read more  

Next magic Linux program to will change the world? Io_uring
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

SUSE Unveils Rancher 2.7.2, Enhanced Kubernetes Management

SUSE has launchedRancher2.7.2, the latest version of its software stack for managing multiple Kubernetes clusters across any infrastructure, to boost ecosystem adoption. - Rancher Manager's user functionality has been decoupled to allow users to extend and enhance the Rancher UI. - The update includ.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Thousands of misconfigured container and artifact registries expose sensitive credentials

Aqua Security researchers discoveredover 10,000 container registries and 7,000 artifact repositoriesowned by businesses that are exposed to the internet and could give attackers access to sensitive information, including access tokens, encryption keys, database passwords, internal IP addresses, and .. read more  

Thousands of misconfigured container and artifact registries expose sensitive credentials
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Announcing the general availability of Azure CNI Overlay in Azure Kubernetes Service

Microsoft has announced the general availability ofAzure CNI Overlay, a new networking solution that assigns IP addresses from the user-defined overlay address space rather than using IP addresses from the VNET. - Azure CNI Overlay uses the routing of these private address spaces as a native virtual.. read more  

Announcing the general availability of Azure CNI Overlay in Azure Kubernetes Service
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Effortlessly Deploy to Azure Kubernetes with Open Source Tools Draft and Acorn

The article walks readers through deploying a web application to Azure Kubernetes Service (AKS) without having to write Docker or Kubernetes manifest files. - Using open-source command-line toolsDraftandAcorn, developers can containerize and deploy to AKS in a few steps. - The articledetails how to .. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Set up Cloud NAT with Google Kubernetes Engine (GKE)

The article provides step-by-step instructions for configuring a private Google Kubernetes Engine (GKE) cluster with a NAT Gateway on Google Cloud Platform (GCP). The steps include creating a VPC network and subnet, creating a private cluster, reserving a static IP address, creating a NAT configurat.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Istio-based service mesh add-on for Azure Kubernetes Service

Microsoft has launched the public preview of itsIstioadd-on for Azure Kubernetes Service (AKS). - The Istio add-on builds on top of the open-source Istio project and provides additional features such as verified external and internal ingress set-up, verified compatibility with supported versions of .. read more  

Istio-based service mesh add-on for Azure Kubernetes Service
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Data Profiler: Data Drift Model Monitoring Tool

The article discusses the importance of monitoring machine learning models to detect data drift and maintain efficiency. It presents a framework for detecting data drift that involves four stages: - data retrieval, - data modeling, - test statistics calculation, - hypothesis testing. The Kubeflow Da.. read more  

Data Profiler: Data Drift Model Monitoring Tool