Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploying a loopback 4 application to kubernetes on the IBM Cloud #2160

Merged
merged 1 commit into from Jan 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
640 changes: 640 additions & 0 deletions docs/site/Deploying_to_ibm_cloud_kubernetes.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/site/How-tos.md
Expand Up @@ -14,6 +14,10 @@ We provide the following "how to" guides:
- [Deploying to IBM Cloud](Deploying-to-IBM-Cloud.md): a basic guide for
deploying LoopBack 4 applications to IBM Cloud using Cloudfoundry.

- [Deploying to Kubernetes on IBM Cloud](Deploying_to_ibm_cloud_kubernetes.md):
a basic guide for deploying LoopBack 4 applications to IBM Cloud using
Kubernetes.

- [Serving static files](Serving-static-files.md): a guide for setting up static
assets (e.g. HTML5 front-end).

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/site/sidebars/lb4_sidebar.yml
Expand Up @@ -211,6 +211,10 @@ children:
url: Deploying-to-IBM-Cloud.html
output: 'web, pdf'

- title: 'Deploying to Kubernetes on IBM Cloud'
url: deploying_to_ibm_cloud_kubernetes.html
output: 'web, pdf'

- title: 'Deploying with pm2 and nginx'
url: deploying-with-pm2-and-nginx.html
output: 'web, pdf'
Expand Down