forked from blackwhites/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorials.json
647 lines (647 loc) · 25.7 KB
/
tutorials.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
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
{
"tags": [
"Cloud Foundry",
"Cloud Functions",
"Kubernetes",
"Virtual Servers"
],
"categories": [
{
"name": "Websites and Web Apps",
"anchor": "websites",
"solutions": [
{
"name": "Scalable web app on Kubernetes",
"url": "scalable-webapp-kubernetes.html",
"description": "Scaffold a Java web application, run it locally in a container and then deploy it to a Kubernetes cluster. Additionally, bind a custom domain, monitor the health of the environment and scale.",
"imgSrc": "images/solution2/Architecture.png",
"tags": [
"Docker",
"Kubernetes",
"Container Service",
"Container Registry",
"Java"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Move a VM based application to Kubernetes",
"url": "vm-to-containers-and-kubernetes.html",
"description": "Take a VM based application, containerize it, deploy it to a Kubernetes cluster. Use the steps as a general guides for other applications.",
"imgSrc": "images/solution30/modern_architecture.png",
"tags": [
"Kubernetes",
"Container Service",
"File Storage",
"MySQL",
"Java"
],
"lastUpdated": "2019-04-15"
},
{
"name": "Strategies for resilient applications",
"url": "strategies-for-resilient-applications.html",
"description": "Regardless of the Compute option: Kubernetes, Cloud Foundry, Cloud Functions or Virtual Servers, enterprises seek to minimize downtime and create resilient architectures that achieve maximum availability.",
"imgSrc": "images/solution39/Architecture.png",
"tags": [
"Kubernetes",
"Cloud Foundry",
"Cloud Functions",
"Virtual Servers",
"Bare Metal",
"Databases",
"File Storage",
"Watson"
],
"lastUpdated": "2019-03-11"
},
{
"name": "Continuous Deployment to Kubernetes",
"url": "continuous-deployment-to-kubernetes.html",
"description": "Set up a continuous integration and delivery pipeline for containerized applications running on a Kubernetes cluster. Add integrations to other services like security scanners, Slack notifications, and analytics.",
"imgSrc": "images/solution21/Architecture.png",
"tags": [
"Kubernetes",
"Container Service",
"Docker",
"Slack",
"DevOps",
"Node.js",
"Vulnerability Advisor"
],
"lastUpdated": "2019-04-15"
},
{
"name": "Accelerate delivery of static files using Object Storage and CDN",
"url": "static-files-cdn.html?pos=2",
"description": "Host and serve website assets (images, videos, documents) and user generated content in a Cloud Object Storage and use a Content Delivery Network (CDN) for fast and secure delivery to users around the world.",
"imgSrc": "images/solution3/Architecture.png",
"tags": [
"Cloud Foundry",
"Node.js",
"Content Delivery Network",
"Cloud Object Storage"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Asynchronous data processing using object storage and pub/sub messaging",
"url": "pub-sub-object-storage.html",
"description": "Use the Apache Kafka based Message Hub to orchestrate workloads between microservices running in a Kubernetes cluster and store data in Object Storage.",
"imgSrc": "images/solution25/Architecture.png",
"tags": [
"Kubernetes",
"Node.js",
"Java",
"Message hub",
"Cloud Object Storage"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Web application on LAMP stack",
"url": "lamp-stack.html",
"description": "Create an Ubuntu Linux virtual server, with Apache web server, MySQL, and PHP. Then install and configure the WordPress open source application on the LAMP stack.",
"imgSrc": "images/solution4/Architecture.png",
"tags": [
"Virtual Servers",
"PHP",
"WordPress",
"Vulnerability Scanner"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Deploy a LAMP stack using Terraform",
"url": "infrastructure-as-code-terraform.html",
"description": "Use Terraform to provision a Linux virtual server, with Apache web server, MySQL, PHP and the IBM Cloud Object Storage service. Update the configuration to scale the resources and tune the environment.",
"imgSrc": "images/solution10/architecture-2.png",
"tags": [
"Terraform",
"Virtual Servers",
"PHP",
"Object Storage"
],
"lastUpdated": "2019-04-23"
},
{
"name": "Plan, create and update deployment environments",
"url": "plan-create-update-deployments.html",
"description": "Automate the creation and maintenance of multiple deployment environments with IBM Cloud CLI and Terraform.",
"imgSrc": "images/solution26-plan-create-update-deployments/architecture.png",
"tags": [
"Terraform",
"Kubernetes",
"Cloud Foundry",
"Identity and Access Management"
],
"lastUpdated": "2019-04-29"
},
{
"name": "Use Virtual Servers to build highly available and scalable web app",
"url": "highly-available-and-scalable-web-application.html",
"description": "Create a load balancer, two application servers running on Ubuntu with NGINX and PHP installed, one MySQL database server, and durable file storage to store application files and backups.",
"imgSrc": "images/solution14/Architecture.png",
"tags": [
"Virtual Servers",
"Load Balancer",
"PHP",
"File Storage"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Modern web application using MEAN stack",
"url": "mean-stack.html",
"description": "Build a web application using the popular MEAN stack - Mongo DB, Express, Angular, Node.js. Run the app locally, create and use a database-as-a-service, deploy the app and monitor the application.",
"imgSrc": "images/solution7/Architecture.png",
"tags": [
"Cloud Foundry",
"Node.js",
"Compose for MongoDB"
],
"lastUpdated": "2019-03-07"
},
{
"name": "SQL Database for Cloud Data",
"url": "sql-database.html",
"description": "Provision a SQL relational database service, create a table, and load a large data set into the database. Deploy a web app to make use of that data and show how to access the cloud database.",
"imgSrc": "images/solution5/Architecture.png",
"tags": [
"Cloud Foundry",
"Python",
"Db2 Warehouse"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Serverless web application and API",
"url": "serverless-api-webapp.html",
"description": "Create a serverless web application by hosting static website content in GitHub Pages and using Cloud Functions to implement the application backend.",
"imgSrc": "images/solution8/Architecture.png",
"tags": [
"Cloud Functions",
"API Gateway",
"Cloudant NoSQL DB"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Deploy serverless apps across multiple regions",
"url": "multi-region-serverless.html",
"description": "Use Cloud Functions and Internet Services to build globally available and secure serverless applications.",
"imgSrc": "images/solution44-multi-region-serverless/Architecture.png",
"tags": [
"Internet Services",
"Cloud Functions",
"Certificate Manager"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Analyze logs and monitor application health with LogDNA and Sysdig",
"url": "application-log-analysis.html",
"description": "Use IBM Log Analysis with LogDNA to understand and diagnose application activities. Monitor applications with IBM Cloud Monitoring with Sysdig.",
"imgSrc": "images/solution12/Architecture.png",
"tags": [
"Cloud Foundry",
"Python",
"Log Analysis",
"Availability Monitoring"
],
"lastUpdated": "2019-04-29"
},
{
"name": "Isolated Cloud Foundry Enterprise Apps",
"url": "isolated-cloud-foundry-enterprise-apps.html",
"description": "Provide an innovation platform to your organization by deploying an isolated, enterprise-grade Cloud Foundry platform using Cloud Foundry Enterprise Environment.",
"imgSrc": "images/solution45-CFEE-apps/Architecture.png",
"tags": [
"Cloud Foundry",
"Cloud Foundry Enterprise Environment",
"Node.js",
"Kubernetes"
],
"featuredPosition": 2,
"lastUpdated": "2019-03-07"
}
]
},
{
"name": "Chatbots",
"anchor": "chatbots",
"solutions": [
{
"name": "Build a database-driven Slackbot",
"url": "slack-chatbot-database-watson.html?pos=2",
"description": "Build a database-driven Slackbot with IBM Watson Assistant, Cloudant and IBM Cloud Functions.",
"imgSrc": "images/solution19/SlackbotArchitecture.png",
"tags": [
"Cloud Foundry",
"IBM Watson Assistant",
"Cloudant NoSQL DB",
"Db2 Warehouse",
"Cloud Functions",
"Slack"
],
"lastUpdated": "2019-04-22"
},
{
"name": "Build a voice-enabled Android chatbot",
"url": "android-watson-chatbot.html",
"description": "Define intents, entities and build a dialog flow for the chatbot to respond to customer's queries. Enable speech to text and text to speech services for easy interaction with the Android app.",
"imgSrc": "images/solution28-watson-chatbot-android/architecture.png",
"tags": [
"IBM Watson Assistant",
"Speech to Text",
"Text to Speech",
"Android"
],
"lastUpdated": "2019-04-29"
}
]
},
{
"name": "Security",
"anchor": "security",
"solutions": [
{
"name": "Secure web application across multiple regions",
"url": "multi-region-webapp.html?pos=2",
"description": "Create, secure, deploy, and load balance a web application across multiple regions using a continuous delivery pipeline.",
"imgSrc": "images/solution1/Architecture.png",
"tags": [
"Cloud Foundry",
"Node.js",
"Continuous Delivery",
"Cloud Internet Services"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Resilient and secure multi-region Kubernetes clusters",
"url": "multi-region-k8s-cis.html?pos=2",
"description": "Integrate Cloud Internet Services with Kubernetes clusters to deliver a resilient and secure solution across multiple regions.",
"imgSrc": "images/solution32-multi-region-k8s-cis/Architecture.png",
"tags": [
"Kubernetes",
"Container Registry",
"Cloud Internet Services"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Create, secure and manage REST APIs",
"url": "create-manage-secure-apis.html",
"description": "Create a new REST API using the LoopBack Node.js API framework. Add management, visibility, security and rate limiting to the API using the API Connect service on IBM Cloud.",
"imgSrc": "images/solution13/Architecture.png",
"tags": [
"Cloud Foundry",
"Node.js",
"API Connect"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Apply end to end security to a cloud application",
"url": "cloud-e2e-security.html",
"description": "Create a secure cloud application that features data encrypted with your own keys, user authentication, and security auditing.",
"imgSrc": "images/solution34-cloud-e2e-security/Architecture.png",
"featuredPosition": 1,
"tags": [
"Kubernetes",
"Encryption",
"Security",
"App ID",
"Cloud Object Storage",
"Key Protect",
"Activity Tracker"
],
"lastUpdated": "2019-03-07"
}
]
},
{
"name": "Mobile",
"anchor": "mobile",
"solutions": [
{
"name": "iOS mobile app with Push Notifications",
"url": "ios-mobile-push-analytics.html",
"description": "Create an iOS Swift application with Push Notifications on IBM Cloud.",
"imgSrc": "images/solution6/Architecture.png",
"tags": [
"iOS",
"Swift",
"Push Notifications"
],
"lastUpdated": "2019-03-08"
},
{
"name": "Android native mobile app with Push Notifications",
"url": "android-mobile-push-analytics.html",
"description": "Write an Android native application with Push Notifications on IBM Cloud.",
"imgSrc": "images/solution9/Architecture.png",
"tags": [
"Android",
"Java",
"Push Notifications"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Hybrid mobile application with Push Notifications",
"url": "hybrid-mobile-push-analytics.html",
"description": "Develop a hybrid Cordova application with Push Notifications on IBM Cloud.",
"imgSrc": "images/solution15/Architecture.png",
"tags": [
"Cordova",
"Push Notifications"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Mobile application with a serverless backend",
"url": "serverless-mobile-backend.html?pos=2",
"description": "Use Cloud Functions with cognitive and data services to build a serverless backend for a mobile application.",
"imgSrc": "images/solution11/Architecture.png",
"tags": [
"Cloud Functions",
"App ID",
"Cloudant NoSQL DB",
"Watson Tone Analyzer",
"Push Notifications"
],
"lastUpdated": "2019-03-07"
}
]
},
{
"name": "Machine Learning and Analytics",
"anchor": "ml",
"solutions": [
{
"name": "Big data logs with streaming analytics and SQL",
"url": "big-data-log-analytics.html",
"description": "Collect, store and analyze log records to support regulatory requirements and aid information discovery. Using publish-subscribe messaging, scale the solution to millions of records and then perform analysis on persisted logs with familiar SQL.",
"imgSrc": "images/solution31/Architecture.png",
"tags": [
"Cloud Object Storage",
"Event Streams",
"SQL Query",
"Streaming Analytics"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Build a data lake with Object Storage",
"url": "smart-data-lake.html",
"description": "Provide tools to data scientists to query data using SQL Query and conduct analysis in Watson Studio. Share data and insights through interactive charts.",
"imgSrc": "images/solution29/architecture.png",
"tags": [
"Cloud Object Storage",
"SQL Query",
"Watson Studio"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Combining serverless and Cloud Foundry for data retrieval and analytics",
"url": "serverless-github-traffic-analytics.html?pos=2",
"description": "Automatically collect GitHub traffic statistics for repositories, store them in a SQL database and get started with traffic analytics.",
"imgSrc": "images/solution24-github-traffic-analytics/Architecture.png",
"tags": [
"Db2 Warehouse",
"App ID",
"Cloud Functions",
"GitHub"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Build, deploy, test, and retrain a predictive machine learning model",
"url": "create-deploy-retrain-machine-learning-model.html",
"description": "Build a predictive machine learning model, deploy it as an API, test and retrain the model with feedback data.",
"imgSrc": "images/solution22-build-machine-learning-model/architecture_diagram.png",
"tags": [
"Machine Learning",
"Apache Spark",
"Watson Studio",
"Cloud Object Storage",
"Db2 Warehouse"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Analyze and visualize open data with Apache Spark",
"url": "big-data-analytics-spark.html",
"description": "Analyze and visualize open data sets using a Jupyter Notebook. Uses the Apache Spark service with IBM Watson Studio and Pixiedust to generate graphics.",
"imgSrc": "images/solution23/Architecture.png",
"tags": [
"Apache Spark",
"Watson Studio",
"Cloud Object Storage"
],
"lastUpdated": "2019-03-07"
}
]
},
{
"name": "Internet of Things",
"anchor": "iot",
"solutions": [
{
"name": "Gather, visualize and analyze IoT data",
"url": "gather-visualize-analyze-iot-data.html",
"description": "Set up an IoT device, gather large amounts of data in the Watson IoT Platform, analyze data with machine learning and create visualizations.",
"imgSrc": "images/solution16/Architecture.png",
"tags": [
"Cloud Foundry",
"Internet of Things Platform",
"Cloudant",
"Watson Studio",
"Apache Spark",
"Cloud Object Storage"
],
"lastUpdated": "2019-03-07"
}
]
},
{
"name": "Identity and Access Management",
"anchor": "iam",
"solutions": [
{
"name": "Best practices for organizing users, teams, applications",
"url": "users-teams-applications.html",
"description": "An overview of the concepts available in IBM Cloud to manage identity and access management and how they can be implemented to support the multiple development stages of an application.",
"imgSrc": "images/solution20-users-teams-applications/architecture.png",
"tags": [
"Identity and Access Management",
"Kubernetes",
"Container Service",
"Container Registry",
"DevOps"
],
"lastUpdated": "2019-04-19"
},
{
"name": "Reviewing IBM Cloud services, resources and usage",
"url": "cloud-usage.html",
"description": "An introduction to various approaches used to answer common usage-related questions.",
"imgSrc": "images/solution38/Architecture.png",
"tags": [
"Identity and Access Management",
"Cloud Foundry",
"Usage",
"Billing"
],
"lastUpdated": "2019-03-07"
}
]
},
{
"name": "Network",
"anchor": "Network",
"solutions": [
{
"name": "Private and public subnets in a Virtual Private Cloud",
"url": "vpc-public-app-private-backend.html",
"description": "Create a virtual private cloud with subnets and instances. Secure your resources by attaching security groups and only allow minimal access.",
"imgSrc": "images/solution40-vpc-public-app-private-backend/Architecture.png",
"tags": [
"Infrastructure",
"Virtual Private Cloud",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-04-02"
},
{
"name": "Deploy isolated workloads across multiple locations and zones",
"url": "vpc-multi-region.html",
"description": "Deploy a workload in virtual private clouds across multiple zones and regions. Distribute traffic across zones with local and global load balancers.",
"imgSrc": "images/solution41-vpc-multi-region/Architecture.png",
"tags": [
"Infrastructure",
"Virtual Private Cloud",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-04-02"
},
{
"name": "Use a VPC/VPN gateway for secure and private on-premises access to cloud resources",
"url": "vpc-site2site-vpn.html",
"description": "Connect a Virtual Private Cloud to another computing environment over a secure Virtual Private Network and consume IBM Cloud services.",
"imgSrc": "images/solution46-vpc-vpn/ArchitectureDiagram.png",
"tags": [
"Infrastructure",
"Virtual Private Cloud",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-05-02"
},
{
"name": "Securely access remote instances with a bastion host",
"url": "vpc-secure-management-bastion-server.html",
"description": "Deploy a bastion host to securely access remote instances within a virtual private cloud.",
"imgSrc": "images/solution47-vpc-secure-management-bastion-server/ArchitectureDiagram.png",
"tags": [
"Infrastructure",
"Virtual Private Cloud",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-04-02"
},
{
"name": "Isolate workloads with a secure private network",
"url": "secure-network-enclosure.html",
"description": "Configure a Virtual Router Appliance to create a secure enclosure. Associate VLANs, provision servers, setup IP routing and firewalls.",
"imgSrc": "images/solution33-secure-network-enclosure/Secure-priv-enc.png",
"tags": [
"Infrastructure",
"Vyatta",
"Firewall",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-03-08"
},
{
"name": "Configure NAT for Internet access from a private network",
"url": "nat-config-private.html",
"description": "Use NAT masquerade to translate private IP addresses to out-bound public interface.",
"imgSrc": "images/solution35-nat-config-private/vra-nat.png",
"tags": [
"Infrastructure",
"Vyatta",
"Firewall",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Bring Your Own IP Address",
"url": "byoip.html",
"description": "An overview of BYOIP implementation patterns and a guide to identify the appropriate pattern.",
"imgSrc": "images/solution37-byoip/byoipdecision.png",
"tags": [
"Infrastructure",
"Vyatta",
"Firewall",
"Network"
],
"lastUpdated": "2019-03-07"
},
{
"name": "VPN into a secure private network",
"url": "configuring-IPSEC-VPN.html",
"description": "Create a private connection between a remote network environment and servers on IBM Cloud's private network.",
"imgSrc": "images/solution36-configuring-IPSEC-VPN/sec-priv-vpn.png",
"tags": [
"Infrastructure",
"Vyatta",
"Firewall",
"Network",
"Virtual Servers"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Linking secure private networks over the IBM network",
"url": "vlan-spanning.html",
"description": "Deploy two private networks that are securely linked over the IBM Cloud private network using the VLAN Spanning service.",
"imgSrc": "images/solution43-vlan-spanning/vlan-spanning.png",
"tags": [
"Infrastructure",
"Vyatta",
"Firewall",
"Network",
"Virtual Servers",
"VLAN Spanning"
],
"lastUpdated": "2019-03-07"
},
{
"name": "Web application serving from a secure private network",
"url": "web-app-private-network.html",
"description": "Create a scalable and secure Internet facing web application hosted in private network secured using a virtual router appliance (VRA), VLANs, NAT and firewalls.",
"imgSrc": "images/solution42-web-app-private-network/web-app-private.png",
"tags": [
"Infrastructure",
"Firewall",
"Load Balancer",
"Network",
"Virtual Servers",
"Virtual Router Appliance VPN"
],
"lastUpdated": "2019-03-07"
}
]
}
]
}