-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (283 loc) · 14.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
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
<!DOCTYPE html>
<html id="home" lang="en" class="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
<link rel="stylesheet" type="text/css" href="/css/styles.css"><!-- default styles.css on -->
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="/css/sweetalert.min.css">
<link rel="stylesheet" type="text/css" href="/css/callouts.css">
<link rel="stylesheet" type="text/css" href="/css/custom-jekyll/tags.css">
<link rel="stylesheet" type="text/css" href="/css/custom-jekyll/hover-anchors.css">
<!-- no custom css detected -->
<meta name="description" content="" />
<script src="/js/jquery-3.2.1.min.js"></script>
<script src="/js/jquery-ui.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/sweetalert.min.js"></script>
<script src="/js/script.js"></script>
<script src="/js/custom-jekyll/tags.js"></script>
<!-- no custom js detected -->
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Service Catalog - Kubernetes | Kubernetes SIG Service Catalog</title>
<meta name="generator" content="Jekyll v3.6.3" />
<meta property="og:title" content="Service Catalog - Kubernetes" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Kubernetes SIG Service Catalog" />
<meta property="og:description" content="Kubernetes SIG Service Catalog" />
<link rel="canonical" href="https://service-catalog.drycc.cc/" />
<meta property="og:url" content="https://service-catalog.drycc.cc/" />
<meta property="og:site_name" content="Service Catalog - Kubernetes" />
<script type="application/ld+json">
{"url":"https://service-catalog.drycc.cc/","@type":"WebSite","headline":"Service Catalog - Kubernetes","name":"Service Catalog - Kubernetes","description":"Kubernetes SIG Service Catalog","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="https://service-catalog.drycc.cc/feed.xml" title="Service Catalog - Kubernetes" />
</head>
<body>
<div id="cellophane" onclick="kub.toggleMenu()"></div>
<header>
<a href="/" class="logo"></a>
<div class="nav-buttons" data-auto-burger="primary">
<ul class="global-nav">
<li><a href="/docs/">Documentation</a></li>
<li><a href="https://github.com/drycc-addons/service-catalog">GitHub</a></li>
<li><a href="/community">Community</a></li>
</ul>
<a href="/docs/walkthrough" class="button" id="tryKubernetes" data-auto-burger-exclude>Try Service Catalog</a>
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
</div>
<nav id="mainNav">
<main data-auto-burger="primary">
<div class="nav-box">
<h3><a href="/docs/walkthrough">Get Started</a></h3>
<p>Ready to get your hands dirty? Build a simple Kubernetes cluster that runs "Hello World" for Node.js.</p>
</div>
<div class="nav-box">
<h3><a href="/docs/">Documentation</a></h3>
<p>Learn how to use Kubernetes with the use of walkthroughs, samples, and reference documentation. You can even <a href="/editdocs/" data-auto-burger-exclude>help contribute to the docs</a>!</p>
</div>
<div class="nav-box">
<h3><a href="/community">Community</a></h3>
<p>If you need help, you can connect with other Kubernetes users and the Kubernetes authors, attend community events, and watch video presentations from around the web.</p>
</div>
</main>
<main data-auto-burger="primary">
<div class="left">
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
<a href="https://github.com/kubernetes/kubernetes" class="button" data-auto-burger-exclude>View On Github</a>
</div>
<div class="right">
<h5 class="github-invite">Explore the community</h5>
<div class="social">
<a href="https://github.com/drycc-addons/service-catalog" class="github"><span>Github</span></a>
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stack Overflow</span></a>
<a href="https://groups.google.com/forum/#!forum/kubernetes-users" class="mailing-list"><span>Mailing List</span></a>
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
</div>
</div>
<div class="clear" style="clear: both"></div>
</main>
</nav>
</header>
<!-- HERO -->
<section id="hero" class="light-text">
<main>
<div id="headlineWrapper">
<h1>Kubernetes Service Catalog</h1>
<h5>Bringing the Cloud Back Into Your Cluster</h5>
</div>
<a href="/docs/walkthrough" id="quickstartButton" class="button">Try Our Walkthrough</a>
</main>
<!--<div id="vendorStrip" class="light-text">-->
<!--<img src="images/logos/viacom_logo.png">-->
<!--<img src="images/logos/soundcloud_logo.png">-->
<!--<img src="images/logos/redhat_logo.png">-->
<!--<img src="images/logos/wepay_logo.png">-->
<!--<img src="images/logos/verizon_logo.png">-->
<!--</div>-->
</section>
<!-- OCEAN NODES -->
<section id="oceanNodes">
<main>
<div class="image-wrapper"><img src="images/flower.png"></div>
<div class="content">
<h3><a href="/docs/concepts/#introduction">Service Catalog</a> lets you
provision cloud services directly from the comfort of native Kubernetes tooling.
</h3>
<p>
Bring the cloud into your cluster and manage everything in "easy mode".
Craft a set of manifests that define your application, the services that it relies upon,
and seamlessly connect the two.</p>
</div>
</main>
<main>
<div class="image-wrapper"><img src="images/scalable.png"></div>
<div class="content">
<h4>Cluster Meets Cloud</h4>
<p>Service Catalog translates that manifest into a request to your cloud's
service broker, provisioning resources on your behalf and injecting the
credentials back into your containers.</p>
</div>
</main>
<main style="margin-top: 100px">
<div class="image-wrapper"><img src="images/osbapi-logo.png" style="max-width:unset;width:600px;margin-left:-200px;"></div>
<div class="content">
<h4>Open Standards</h4>
<p>Service Catalog speaks the language of the Open Service Broker API,<br/>
placing the world of cloud-native services at your command.
</p>
</div>
</main>
</section>
<section id="video">
<div class="light-text">
</div>
</section>
<section id="features">
<main>
<h3 class="center">Service Catalog Features</h3>
<div class="feature-box">
<div>
<h4><a href="/docs/design/#overview">Cloud Native Services</a></h4>
<p>Your cloud native apps deserve a cloud native cluster.
Provision managed services from your cloud provider directly
from native Kubernetes tooling.</p>
</div>
<div>
<h4><a href="/docs/resources/#whats-in-the-secrets">Smart Secrets</a></h4>
<p>Credentials are parsed and injected into Kubernetes secrets, ready for
your app to load as environment variables.</p>
</div>
</div>
<div class="feature-box">
<div>
<h4><a href="/docs/resources/#service-instance-parameters">Powerful Configuration</a></h4>
<p>The same configuration options that you see in your cloud portal
are available for configuration through Service Catalog.</p>
</div>
<div>
<h4><a href="http://openservicebrokerapi.org">Open Service Broker Compatible</a></h4>
<p>Every major cloud provider supports the Open Service Broker standards,
so regardless of who's powering your cluster, you will be able to tap into
the full suite of services.</p>
</div>
</div>
<div class="feature-box">
<div>
<h4><a href="/community">Vibrant Community</a></h4>
<p>Service Catalog is a Kubernetes Special Interest Group (SIG)
and is an official incubator project. Lead by a group of developers
spanning Microsoft, Google, RedHat and IBM, we are releasing regularly
and have many active contributors from the wider community.</p>
</div>
<div>
<h4><a href="/docs/cli">Operator Friendly</a></h4>
<p>Install a broker at the cluster level or in a single namespace, control
which services you'd like to make available, and provide sensible
defaults for provisioning cloud services.</p>
</div>
</div>
</main>
</section>
<div id="videoPlayer">
<iframe data-url="https://www.youtube.com/embed/of45hYbkIZs?autoplay=1" frameborder="0" allowfullscreen></iframe>
<button id="closeButton"></button>
</div>
<footer col="12">
<main class="light-text">
<nav>
<a href="/docs/walkthrough">Get Started</a>
<a href="/docs/">Documentation</a>
<a href="/community">Community</a>
</nav>
<div class="social">
<div>
<a href="https://github.com/drycc-addons/service-catalog" class="github"><span>Github</span></a>
<a href="https://kubernetes.slack.com/messages/sig-service-catalog" class="slack"><span>Slack</span></a>
</div>
<div>
<a href="https://groups.google.com/forum/#!forum/kubernetes-sig-service-catalog" class="mailing-list"><span>Mailing List</span></a>
</div>
<div>
<a href="/docs/install" class="button">Get Service Catalog</a>
<a href="/docs/devguide" class="button">Contribute</a>
</div>
</div>
<div id="miceType" class="center">
© 2023 The Kubernetes Authors | Documentation Distributed under <a href="/LICENSE" class="light-text">CC BY 4.0</a>
</div>
<div id="miceType" class="center">
Copyright © 2023 The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">Trademark Usage page</a>
</div>
</main>
</footer>
<button class="flyout-button" onclick="kub.toggleToc()"></button>
<style>
.cse .gsc-control-cse, .gsc-control-cse, {
padding: 0;
}
.gsc-control-cse table, .gsc-control-cse-en table {
margin:0px !important;
}
.gsc-above-wrapper-area {
border-bottom: 0;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36037335-10', 'auto');
ga('send', 'pageview');
// hide docs nav area if no nav is present, or if nav only contains a link to the current page
/*(function () {
window.addEventListener('DOMContentLoaded', init)
// play nice with our neighbors
function init() {
window.removeEventListener('DOMContentLoaded', init)
hideNav()
}
function hideNav(toc){
if (!toc) toc = document.querySelector('#docsToc')
if (!toc) return
var container = toc.querySelector('.container')
// container is built dynamically, so it may not be present on the first runloop
if (container) {
if (container.childElementCount === 0 || toc.querySelectorAll('a.item').length === 1) {
toc.style.display = 'none'
document.getElementById('docsContent').style.width = '100%'
}
} else {
requestAnimationFrame(function () {
hideNav(toc)
})
}
}
})();*/
</script>
<script>
$(function () {
'use strict';
/* selector */
var postHeader = 'h1,h2,h3,h4';
$(postHeader).filter('[id]').each(function () {
var header = $(this),
headerID = header.attr('id'),
anchorClass = 'header-link',
anchorIcon = '<i class="octicon octicon-link" aria-hidden="true"></i>';
if (headerID) {
header.prepend($('<a />').addClass(anchorClass).attr({ 'href': '#' + headerID, 'aria-hidden': 'true' }).html(anchorIcon));
}
return this;
});
});
</script>
<!-- Commenting out AnswerDash for now; we need to work on our list of questions/answers/design first
<!-- Start of AnswerDash script <script>var AnswerDash;!function(e,t,n,s,a){if(!t.getElementById(s)){var i,r=t.createElement(n),c=t.getElementsByTagName(n)[0];e[a]||(i=e[a]=function(){i.__oninit.push(arguments)},i.__oninit=[]),r.type="text/javascript",r.async=!0,r.src="https://p1.answerdash.com/answerdash.min.js?siteid=756",r.setAttribute("id",s),c.parentNode.insertBefore(r,c)}}(window,document,"script","answerdash-script","AnswerDash");</script> <!-- End of AnswerDash script -->
</body>
</html>