-
Notifications
You must be signed in to change notification settings - Fork 18
/
landing.json
59 lines (59 loc) · 2.37 KB
/
landing.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
{
"version": 2,
"title": "IBM Cloud Load Balancer",
"introduction": "The IBM Cloud Load Balancer service helps customers improve availability of their business-critical applications by distributing traffic among multiple application server instances, and by forwarding traffic to healthy instances only.",
"product_page": "https://www.ibm.com/products/load-balancer",
"console_page": "/catalog/infrastructure/load-balancer-group",
"section_topics": {
"links": [
{
"title": "Creating a load balancer service overview",
"href": "/docs/loadbalancer-service?topic=loadbalancer-service-creating-and-using-an-ibm-cloud-load-balancer-for-elastic-server-load-balancing"
},
{
"title": "Load balancer basics",
"href": "/docs/loadbalancer-service?topic=loadbalancer-service-ibm-cloud-load-balancer-basics"
},
{
"title": "Choosing a preferred cipher suite for your HTTPS application",
"href": "/docs/loadbalancer-service?topic=loadbalancer-service-choosing-a-preferred-cipher-suite-for-your-https-application"
}
]
},
"section_highlights": [
{
"title": "What is load balancing?",
"description": "Load balancing is the process of distributing network traffic among servers to optimize application availability.",
"href": "https://www.ibm.com/topics/load-balancing",
"type": "blog"
},
{
"title": "Network as a service",
"description": "In this demo, you’ll learn how you can use IBM Cloud services to create a simple three-tiered web app in a matter of clicks.",
"href": "/docs/security-groups?topic=security-groups-naas-video",
"type": "video",
"recommended": true
}
],
"section_devtools": {
"api": "/docs/loadbalancer-service?topic=loadbalancer-service-api-reference",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/lb_service"
},
"section_updates": {
"view_more": "/docs/overview?topic=overview-whatsnew",
"tiles": [
{
"date": "April 2020",
"title": "Public subnet selection for public-to-private load balancers"
},
{
"date": "March 2020",
"title": "Support redirection from HTTP to HTTPS"
},
{
"date": "September 2019",
"title": "Support for X-Forwarded-Proto Header"
}
]
}
}