forked from apache/yunikorn-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
188 lines (179 loc) · 11.5 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!--
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Apache YuniKorn (incubating)</title>
<meta name="description" content="Apache YuniKorn (incubating)">
<meta name="author" content="The Apache Software Foundation">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="/assets/themes/yunikorn/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/assets/themes/yunikorn/css/style.css?body=1" rel="stylesheet" type="text/css">
<link href="/assets/themes/yunikorn/css/syntax.css" rel="stylesheet" type="text/css" media="screen" />
<!-- Le fav and touch icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/themes/yunikorn/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/themes/yunikorn/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/themes/yunikorn/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" href="/assets/themes/yunikorn/img/favicon/favicon.ico">
<link rel="manifest" href="/assets/themes/yunikorn/img/favicon/manifest.json">
<link rel="mask-icon" href="/assets/themes/yunikorn/img/favicon/safari-pinned-tab.svg" color="#438bc9">
<meta name="theme-color" content="#ffffff">
<!-- Js -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script>
<script src="/assets/themes/yunikorn/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/themes/yunikorn/js/docs.js"></script>
<script src="/assets/themes/yunikorn/js/anchor.min.js"></script>
<script src="/assets/themes/yunikorn/js/moment.min.js"></script>
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/assets/themes/yunikorn/img/yunikorn_white_logo.png" style="margin-top: -6px;" width="80" alt="I'm yunikorn">
<span style="margin-left: 0px;"> Apache YuniKorn </span>
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/apache/incubator-yunikorn-core/blob/master/docs/user-guide.md">Quick Start</a></li>
<!-- Download -->
<li><a href="/download.html">Download</a></li>
<!-- Docs -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="title"><span><b>Release</b></span></li>
<li><a href="https://github.com/apache/incubator-yunikorn-core/tree/v0.8.0/docs">0.8.0</a></li>
<li role="separator" class="divider"></li>
<li class="title"><span><b>Snapshot (development)</b></span></li>
<li><a href="https://github.com/apache/incubator-yunikorn-core/tree/master/docs">development</a></li>
</ul>
</li>
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/community/contributors.html">Contributors</a></li>
<li><a href="/community/member.html">Member</a></li>
<li><a href="https://github.com/apache/incubator-yunikorn-core">GitHub</a></li>
</ul>
</li>
<!-- Apache -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
<li><a href="http://www.apache.org/licenses/">Apache License</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="/assets.html">Assets</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
</ul>
</li>
<li><a href="https://github.com/apache/incubator-yunikorn-core/blob/master/docs/roadmap.md">Roadmap</a></li>
</ul>
</nav><!--/.navbar-collapse -->
</div>
</div>
<div class="jumbotron">
<div class="container" style="padding-bottom: 5px; margin-top: -15px;">
<div>
<div class="yunikorn">
<div class="yunikorn2"></div>
</div>
</div>
<div>
<div style="margin-top: -250px; position: relative;">
<h1 class="yunikorn-title">Apache YuniKorn (Incubating)</h1>
<p class="description">Apache YuniKorn (incubating) is a light-weight, universal resource scheduler for container orchestrator systems.</p>
</div>
<div class="border row">
<div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn" style="margin-top:8px;">
<a href="https://github.com/apache/incubator-yunikorn-core/blob/master/docs/user-guide.md" class="btn btn-primary btn-lg" role="button" style="margin:5px 25px 5px 25px;font-size:15px;">GET STARTED</a>
<a href="/download.html" class="btn btn-primary btn-lg" role="button" style="margin:5px 25px 5px 25px;font-size:15px;">DOWNLOAD</a>
<a href="https://github.com/apache/incubator-yunikorn-core/blob/master/docs/roadmap.md" class="btn btn-primary btn-lg" role="button" style="margin:5px 25px 5px 25px;font-size:15px;">ROADMAP</a>
</div>
</div>
</div>
</div>
</div>
<p><br />
<div class="content">
<div class="row">
<div class="col-md-12">
<p><br />
<br /><h1 class="index-header">What is Apache YuniKorn?</h1>
<p><br /><br /><br /></p>
<div class="row">
<div class="col-md-6" style="padding-right:0">
<h1 style="color:#4c555a">UNIVERSAL SCHEDULER</h1>
<p>Apache YuniKorn (incubating) is a light-weighted, universal resource scheduler for container orchestrator systems.</p>
<ul style="list-style-type: none;padding-left:10px;" >
<li style="font-size:18px; margin: 5px;"><span class="glyphicon glyphicon-transfer" style="margin-right:10px"></span> Unified</li>
<li style="font-size:18px; margin: 5px;"><span class="glyphicon glyphicon-eye-open" style="margin-right:10px"></span> Capacity Planning</li>
<li style="font-size:18px; margin: 5px;"><span class="glyphicon glyphicon-dashboard" style="margin-right:10px"></span> Resource Monitoring</li>
<li style="font-size:18px; margin: 5px;"><span class="glyphicon glyphicon-wrench" style="margin-right:10px"></span> Resource Scheduling</li>
<li style="font-size:18px; margin: 5px;"><span class="glyphicon glyphicon-cloud" style="margin-right:10px"></span> Application Management</li>
</ul>
</div>
<div class="col-md-6" style="padding:0">
<img class="img-responsive" style="border: 1px solid #ecf0f1;" src="/assets/themes/yunikorn//img/architecture.png" />
</div>
</div>
<p><br /></p>
<p><br /></p>
<h2>Roadmaps</h2>
<p>Want to learn more about roadmap and release plan of Apache YuniKorn? Please go to <a href="https://github.com/apache/incubator-yunikorn-core/blob/master/docs/roadmap.md">roadmap</a></p>
</div>
</div>
</div>
<p><br /></p>
<footer>
<p><img class="img-responsive" style="margin:0 auto; padding: 15px;" src="/assets/themes/yunikorn/img/asf_incubator_logo.png" width="250px"/></p>
<p><br /></p>
<p style="text-align: center;">Copyright © 2020 The Apache Software Foundation.<br>
Apache and the Apache feather logo are trademarks of The Apache Software Foundation</p>
<div class="col-md-12">
</div>
<div class="col-md-12">
Disclaimer: Apache YuniKorn (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
</div>
</footer>
</body>
</html>