-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathhomepage-pathway.json
61 lines (61 loc) · 2.75 KB
/
homepage-pathway.json
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
{
"title": "www.envoyproxy.io/try",
"private": true,
"courses": [
{
"external_link": "https://www.envoyproxy.io/try/getting-started",
"description": "Learn how to configure Envoy Proxy using a static configuration",
"title": "Getting Started with Envoy"
},
{
"title": "Migrating from NGINX to Envoy Proxy",
"description": "Learn how to migrate NGINX configuration to Envoy Proxy",
"external_link": "https://www.envoyproxy.io/try/migrating-from-nginx-to-envoy"
},
{
"title": "Migrating from HAProxy to Envoy Proxy",
"description": "Learn how to migrate HAProxy configuration to Envoy Proxy",
"external_link": "https://www.envoyproxy.io/try/migrating-from-haproxy-to-envoy"
},
{
"title": "Securing traffic with HTTPS and SSL/TLS",
"description": "Learn how to use SSL certificates with Envoy",
"external_link": "https://www.envoyproxy.io/try/securing-traffic-with-https"
},
{
"title": "File Based Dynamic Routing Configuration",
"description": "Learn how to dynamically update configuration to route traffic driven via files",
"external_link": "https://www.envoyproxy.io/try/file-based-dynamic-routing-configuration"
},
{
"title": "API Based Dynamic Routing Configuration",
"description": "Learn how to dynamically update configuration to route traffic driven via an API",
"external_link": "https://www.envoyproxy.io/try/api-based-dynamic-routing-configuration"
},
{
"title": "Detecting Down Services with Health Checks",
"description": "Understand how health checks ensure traffic only goes to healthy available services",
"external_link": "https://www.envoyproxy.io/try/detecting-service-health-with-healthchecks"
},
{
"title": "Implementing Blue / Green Rollouts",
"description": "Manage Canary releases for your applications using Envoy Proxy",
"external_link": "https://www.envoyproxy.io/try/blue-green-deployments"
},
{
"title": "Implementing Metrics and Tracing Capabilities",
"description": "Gain visibility into production traffic with Metrics and Tracing",
"external_link": "https://www.envoyproxy.io/try/implementing-metrics-tracing"
},
{
"title": "Debugging Envoy Proxy",
"description": "Understand how to identify potential problems",
"external_link": "https://www.envoyproxy.io/try/debugging-envoy-proxy"
},
{
"title": "Controlling load balancing policies",
"description": "Learn how to configure load balancing techniques",
"external_link": "https://www.envoyproxy.io/try/load-balancing"
}
]
}