Products tagged with 'linux-foundation'
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
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 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 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.js is a minimal and flexible Node.js web application framework used for building web servers and APIs.
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 is a popular JavaScript task runner, a tool used to automate repetitive tasks in your web development workflow.
Harbor is an open-source registry server that stores and distributes container images and other artifacts. It is a graduated CNCF project.
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 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 is an open source identity and access management solution for modern applications and services.
Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.
Kuma is a multi-zone service mesh for containers, Kubernetes and VMs.
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.
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 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 is an open source, community-driven fork of Hashicorp Vault managed by the 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 is a fork of Terraform that is open-source, community-driven, and managed by the 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 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 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 is a database clustering system for horizontal scaling of MySQL.
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 is a powerful and extensible X.509 certificate controller for Kubernetes and OpenShift workloads
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 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 is a widely used JavaScript library making it easier to manipulate HTML documents.
nvm is a shell script that allows you to quickly install and use different versions of Node via the command line.