Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions static/packs-data/packs_information.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,14 @@
"name": "kubevirt",
"description": "KubeVirt is a virtual machine management add-on that allows the management of virtual machine workloads alongside container workloads within a Kubernetes cluster."
},
{
"name": "kubevirt-csi-driver",
"description": "KubeVirt CSI Driver is a component that enables the use of Container Storage Interface (CSI) drivers with KubeVirt virtual machines, allowing them to consume persistent storage."
},
{
"name": "kubevirt-csi-driver-infra",
"description": "KubeVirt CSI Driver Infra provides the necessary infrastructure components for the KubeVirt CSI Driver, ensuring seamless integration and operation within the Kubernetes cluster."
},
{
"name": "kubevirt-cdi",
"description": "The KubeVirt Containerized Data Importer (CDI) provides facilities for enabling Persistent Volume Claims (PVCs) to be used as disks for KubeVirt VMs via DataVolumes."
Expand Down Expand Up @@ -1030,5 +1038,57 @@
{
"name": "kubeflow-training-operator",
"description": "Kubeflow Training Operator is a Kubernetes operator that simplifies the deployment and management of machine learning training jobs on Kubernetes. It provides a way to define and manage the various components of a Kubeflow training pipeline, including training jobs, serving models, and managing data."
},
{
"name": "traefik",
"description": "Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. It integrates with Kubernetes to provide dynamic routing, SSL termination, and load balancing for your applications."
},
{
"name": "cni-antrea",
"description": "Antrea is a Kubernetes networking solution intended to be Kubernetes native. It operates at Layer 3/4 to provide networking and security services for a Kubernetes cluster, leveraging Open vSwitch as the networking data plane."
},
{
"name": "cni-nvidia-ovn",
"description": "The NVIDIA OVN CNI plugin is a Container Network Interface (CNI) plugin that integrates NVIDIA's GPU capabilities with the Open Virtual Network (OVN) to provide high-performance networking for GPU-accelerated workloads in Kubernetes clusters."
},
{
"name": "tigera-operator",
"description": "The Tigera Operator is a Kubernetes operator that simplifies the deployment and management of Calico, a popular open-source networking and network security solution for Kubernetes clusters. The operator automates the installation, configuration, and maintenance of Calico components, ensuring that your cluster's networking is secure and efficient."
},
{
"name": "twistlock",
"description": "Twistlock is a comprehensive cloud-native security platform that provides vulnerability management, compliance, and runtime defense for containerized applications and Kubernetes environments."
},
{
"name": "cert-manager",
"description": "cert-manager adds certificates and certificate issuers as resource types in Kubernetes clusters, simplifying obtaining, renewing, and using those certificates. It can issue certificates from various supported sources, including Let’s Encrypt, HashiCorp Vault, Venafi, and private PKI. It also takes care of the certificate validity and attempts to renew certificates before expiry."
},
{
"name": "csi-vsphere-noprovisioner",
"description": "Dummy CSI pack for use in vSphere clusters where you don't want to install any CSI. It only installs the vSphere Cloud Provider, which is required to get the cluster initialized."
},
{
"name": "custom-csi",
"description": "Dummy CSI available for AWS, EKS, and custom clouds."
},
{
"name": "cloudcasa",
"description": "CloudCasa is a cloud-native backup and recovery solution designed for Kubernetes environments. It provides a simple and efficient way to protect your Kubernetes applications and data, ensuring that you can recover quickly in the event of a disaster or data loss."
},
{
"name": "dpf-operator",
"description": "Nvidia DPF Operator is a Kubernetes operator that simplifies the deployment and management of NVIDIA Data Processing Framework (DPF) on Kubernetes clusters. It provides a way to define and manage the various components of a DPF deployment, including data processing pipelines, GPU resource allocation, and monitoring."
},
{
"name": "dpf-deployment",
"description": "Nvidia DPF Operator is a Kubernetes operator that simplifies the deployment and management of NVIDIA Data Processing Framework (DPF) on Kubernetes clusters. It provides a way to define and manage the various components of a DPF deployment, including data processing pipelines, GPU resource allocation, and monitoring."
},
{
"name": "nvidia-dpf-prereqs",
"description": "Installs the prerequisites for the Nvidia DPF Operator."
},
{
"name": "network-operator",
"description": "NVIDIA Network Operator is a Kubernetes operator that simplifies the deployment and management of NVIDIA networking components on Kubernetes clusters. It provides a way to define and manage the various components of a NVIDIA networking deployment, including network plugins, GPU resource allocation, and monitoring."
}
]
Loading