forked from knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nav.yml
328 lines (327 loc) · 19.3 KB
/
nav.yml
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
INHERIT: redirects.yml
nav:
###############################################################################
# Home page
###############################################################################
- Home: index.md
###############################################################################
# Concepts
###############################################################################
- Concepts:
- Overview: concepts/README.md
- Resources:
- Serving resources:
- Revisions: concepts/serving-resources/revisions.md
- Eventing resources:
- Brokers: concepts/eventing-resources/brokers.md
- Duck types: concepts/duck-typing.md
###############################################################################
# Getting started
###############################################################################
- Tutorial:
- Tutorial introduction: getting-started/README.md
- Install Knative using quickstart: getting-started/quickstart-install.md
- Knative Functions:
- About Knative Functions: getting-started/about-knative-functions.md
- Installing Knative Functions: getting-started/install-func.md
- Creating a function: getting-started/create-a-function.md
- Building, running, or deploying a function: getting-started/build-run-deploy-func.md
- Knative Serving:
- Deploying a Knative Service: getting-started/first-service.md
- Autoscaling: getting-started/first-autoscale.md
- Traffic splitting: getting-started/first-traffic-split.md
- Knative Eventing:
- About Knative Eventing: getting-started/getting-started-eventing.md
- Sources, Brokers, and Triggers: getting-started/first-broker.md
- Using a Knative Service as a source: getting-started/first-source.md
- Using Triggers and sinks: getting-started/first-trigger.md
- What's Next?: getting-started/next-steps.md
- Clean Up: getting-started/clean-up.md
###############################################################################
# Installing
###############################################################################
- Installing:
- About installing Knative: install/README.md
- Install the Knative CLI: client/install-kn.md
- Install Knative using quickstart: install/quickstart-install.md
# YAML Installation
- Install Knative with YAML:
- About YAML-based installation: install/yaml-install/README.md
- Install Knative Serving:
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
- Install Knative Eventing:
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
# Operator Installation
- Install with Knative Operator:
- Install by using the Knative Operator: install/operator/knative-with-operators.md
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
# Advanced options for Serving
- Install advanced options:
# Istio Installation
- Install Istio for Knative: install/installing-istio.md
# Cert-manager Installation
- Install cert-manager: install/installing-cert-manager.md
# Vendor docs
- Using a Knative-based offering: install/knative-offerings.md
# Upgrading Knative
- Upgrading your installation:
- About upgrading Knative: install/upgrade/README.md
- Checking your Knative version: install/upgrade/check-install-version.md
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
# Uninstall
- Uninstalling Knative: install/uninstall.md
# Troubleshooting
- Troubleshooting Knative: install/troubleshooting.md
###############################################################################
# Functions
###############################################################################
- Functions:
- Knative Functions overview: functions/README.md
- Installing Knative Functions: functions/install-func.md
- Creating functions: functions/creating-functions.md
- Building functions: functions/building-functions.md
- Running functions: functions/running-functions.md
- Subscribing functions: functions/subscribing-functions.md
- Deploying functions: functions/deploying-functions.md
- Invoking functions: functions/invoking-functions.md
- Language packs: functions/language-packs.md
###############################################################################
# Serving
###############################################################################
- Serving:
- Knative Serving:
- Overview: serving/README.md
- Architecture: serving/architecture.md
- Request Flow: serving/request-flow.md
- Resources:
- Revisions:
- About Revisions: serving/revisions/README.md
- Administrator configuration options: serving/revisions/revision-admin-config-options.md
- Developer configuration options: serving/revisions/revision-developer-config-options.md
# add other resource types
- Autoscaling:
- About autoscaling: serving/autoscaling/README.md
- Supported autoscaler types: serving/autoscaling/autoscaler-types.md
- Configuring metrics: serving/autoscaling/autoscaling-metrics.md
- Configuring targets: serving/autoscaling/autoscaling-targets.md
- Configuring scale to zero: serving/autoscaling/scale-to-zero.md
- Configuring concurrency: serving/autoscaling/concurrency.md
- Configuring the requests per second (RPS) target: serving/autoscaling/rps-target.md
- Configuring scale bounds: serving/autoscaling/scale-bounds.md
- Additional autoscaling configuration for Knative Pod Autoscaler: serving/autoscaling/kpa-specific.md
- Autoscale Sample App - Go: serving/autoscaling/autoscale-go/README.md
# Serving - developer docs
- Developer Topics:
- Services:
- About Knative Services: serving/services/README.md
- Creating a Service: serving/services/creating-services.md
- Service metrics: serving/services/service-metrics.md
- Configuring private Services: serving/services/private-services.md
- Configuring ingress class: serving/services/ingress-class.md
- Configuring certificate class: serving/services/certificate-class.md
- Configuring custom domains: serving/services/custom-domains.md
- Using a custom TLS certificate for DomainMapping: serving/services/custom-tls-certificate-domain-mapping.md
- Using extensions enabled by QPOptions: serving/services/using-queue-extensions.md
# TODO: Add security section to docs?
- Configure resource requests and limits: serving/services/configure-requests-limits-services.md
- Configuring probes: serving/services/configure-probing.md
- Configuring HTTP: serving/services/http-protocol.md
- Volume Support: serving/services/storage.md
- Traffic management: serving/traffic-management.md
- Configuring gradual rollout of traffic to Revisions: serving/rolling-out-latest-revision.md
- Tag resolution: serving/tag-resolution.md
- Deploying from private registries: serving/deploying-from-private-registry.md
- Load balancing:
- About load balancing: serving/load-balancing/README.md
- Configuring target burst capacity: serving/load-balancing/target-burst-capacity.md
- Configuring Activator capacity: serving/load-balancing/activator-capacity.md
# Serving - admin docs
- Administrator Topics:
- Kubernetes services: serving/knative-kubernetes-services.md
- Accessing request traces: serving/accessing-traces.md
- Enabling requests to Knative services when additional authorization policies are enabled: serving/istio-authorization.md
- Exclude namespaces from the Knative webhook: serving/webhook-customizations.md
- Configuring high-availability components: serving/config-ha.md
- Configuring the ingress gateway: serving/setting-up-custom-ingress-gateway.md
- Configuring domain names: serving/using-a-custom-domain.md
- Converting a Kubernetes Deployment to a Knative Service: serving/convert-deployment-to-knative-service.md
- Extending Queue Proxy image with QPOptions: serving/queue-extensions.md
- Serving configuration:
- Configure Deployment resources: serving/configuration/deployment.md
- Configuring gradual rollout of traffic to Revisions: serving/configuration/rolling-out-latest-revision-configmap.md
- Feature and extension flags: serving/configuration/feature-flags.md
- Configure the Defaults ConfigMap: serving/configuration/config-defaults.md
- Serving encryption configuration:
- Overview: serving/encryption/encryption-overview.md
- Configure cert-manager integration: serving/encryption/configure-certmanager-integration.md
- Configure external domain encryption: serving/encryption/external-domain-tls.md
- Configure cluster-local domain encryption: serving/encryption/cluster-local-domain-tls.md
- Configure Knative system-internal encryption: serving/encryption/system-internal-tls.md
# Serving - Application Security
- Application security:
- About Security-Guard: serving/app-security/security-guard-about.md
- Installing Security-Guard: serving/app-security/security-guard-install.md
- Security-guard quickstart: serving/app-security/security-guard-quickstart.md
- Security-Guard example alerts: serving/app-security/security-guard-example-alerts.md
# Serving - observability
- Observability:
- Collecting logs: serving/observability/logging/collecting-logs.md
- Configuring logging: serving/observability/logging/config-logging.md
- Configuring Request logging: serving/observability/logging/request-logging.md
- Collecting metrics: serving/observability/metrics/collecting-metrics.md
- Knative Serving metrics: serving/observability/metrics/serving-metrics.md
# Serving - troubleshooting
- Troubleshooting:
- Debugging application issues: serving/troubleshooting/debugging-application-issues.md
# Serving reference docs
- Reference:
- Serving API: serving/reference/serving-api.md
###############################################################################
# Eventing
###############################################################################
- Eventing:
- Knative Eventing overview: eventing/README.md
- Event Mesh: eventing/event-mesh.md
- Concepts:
- Brokers:
- About Brokers: eventing/brokers/README.md
- Broker types:
- Available Broker types: eventing/brokers/broker-types/README.md
# add default IMC broker page, page explaining broker types
- Channel based Broker: eventing/brokers/broker-types/channel-based-broker/README.md
- Apache Kafka:
- About Apache Kafka Broker: eventing/brokers/broker-types/kafka-broker/README.md
- Configuring Kafka features: eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
- RabbitMQ Broker: eventing/brokers/broker-types/rabbitmq-broker/README.md
- Creating a Broker: eventing/brokers/create-broker.md
- Developer configuration options: eventing/brokers/broker-developer-config-options.md
- Triggers:
- Using Triggers: eventing/triggers/README.md
- Event sources:
- About event sources: eventing/sources/README.md
- ApiServerSource:
- About ApiServerSource: eventing/sources/apiserversource/README.md
- Creating an ApiServerSource object: eventing/sources/apiserversource/getting-started.md
- ApiServerSource reference: eventing/sources/apiserversource/reference.md
- Apache Kafka Source: eventing/sources/kafka-source/README.md
- PingSource:
- Creating a PingSource object: eventing/sources/ping-source/README.md
- PingSource reference: eventing/sources/ping-source/reference.md
- RabbitMQSource: eventing/sources/rabbitmq-source/README.md
- RedisStreamSource:
- About RedisStreamSource: eventing/sources/redis/README.md
- Creating a RedisStreamSource object: eventing/sources/redis/getting-started.md
- Channels:
- About Channels: eventing/channels/README.md
- Channel types and defaults: eventing/channels/channel-types-defaults.md
- Creating a Channel using cluster or namespace defaults: eventing/channels/create-default-channel.md
- Available Channels: eventing/channels/channels-crds.md
- Subscriptions: eventing/channels/subscriptions.md
- Event sinks:
- About sinks: eventing/sinks/README.md
- Apache Kafka Sink: eventing/sinks/kafka-sink.md
- Flows:
- About flows: eventing/flows/README.md
- Parallel: eventing/flows/parallel.md
- Sequence:
- About Sequences: eventing/flows/sequence/README.md
- Displaying Sequence output: eventing/flows/sequence/sequence-reply-to-event-display/README.md
- Using Sequences in series: eventing/flows/sequence/sequence-reply-to-sequence/README.md
- Create additional events: eventing/flows/sequence/sequence-terminal/README.md
- Using with Broker and Trigger: eventing/flows/sequence/sequence-with-broker-trigger/README.md
# about triggers docs
# - Administrator configuration options: eventing/triggers/trigger-admin-config-options.md
# - Developer configuration options: eventing/triggers/trigger-developer-config-options.md
# Eventing - developer docs
- Developer topics:
# BYO event source
- Custom event sources:
- Custom event sources overview: eventing/custom-event-source/README.md
- Create a custom event source:
- Creating an event source overview: eventing/custom-event-source/custom-event-source/README.md
- Using the Knative sample repository:
- Configure the sample: eventing/custom-event-source/custom-event-source/sample-repo.md
- Create a controller: eventing/custom-event-source/custom-event-source/controller.md
- Create a receive adapter: eventing/custom-event-source/custom-event-source/receive-adapter.md
- Publishing an event source to your cluster: eventing/custom-event-source/custom-event-source/publish-event-source.md
- SinkBinding:
- About SinkBinding: eventing/custom-event-source/sinkbinding/README.md
- Create a SinkBinding: eventing/custom-event-source/sinkbinding/create-a-sinkbinding.md
- SinkBinding reference: eventing/custom-event-source/sinkbinding/reference.md
- ContainerSource:
- Create a ContainerSource: eventing/custom-event-source/containersource/README.md
- ContainerSource Reference: eventing/custom-event-source/containersource/reference.md
- Handling delivery failure: eventing/event-delivery.md
- Event registry: eventing/event-registry.md
- Sugar controller: eventing/sugar/README.md
- Debugging: eventing/troubleshooting/README.md
- Administrator topics:
# Eventing config
- Eventing configuration:
- Configure Broker defaults: eventing/configuration/broker-configuration.md
- Configure Channel defaults: eventing/configuration/channel-configuration.md
- Configure Apache Kafka Channel defaults: eventing/configuration/kafka-channel-configuration.md
- Configure event source defaults: eventing/configuration/sources-configuration.md
- Configure Sugar Controller: eventing/configuration/sugar-configuration.md
# Eventing - observability
- Observability:
- Accessing CloudEvent traces: eventing/accessing-traces.md
- Collecting logs: eventing/observability/logging/collecting-logs.md
- Configuring logging: eventing/observability/logging/config-logging.md
- Collecting metrics: eventing/observability/metrics/collecting-metrics.md
- Knative Eventing metrics: eventing/observability/metrics/eventing-metrics.md
- Features:
- About Eventing features: eventing/features/README.md
- DeliverySpec.Timeout field: eventing/features/delivery-timeout.md
- DeliverySpec.RetryAfterMax field: eventing/features/delivery-retryafter.md
- New Trigger Filters: eventing/features/new-trigger-filters.md
- New APIServerSource Filters: eventing/features/new-apiserversource-filters.md
- KReference.Group field: eventing/features/kreference-group.md
- Knative reference mapping: eventing/features/kreference-mapping.md
- EventType auto creation: eventing/features/eventtype-auto-creation.md
- Transport Encryption: eventing/features/transport-encryption.md
- Sender Identity: eventing/features/sender-identity.md
- Eventing with Istio: eventing/features/istio-integration.md
- FAQ: eventing/faq/README.md
# Eventing reference docs
- Reference:
- Eventing API: eventing/reference/eventing-api.md
###############################################################################
# CLI
###############################################################################
- Knative CLI:
- CLI tools: client/README.md
- Installing the Knative CLI: client/install-kn.md
- Customizing kn: client/configure-kn.md
- kn plugins: client/kn-plugins.md
###############################################################################
# Code samples
###############################################################################
- Code samples:
- Code sample overview: samples/README.md
- Serving code samples: samples/serving.md
- Eventing code samples: samples/eventing.md
# Reference docs
- Reference:
- Security: reference/security/README.md
- Release notes: reference/relnotes/README.md
- Blog: /blog/
- About:
- Testimonials: about/testimonials.md
- Case studies:
- List of Case Studies: about/case-studies/README.md
- deepc: about/case-studies/deepc.md
- Outfit7: about/case-studies/outfit7.md
- Puppet: about/case-studies/puppet.md
- PNC Bank: about/case-studies/pnc.md
- SVA: about/case-studies/sva.md
- Community:
- How To Get Involved: community/README.md
- Contribute to Knative: community/contributing.md
- Community Rules and Practices: community/governance.md