forked from kubevirt/kubevirt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (71 loc) · 3.19 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
---
layout: homepage
---
<section class="kubevirt-intro">
<div class="wrapper">
<div class="container-fluid">
<div id="why" class="row">
<div class="col-md-5 offset-md-1 align-self-start">
<h2 class="page-subtitle--spacer_top">Why KubeVirt?</h2>
<p>
KubeVirt technology addresses the needs of development teams that have adopted or want to adopt <a href="https://kubernetes.io/">Kubernetes</a> but
possess existing Virtual Machine-based workloads that cannot be easily containerized. More specifically, the
technology provides a unified development platform where developers can build, modify, and deploy applications
residing in both Application Containers as well as Virtual Machines in a common, shared environment.
</p>
<p class="page-paragraph--spacer_bottom">
Benefits are broad and significant. Teams with a reliance on existing virtual machine-based workloads are
empowered to rapidly containerize applications. With virtualized workloads placed directly in development workflows,
teams can decompose them over time while still leveraging remaining virtualized components as is comfortably desired.
</p>
</div>
<div class="col-md-6 col-xl-5 align-self-center text-md-right" style="text-align: center;">
<img src="./../assets/images/home-image1.svg" class="img-fluid" alt="Workload Balancing">
</div>
</div>
</div>
</div>
</section>
<section class="kubevirt-can-do">
<div class="container-fluid">
<div class="row">
<div class="col offset-md-1 align-self-start">
<h2 class="page-subtitle--spacer_top page-subtitle--spacer_bottom">What can I do with KubeVirt?</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="card-group justify-content-center">
<div class="card col-md-4 col-lg-3 text-center">
<div class="card-body">
<img src="./../assets/images/home-image-col1.svg" class="img-fluid" alt="KubeVirt and Kubernetes">
</div>
<div class="card-footer">
<p>
Leverage KubeVirt and Kubernetes to manage virtual machines for impractical-to-containerize apps.
</p>
</div>
</div>
<div class="card col-md-4 col-lg-3 text-center">
<div class="card-body">
<img src="./../assets/images/home-image-col2.svg" class="img-fluid" alt="KubeVirt and VMs">
</div>
<div class="card-footer">
<p>
Combine existing virtualized workloads with new container workloads on the one platform.
</p>
</div>
</div>
<div class="card col-md-4 col-lg-3 text-center">
<div class="card-body">
<img src="./../assets/images/home-image-col3.svg" class="img-fluid" alt="Containerized Applications">
</div>
<div class="card-footer">
<p>
Support development of new microservice applications in containers that interact with existing virtualized applications.
</p>
</div>
</div>
</div>
</div>
</div>
</section>