-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathprofile-pathway.json
59 lines (59 loc) · 2.28 KB
/
profile-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
{
"scenarios": [
{
"title": "Getting Started with Envoy",
"description": "Learn how to configure Envoy Proxy using a static configuration",
"id": "getting-started"
},
{
"title": "Migrating from NGINX to Envoy Proxy",
"description": "Learn how to migrate NGINX configuration to Envoy Proxy",
"id": "migrating-from-nginx-to-envoy"
},
{
"title": "Migrating from HAProxy to Envoy Proxy",
"description": "Learn how to migrate HAProxy configuration to Envoy Proxy",
"id": "migrating-from-haproxy-to-envoy"
},
{
"title": "Securing traffic with HTTPS and SSL/TLS",
"description": "Learn how to use SSL certificates with Envoy",
"id": "securing-traffic-with-https"
},
{
"title": "File Based Dynamic Routing Configuration",
"description": "Learn how to dynamically update configuration to route traffic driven via files",
"id": "file-based-dynamic-routing-configuration"
},
{
"title": "API based dynamic endpoint discovery configuration",
"description": "Configure the discovery mechanism based on REST-JSON API used by Envoy to fetch cluster members",
"id": "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",
"id": "detecting-service-health-with-healthchecks"
},
{
"title": "Implementing Blue / Green Rollouts",
"description": "Manage Canary releases for your applications using Envoy Proxy",
"id": "blue-green-deployments"
},
{
"title": "Controlling load balancing policies",
"description": "Learn how to configure load balancing techniques",
"id": "load-balancing"
},
{
"title": "Implementing Metrics and Tracing Capabilities",
"description": "Gain visibility into production traffic with Metrics and Tracing",
"id": "implementing-metrics-tracing"
},
{
"title": "Debugging Envoy Proxy",
"description": "Understand how to identify potential problems",
"id": "debugging-envoy-proxy"
}
]
}