-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (112 loc) · 6.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Liqo</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<meta name="description" content="liqo.io">
<meta name="author" content="liqo">
<link rel="shortcut icon" href="imgs/favicon.svg" type="image/svg+xml">
<link rel="icon" href="imgs/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/main.css"></link>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VTRCZNN98D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VTRCZNN98D');
</script>
</head>
<body>
<div class="background">
<div class="content">
<div>
<img src="imgs/logo-liqo-blue.svg">
<div class="short-description">
Enable dynamic and seamless Kubernetes multi-cluster topologies
</div>
</div>
</div>
<div class="content bottom">
<div class="buttons">
<a href="https://github.com/liqotech/liqo" target="_blank">
<div class="button">
<span class="fa fa-github"></span>
</div>
</a>
<a href="https://join.slack.com/t/liqo-io/shared_invite/zt-h20212gg-g24YvN6MKiD9bacFeqZttQ" target="_blank">
<div class="button">
<span class="fa fa-slack"></span>
</div>
</a>
<a href="https://twitter.com/liqo_io" target="_blank">
<div class="button">
<span class="fa fa-twitter"></span>
</div>
</a>
<a href="https://www.youtube.com/channel/UCYbWJMfwy3P6xT4JI_K84xw" target="_blank">
<div class="button">
<span class="fa fa-youtube"></span>
</div>
</a>
<a href="https://medium.com/the-liqo-blog" target="_blank">
<div class="button">
<svg viewBox="0 0 1050 600" xmlns="http://www.w3.org/2000/svg">
<path d="m588.99,296.51c0,163.76 -131.85,296.52 -294.5,296.52s-294.49,-132.72 -294.49,-296.52s131.85,-296.51 294.49,-296.51s294.5,132.75 294.5,296.51m323.07,0c0,154.16 -65.93,279.12 -147.25,279.12s-147.25,-125 -147.25,-279.12s65.93,-279.12 147.25,-279.12s147.25,125 147.25,279.12m132.14,0c0,138.12 -23.19,250.08 -51.79,250.08s-51.79,-112 -51.79,-250.08s23.19,-250.08 51.8,-250.08s51.78,111.97 51.78,250.08"/>
</svg>
</div>
</a>
<a href="mailto: info@liqo.io" target="_blank">
<div class="button">
<span class="fa fa-envelope"></span>
</div>
</a>
</div>
<a class="doc-button" href="https://docs.liqo.io" target="_blank">Explore</a>
</div>
</div>
<div class="github">
<a href="https://GitHub.com/liqotech/liqo/stargazers/" target="_blank">
<img src="https://img.shields.io/github/stars/liqotech/liqo.svg?logo=github">
</a>
</div>
<h2 class="title">Features</h2>
<div class="cards">
<a href="https://docs.liqo.io/en/stable/features/peering.html" target="_blank"><div class="card">
<span class="fa fa-link"></span>
<div class="card-title">Peering</div>
<div class="card-content">
Automatic peer-to-peer establishment of <strong>resource and service consumption relationships</strong> between independent and heterogeneous clusters
</div>
</div></a>
<a href="https://docs.liqo.io/en/stable/features/offloading.html" target="_blank"><div class="card">
<span class="fa fa-paper-plane"></span>
<div class="card-title">Offloading</div>
<div class="card-content">
Seamless <strong>workloads offloading</strong> to remote clusters, without requiring any modification to Kubernetes or the applications themselves
</div>
</div></a>
<a href="https://docs.liqo.io/en/stable/features/network-fabric.html" target="_blank"><div class="card">
<span class="fa fa-globe"></span>
<div class="card-title">Network Fabric</div>
<div class="card-content">
A secure <strong>network fabric</strong>, enabling multi-cluster <strong>pod-to-pod</strong> and <strong>pod-to-service</strong> connectivity, regardless of the underlying configurations and CNI plugins
</div>
</div></a>
<a href="https://docs.liqo.io/en/stable/features/storage-fabric.html" target="_blank"><div class="card">
<span class="fa fa-archive"></span>
<div class="card-title">Storage Fabric</div>
<div class="card-content">
A native <strong>storage fabric</strong>, supporting the remote execution of <strong>stateful workloads</strong> according to the <strong>data gravity</strong> approach
</div>
</div></a>
</div>
<div class="footer">
<img src="imgs/logo-liqo-blue.svg">
<p>
Copyright © Liqo Contributors 2019-2023
</p>
</div>
</body>
</html>