Products tagged with 'linux-foundation'

Argo CD

cncf linux-foundation server-app

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

Contour

cncf kubernetes linux-foundation server-app

Contour is an ingress controller for Kubernetes that works by deploying Envoy as a reverse proxy and load balancer. Contour supports dynamic configuration updates out of the box while maintaining a lightweight profile.

ESLint

app build-tool herodevs javascript-runtime linux-foundation

ESLint is a popular static code analysis tool used to identify problematic patterns found in JavaScript code. It is highly configurable and supports a wide range of plugins that extend its basic functionality, allowing developers to write cleaner, more consistent code aligned with their standards.

Electron

framework javascript-runtime linux-foundation

Electron is a framework for building desktop applications using JavaScript, HTML, and CSS. By embedding Chromium and Node.js into its binary, Electron allows you to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, and Linux.

Envoy

cncf linux-foundation server-app

Envoy is an open-source high-performance C++ distributed proxy designed for single services and applications, as well as a communication bus and β€œuniversal data plane” designed for large microservice β€œservice mesh” architectures. Envoy runs alongside every application and abstracts the network by providing common features in a platform-agnostic manner.

Express

framework herodevs javascript-runtime linux-foundation

Express.js is a minimal and flexible Node.js web application framework used for building web servers and APIs.

Flux

cncf linux-foundation server-app

Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories) and automating updates to configuration when there is new code to deploy. Flux is built from the ground up to use Kubernetes’ API extension system, and to integrate with Prometheus and other core components of the Kubernetes ecosystem. Flux supports multi-tenancy and support for syncing an arbitrary number of Git repositories.

Grunt

app herodevs javascript-runtime linux-foundation

Grunt is a popular JavaScript task runner, a tool used to automate repetitive tasks in your web development workflow.

Harbor

cncf linux-foundation server-app

Harbor is an open-source registry server that stores and distributes container images and other artifacts. It is a graduated CNCF project.

Jenkins

java-runtime linux-foundation server-app

Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.

KEDA

cncf linux-foundation server-app

KEDA is a Kubernetes-based Event Driven Autoscaler. With KEDA, you can drive the scaling of any container in Kubernetes based on the number of events needing to be processed.

Keycloak

java-runtime linux-foundation red-hat server-app

Keycloak is an open source identity and access management solution for modern applications and services.

Kubernetes

linux-foundation server-app

Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.

Kuma

cncf linux-foundation server-app

Kuma is a multi-zone service mesh for containers, Kubernetes and VMs.

Kyverno

cncf kubernetes linux-foundation server-app

Kyverno is a policy engine designed for Kubernetes. Kyverno allows cluster administrators to manage environment specific configurations independently of workload configurations and enforce configuration best practices for their clusters.

Linux Kernel

linux-foundation os

The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. Linux is deployed on a wide variety of computing systems, such as embedded devices, mobile devices (including Android), personal computers, servers, mainframes, and supercomputers.

Node.js

framework herodevs javascript-runtime linux-foundation

Node.js is an open-source, cross-platform JavaScript run-time environment built on Chrome’s V8 JavaScript engine that executes JavaScript code outside a browser.

OpenBao

linux-foundation server-app

OpenBao is an open source, community-driven fork of Hashicorp Vault managed by the Linux Foundation.

OpenSearch

amazon database java-runtime linux-foundation

OpenSearch is a community-driven, Apache 2.0-licensed open source search and analytics suite that makes it easy to ingest, search, visualize, and analyze data. Developers build with OpenSearch for use cases such as application search, log analytics, data observability, data ingestion, and more.

OpenTofu

app cncf linux-foundation

OpenTofu is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation.

Podman

app linux-foundation

Podman is a daemon-less, open-source, Linux-native tool designed to make it easy to find, run, build, share and deploy applications using Open Container Initiative (OCI) Containers and Container Images.

Prometheus

linux-foundation server-app

Prometheus is an open-source system monitoring and alerting toolkit. Prometheus is part of the Cloud Native Computing Foundation (CNCF) and is released under the Apache 2.0 license.

Valkey

database linux-foundation

Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. Valkey can run as either a standalone daemon or in a cluster, with options for replication and high availability.

Vitess

database linux-foundation

Vitess is a database clustering system for horizontal scaling of MySQL.

XCP-ng

linux-foundation os

XCP-ng is a free and open-source hypervisor based on Xen. It is a fork of XenServer, which was acquired by Citrix in 2013. It is a drop-in replacement for XenServer, and can be used to manage and run virtual machines on any hardware that supports the Xen hypervisor. XCP-ng is developed by a community of contributors and is available for free.

cert-manager

app cncf linux-foundation

cert-manager is a powerful and extensible X.509 certificate controller for Kubernetes and OpenShift workloads

containerd

app linux-foundation

containerd is an industry-standard container runtime with an emphasis on simplicity, robustness, and portability. It is available as a daemon for Linux and Windows. It manages the complete container lifecycle of its host system, from image transfer and storage to container execution and supervision to low-level storage to network attachments and beyond.

etcd

cncf database linux-foundation

etcd is an open-source, strongly consistent and distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It is used as the backing store by Kubernetes.

jQuery

framework javascript-runtime linux-foundation

jQuery is a widely used JavaScript library making it easier to manipulate HTML documents.

nvm

app herodevs javascript-runtime linux-foundation

nvm is a shell script that allows you to quickly install and use different versions of Node via the command line.