-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
377 lines (365 loc) · 12.6 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="./assets/metal3-icon-color.png"
type="image/x-icon"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
<title>Metal³</title>
</head>
<body>
<nav class="nav">
<div class="container">
<h1>Metal³</h1>
<div class="menu">
<a href="#" class="is-active">Home</a>
<a href="https://github.com/metal3-io" target="_blank">GitHub</a>
<a href="https://metal3.io/documentation.html" target="_blank"
>Documentation</a
>
<a
href="https://docs.google.com/document/d/1XcZJggfeZ8E7F2UoEJe0pXMCNdCPweyAW5S7WDzbZ30/edit#"
target="_blank"
>Know More</a
>
</div>
<button class="hamburger">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<nav class="mobile_nav">
<a href="#" class="is-active">Home</a>
<a href="https://github.com/metal3-io" target="_blank">GitHub</a>
<a href="https://metal3.io/documentation.html" target="_blank"
>Documentation</a
>
<a
href="https://docs.google.com/document/d/1XcZJggfeZ8E7F2UoEJe0pXMCNdCPweyAW5S7WDzbZ30/edit#"
target="_blank"
>Know More</a
>
</nav>
<div class="hero">
<div class="hero-left">
<img
src="./assets/metal3-icon-color.png"
alt="logo"
width="260vw"
height="260vh"
/>
</div>
<div class="hero-right">
<div class="wrapper">
<p>Metal</p>
<div class="words">
<span> </span>
<span>3</span>
<span>Kubed</span>
<span>3</span>
<span>Kubed</span>
</div>
</div>
</div>
</div>
<div class="pagetwo">
<div class="pagetwo-left">
<div class="pagetwo-left_content">
<h1>Metal³ - BareMetal Host provisioning for Kubernetes</h1>
<p>
Metal³ is a collaboration between the
<a href="https://www.openstack.org/">OpenStack Foundation</a>
and the
<a href="https://kubernetes.io/">Kubernetes Community</a>.
<br />
It is a self-hosted, self-managed, CNCF sandbox project and is also
an infrastructure provider for the
<br />
<a href="https://kube.academy/courses/cluster-api">Cluster API</a>.
</p>
<div class="pagetwo-left_buttons">
<a href="">
<button class="button">Get Started</button>
</a>
<a href="">
<button class="button-two">Read Documentation</button>
</a>
</div>
</div>
</div>
<div class="pagetwo-right">
<div class="pagetwo-right_content">
<h1>Metal³ Prerequisites</h1>
<p>
<br />
- System with CentOS 8 Stream or Ubuntu 20.04
<br />
- Bare metal preferred, as we will be creating VMs
<br />
to emulate bare metal hosts
<br />
- Run as a user with passwordless sudo access
<br />
- Minimum resource requirements for the host machine:
<br />
4C CPUs, 16 GB RAM memory
</p>
</div>
</div>
</div>
<div class="pagethree">
<div class="pagethree-left">
<section class="feature-wrapper">
<h1>Metal³ Components</h1>
<div class="feature">
<div class="feature__item">
<a
href="https://book.metal3.io/bmo/introduction.html"
target="_blank"
>
<h3 class="section__title">Baremetal Operator (BMO)</h3>
</a>
</div>
<div class="feature__item">
<a
href="https://book.metal3.io/capm3/introduction.html"
target="_blank"
>
<h3 class="section__title">IP Address Manager (IPAM)</h3>
</a>
</div>
<div class="feature__item">
<a
href="https://github.com/metal3-io/baremetal-operator"
target="_blank"
>
<h3 class="section__title">BareMetalHost (BMH)</h3>
</a>
</div>
<div class="feature__item">
<a
href="https://github.com/metal3-io/hardware-classification-controller"
target="_blank"
>
<h3 class="section__title">
Hardware Classification Controller (HCC)
</h3>
</a>
</div>
<div class="feature__item">
<a
href="https://book.metal3.io/ipam/introduction.html"
target="_blank"
>
<h3 class="section__title">
Cluster API Provider Metal³ (CAPM3)
</h3>
</a>
</div>
<div class="feature__item">
<a
href="https://github.com/metal3-io/ironic-hardware-inventory-recorder-image"
target="_blank"
>
<h3 class="section__title">
Metal³ Hardware Inventory Record (M3HIR)
</h3>
</a>
</div>
</div>
</section>
</div>
<div class="pagethree-right">
<div class="pagethree-right_content">
<h1>Metal³ Deliverables</h1>
<p>
<br />
<a href="https://github.com/metal3-io/ironic-image">
- Ironic Image
</a>
<br />
<a href="https://github.com/metal3-io/metal3-dev-env">
- metal3-dev-env
</a>
<br />
<a href="https://github.com/metal3-io/baremetal-operator">
- BareMetal Operator (BMO)
</a>
<br />
<a
href="https://github.com/metal3-io/hardware-classification-controller"
>
- hardware-classification-controller (HCC)
</a>
<br />
<a href="https://github.com/metal3-io/cluster-api-provider-metal3">
- cluster-api-provider-metal3 (CAPM3)
</a>
<br />
<a href="https://github.com/metal3-io/ip-address-manager">
- ip-address-manager (IPAM)
</a>
<br />
<a href="https://github.com/metal3-io/ironic-ipa-downloader">
- ironic-ipa-downloader
</a>
<br />
<a href="https://github.com/metal3-io/ironic-client">
- Ironic-client
</a>
</p>
</div>
</div>
</div>
<div class="pagefour">
<div class="pagefour-left">
<div class="pagefour-left_content">
<h1>Why Metal³ ?</h1>
<p class="heading">Kubernetes Application</p>
<p class="content">
<a href="https://metal3.io/">Metal³</a> is a
<a href="https://kubernetes.io/">Kubernetes Application</a> meaning
it runs on Kubernetes and uses Kubernetes resources and APIs as its
interface.
</p>
<p class="heading">Uses Ironic</p>
<p class="content">
<a href="https://metal3.io/">Metal³</a>
builds on the work of other open-source tools for bare metal host
provisioning, such as
<a href="https://book.metal3.io/ironic/introduction.html">Ironic</a
>, and extends their capabilities by providing a Kubernetes-native
API.
</p>
<p class="heading">Cluster API</p>
<p class="content">
<a href="https://metal3.io/">Metal³</a>
is integrated with the Kubernetes
<a href="https://book.metal3.io/capm3/introduction.html"
>Cluster API</a
>
project. This integration allows Metal³ to be used as an
infrastructure backend for Machine objects from the Cluster API.
</p>
<p class="heading">Scalable and Open-Source</p>
<p class="content">
<a href="https://metal3.io/">Metal³</a> users can deploy and manage
their bare metal infrastructure at scale, similar to how cloud
providers manage virtual machines. Metal³ is empowering users to
take control of their infrastructure and leverage the full potential
of <a href="https://kubernetes.io/">Kubernetes</a>.
</p>
</div>
</div>
<div class="pagefour-right">
<div class="pagefour-right_content">
<h1>Mission</h1>
<p>
To make the deployment, configuration,
<br />
and management of bare metal infrastructure
<br />
as easy as cloud infrastructure.
</p>
</div>
</div>
</div>
<div class="pagefive">
<div class="pagefive-left">
<div class="pagefive-left_content">
<h1>Metal³ Future Plans / Goals</h1>
<p>
Metal³ aims to provide a framework that is scalable, vendor-neutral,
and accessible to users of any skill level.
<br />
<br />
It aims to reduce the complexity and cost of managing bare metal
infrastructure by leveraging Kubernetes to automate many of the
common tasks associated with managing servers.
<br />
<br />
In the near future, Metal3 wants to bring
<a
href="https://github.com/metal3-io/metal3-docs/blob/master/design/baremetal-operator/bios-config.md"
>BIOS</a
>
and
<a
href="https://github.com/metal3-io/metal3-docs/blob/master/design/baremetal-operator/raid-api.md"
>RAID</a
>
support to BMO, previews of these features are already available.
<br />
<br />
Looking further into the future, there is a possibility of dropping
<a href="https://www.mysql.com/">MySQL</a>
in favour of either
<a href="https://sqlite.org/">SQLite</a>
or anything else that is not a full-featured database.
</p>
</div>
</div>
<div class="pagefive-right">
<div class="pagefive-right_content">
<h1>Useful Links</h1>
<p>
<br />
<a
href="https://kubernetes.slack.com/messages/CHD49TLE7"
target="_blank"
>
- Slack
</a>
<br />
<a href="https://github.com/metal3-io" target="_blank">
- GitHub
</a>
<br />
<a href="https://twitter.com/metal3_io" target="_blank">
- Twitter
</a>
<br />
<a
href="https://www.youtube.com/channel/UC_xneeYbo-Dl4g-U78xW15g/videos"
target="_blank"
>
- YouTube
</a>
<br />
<a href="https://groups.google.com/g/metal3-dev" target="_blank">
- Google Groups
</a>
<br />
<a href="https://metal3.io/" target="_blank">
- Official Website
</a>
</p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p>
Copyright 2023 -
<a href="https://metal3.io/privacy-statement.html"
>Privacy Statement</a
>
</p>
</div>
</footer>
<script src="./script.js"></script>
</body>
</html>