Skip to content

Commit

Permalink
Update intro.mdx
Browse files Browse the repository at this point in the history
Drop intro repetition in docs
  • Loading branch information
dciangot authored Jul 31, 2024
1 parent 8b74353 commit 8112afb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ interLink is in early development phase, thus subject to breaking changes with n

:::

InterLink aims to provide an abstraction for the execution of a Kubernetes pod on any remote resource capable of managing a Container execution lifecycle.

The project consists of two main components:

- __A Kubernetes Virtual Node:__ based on the [VirtualKubelet](https://virtual-kubelet.io/) technology. Translating request for a kubernetes pod execution into a remote call to the interLink API server.
- __The interLink API server:__ a modular and pluggable REST server where you can create your own Container manager plugin (called sidecars), or use the existing ones: remote docker execution on a remote host, singularity Container on a remote SLURM batch system.

The project got inspired by the [KNoC](https://github.com/CARV-ICS-FORTH/knoc) and [Liqo](https://github.com/liqotech/liqo/tree/master) projects, enhancing that with the implemention a generic API layer b/w the virtual kubelet component and the provider logic for the container lifecycle management.

## Quick-start

Let's discover [**interLink in less than 5 minutes**](./category/usage).
Expand Down

0 comments on commit 8112afb

Please sign in to comment.