generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 522
/
Copy pathindex.html
724 lines (398 loc) · 17.1 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link rel="shortcut icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.6.0">
<title>FAQ - Kubernetes Gateway API</title>
<link rel="stylesheet" href="../assets/stylesheets/application.1b62728e.css">
<script src="../assets/javascripts/modernizr.268332fc.js"></script>
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
<link rel="stylesheet" href="../assets/fonts/material-icons.css">
</head>
<body dir="ltr">
<svg class="md-svg">
<defs>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#frequently-asked-questions-faq" tabindex="1" class="md-skip">
Skip to content
</a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink">
<a href=".." title="Kubernetes Gateway API" class="md-header-nav__button md-logo">
<i class="md-icon"></i>
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">
Kubernetes Gateway API
</span>
<span class="md-header-nav__topic">
FAQ
</span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="http://sigs.k8s.io/gateway-api" title="Go to repository" class="md-source" data-md-source="">
<div class="md-source__repository">
GitHub
</div>
</a>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container">
<main class="md-main" role="main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href=".." title="Kubernetes Gateway API" class="md-nav__button md-logo">
<i class="md-icon"></i>
</a>
Kubernetes Gateway API
</label>
<div class="md-nav__source">
<a href="http://sigs.k8s.io/gateway-api" title="Go to repository" class="md-source" data-md-source="">
<div class="md-source__repository">
GitHub
</div>
</a>
</div>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href=".." title="Introduction" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-2" type="checkbox" id="nav-2">
<label class="md-nav__link" for="nav-2">
Concepts
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-2">
Concepts
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../api-overview/" title="API overview" class="md-nav__link">
API overview
</a>
</li>
<li class="md-nav__item">
<a href="../security-model/" title="Security Model" class="md-nav__link">
Security Model
</a>
</li>
<li class="md-nav__item">
<a href="../guidelines/" title="Implementation Guidelines" class="md-nav__link">
Implementation Guidelines
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-3" type="checkbox" id="nav-3">
<label class="md-nav__link" for="nav-3">
API Types
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-3">
API Types
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../gatewayclass/" title="GatewayClass" class="md-nav__link">
GatewayClass
</a>
</li>
<li class="md-nav__item">
<a href="../gateway/" title="Gateway" class="md-nav__link">
Gateway
</a>
</li>
<li class="md-nav__item">
<a href="../httproute/" title="HTTPRoute" class="md-nav__link">
HTTPRoute
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-4" type="checkbox" id="nav-4">
<label class="md-nav__link" for="nav-4">
Guides
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-4">
Guides
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../guides/" title="Introduction" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../getting-started/" title="Getting started" class="md-nav__link">
Getting started
</a>
</li>
<li class="md-nav__item">
<a href="../simple-gateway/" title="Simple Gateway" class="md-nav__link">
Simple Gateway
</a>
</li>
<li class="md-nav__item">
<a href="../http-routing/" title="HTTP routing" class="md-nav__link">
HTTP routing
</a>
</li>
<li class="md-nav__item">
<a href="../traffic-splitting/" title="HTTP traffic splitting" class="md-nav__link">
HTTP traffic splitting
</a>
</li>
<li class="md-nav__item">
<a href="../multiple-ns/" title="Multiple namespaces and routes" class="md-nav__link">
Multiple namespaces and routes
</a>
</li>
<li class="md-nav__item">
<a href="../tls/" title="TLS" class="md-nav__link">
TLS
</a>
</li>
<li class="md-nav__item">
<a href="../tcp/" title="TCP routing" class="md-nav__link">
TCP routing
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-5" type="checkbox" id="nav-5">
<label class="md-nav__link" for="nav-5">
References
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-5">
References
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../spec/" title="API specification" class="md-nav__link">
API specification
</a>
</li>
<li class="md-nav__item">
<a href="../releases/" title="Releases" class="md-nav__link">
Releases
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-6" type="checkbox" id="nav-6">
<label class="md-nav__link" for="nav-6">
Contributing
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-6">
Contributing
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../devguide/" title="Developer guide" class="md-nav__link">
Developer guide
</a>
</li>
<li class="md-nav__item">
<a href="../enhancement-requests/" title="Enhancement requests" class="md-nav__link">
Enhancement requests
</a>
</li>
<li class="md-nav__item">
<a href="../community/" title="Community" class="md-nav__link">
Community
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<a href="./" title="FAQ" class="md-nav__link md-nav__link--active">
FAQ
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset">
<h1 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h1>
<ul>
<li>
<p><strong>Q: How can I get involved with Gateway API?<br></strong>
A: The <a href="/community">community</a> page keeps track of how to get
involved with the project.</p>
</li>
<li>
<p><strong>Q: Will Gateway API replace the Ingress API?<br></strong>
A: No. The Ingress API is GA since Kubernetes 1.19. There are no
plans to deprecate this API and we expect most Ingress controllers
to support it indefinitely.</p>
</li>
<li>
<p><strong>Q: What are the differences between Ingress and Gateway API?<br></strong>
A: Ingress primarily targets exposing HTTP applications with a
simple, declarative syntax. Gateway API exposes a more general API
for proxying that can be used for more protocols than just HTTP,
and models more infrastucture components to provide better
deployment and management options for cluster operators.</p>
</li>
<li>
<p><strong>Q: Will there be a default controller implementation (in this repo)?<br></strong>
A: There is no current plan to have an "official" or "default"
implementation. You will see the controller code in this repo be
used for testing the support libraries.</p>
</li>
<li>
<p><strong>Q: How can I expose custom capabilities through Gateway API?<br></strong>
A: There is a lot of diversity in the networking and proxying
ecosystem, and many products will have features that are not directly
supported in the API. However, there are a few mechanisms available
for extending the API with implementation-specific capabilities:</p>
<ul>
<li>
<p>Decorate Gateway API objects with implementation-specific objects. A
policy or configuration object could match the Gateway API object either
by name or by using an explicit object reference.</p>
<p>For example, given a <code>Gateway</code> object with name "inbound",
creating a <code>AccessPolicy</code> object that also has the name "inbound"
could cause an implementation to attach a specified access
control policy. This is an example of matching the object by name.</p>
<p>Gateway API uses this decorator pattern with the
<a href="/spec/#networking.x-k8s.io/v1alpha1.BackendPolicy"><code>BackendPolicy</code></a>
resource, which modifies how a <code>Gateway</code> should forward traffic
to a backend target (commonly a Kubernetes <code>Service</code>). This is
an example of using explicit object references.</p>
</li>
<li>
<p>Use implementation-specific values for string fields. In many
places, the fields of Gateway API resources have the type
"string". This allows an implementation to support custom values
for those fields in addition to any values specified in the API.</p>
</li>
<li>
<p>Use implementation-specific annotations. For some kinds of
configuration, implementations may choose to support custom
annotations on Servce API objects. This approach continues
a proud tradition of extending Ingress objects.</p>
</li>
<li>
<p>Use API-defined extension points. Some Service
API objects have explicit <a href="../api-overview/#extension-points">extension points</a>
for implementations to use.</p>
</li>
</ul>
</li>
<li>
<p><strong>Q: Where can I find Gateway API releases?<br></strong>
A: Gateway API releases are tags of the <a href="https://github.com/kubernetes-sigs/gateway-api">Github repository</a>.
The <a href="https://github.com/kubernetes-sigs/gateway-api/releases">Github releases</a> page shows all the releases.</p>
</li>
<li>
<p><strong>Q: How should I think about the alpha release?<br></strong>
A: The <code>v1alpha1</code> release will be the first Gateway API release. As
various projects begin implementing the API, and operators start using
it, the working group will collect feedback and issues, which will
guide what revisions are needed for the next release. It is possible
that the next release will contain breaking changes.</p>
</li>
</ul>
</article>
</div>
</div>
</main>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="../community/" title="Community" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span class="md-footer-nav__direction">
Previous
</span>
Community
</span>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
powered by
<a href="https://www.mkdocs.org">MkDocs</a>
and
<a href="https://squidfunk.github.io/mkdocs-material/">
Material for MkDocs</a>
</div>
</div>
</div>
</footer>
</div>
<script src="../assets/javascripts/application.808e90bb.js"></script>
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
</body>
</html>