interLink is a Cloud Native Computing Foundation Sandbox project
70 |The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.
Find out more in the ADOPTERS.md document!
112 |docs
directory.*/}
29 | Forget about complex API's and kubelet internals;
30 | focus on a simple REST interface for managing container lifecycle as you wish.
31 | >
32 | ),
33 | },
34 | {
35 | title: 'Integrate your resources quickly',
36 | Svg: require('@site/static/img/home-3.svg').default,
37 | description: (
38 | <>
39 | Integrate resources hosted on remote batch systems or FaaS instances in matter
40 | of minutes thanks to interLink plugin-based architecture.
41 | >
42 | ),
43 | },
44 | ];
45 |
46 | function Feature({title, Svg, description}: FeatureItem) {
47 | return (
48 | {description}
55 |interLink is a Cloud Native Computing Foundation Sandbox project
70 |The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.