manosanaggh / KNoC

KNoC is a Kubernetes Virtual Kubelet that uses an HPC cluster as the container execution environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNoC - A Kubernetes Node to manage container lifecycle on HPC clusters

KNoC is a Virtual Kubelet Provider implementation that manages real pods and containers in a remote container runtime by supporting the lifecycle management of pods, containers and other resources in the context of Kubernetes.

Virtual Kubelet is an open source Kubernetes kubelet implementation that masquerades as a kubelet for the purposes of connecting Kubernetes to other APIs.

Remote environments include Singularity container runtime utilizing Slurm's resource management and job scheduling

Features

  • Create, delete and update pods
  • Container logs and exec
  • Get pod, pods and pod status
  • Support for EmptyDirs, Secrets and ConfigMaps

diagram

Documentation

You can find all relative information in Documentation

About

KNoC is a Kubernetes Virtual Kubelet that uses an HPC cluster as the container execution environment

License:Apache License 2.0


Languages

Language:Go 96.1%Language:Makefile 1.7%Language:Smarty 1.3%Language:Dockerfile 0.9%